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-03-26T05:19:25.977Z||main|||||INFO|500||The following profiles are active: basic 2022-03-26T05:19:40.119Z||main|||||INFO|500||Starting service [Tomcat] 2022-03-26T05:19:40.123Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-03-26T05:19:40.322Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-03-26T05:19:45.775Z||main|||||INFO|500||catdb-pool - Starting... 2022-03-26T05:19:46.371Z||main|||||INFO|500||catdb-pool - Start completed. 2022-03-26T05:19:47.012Z||main|||||INFO|500||reqdb-pool - Starting... 2022-03-26T05:19:47.022Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-03-26T05:19:47.187Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-03-26T05:19:47.468Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-03-26T05:19:48.215Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-03-26T05:19:49.993Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-26T05:19:52.754Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-26T05:19:52.814Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-03-26T05:19:53.407Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-26T05:19:53.553Z||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-03-26T05:19:54.960Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-26T05:19:56.065Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-03-26T05:19:56.082Z||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$$47a94641.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-03-26T05:19:56.084Z||main|||||WARN|500||The sdc end point is not alive 2022-03-26T05:19:59.281Z||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-03-26T05:20:02.651Z||main|||||WARN|500||--- 2022-03-26T05:20:02.653Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-03-26T05:20:02.654Z||main|||||WARN|500||--- 2022-03-26T05:20:03.144Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-03-26T05:20:09.446Z||main|||||INFO|500||Started Application in 46.997 seconds (JVM running for 48.994) 2022-03-26T05:20:09.459Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-26T05:20:09.461Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-26T05:20:09.474Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-26T05:20:09.500Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-26T05:20:09.554Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8dfeba37-dea5-494e-b65d-45418c452929 url= /sdc/v1/artifactTypes 2022-03-26T05:20:09.555Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-26T05:20:09.837Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-03-26T05:20:09.865Z||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-03-26T05:20:09.889Z||scheduling-1|||||DEBUG|500||create keys 2022-03-26T05:20:09.897Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-03-26T05:20:09.940Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:20:09.958Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 43f36276-442f-4e39-b448-bd3944169f30 url= /sdc/v1/registerForDistribution 2022-03-26T05:20:10.128Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 43f36276-442f-4e39-b448-bd3944169f30 url= /sdc/v1/registerForDistribution 2022-03-26T05:20:10.129Z||scheduling-1|||||INFO|500||start DistributionClient 2022-03-26T05:20:10.139Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:20:10.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:20:10.148Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-03-26T05:20:10.150Z||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-03-26T05:20:10.150Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:20:10.151Z||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-03-26T05:20:10.152Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:20:20.464Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:20:20.474Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:21:10.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:21:10.138Z||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-03-26T05:21:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:21:10.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:21:10.141Z||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-03-26T05:21:10.142Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:21:19.700Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:21:19.701Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:22:10.138Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:22:10.139Z||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-03-26T05:22:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:22:10.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:22:10.141Z||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-03-26T05:22:10.141Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:22:19.699Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:22:19.700Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:23:10.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:23:10.140Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-26T05:23:10.140Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:23:10.140Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:23:10.140Z||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-03-26T05:23:10.141Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:23:19.690Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:23:19.690Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:24:10.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:24:10.139Z||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-03-26T05:24:10.139Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:24:10.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:24:10.141Z||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-03-26T05:24:10.141Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:24:19.688Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:24:19.698Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:25:10.137Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:25:10.139Z||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-03-26T05:25:10.139Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:25:10.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:25:10.141Z||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-03-26T05:25:10.141Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:25:19.690Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:25:19.694Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:26:10.137Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:26:10.138Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-26T05:26:10.138Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:26:10.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:26:10.141Z||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-03-26T05:26:10.141Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:26:19.686Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:26:19.686Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:27:10.137Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:27:10.138Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-26T05:27:10.139Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:27:10.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:27:10.141Z||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-03-26T05:27:10.142Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:27:19.687Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:27:19.691Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:28:10.137Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:28:10.139Z||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-03-26T05:28:10.139Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:28:10.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:28:10.140Z||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-03-26T05:28:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:28:19.690Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:28:19.691Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:29:10.137Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:29:10.138Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-26T05:29:10.138Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:29:10.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:29:10.140Z||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-03-26T05:29:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:29:19.685Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:29:19.688Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:30:05.750Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-03-26T05:30:10.137Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:30:10.138Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-26T05:30:10.138Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:30:10.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:30:10.141Z||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-03-26T05:30:10.141Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:30:19.682Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:30:19.689Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:31:10.137Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:31:10.138Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-26T05:31:10.138Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:31:10.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:31:10.140Z||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-03-26T05:31:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:31:19.683Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:31:19.684Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:32:10.137Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:32:10.138Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-26T05:32:10.139Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:32:10.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:32:10.141Z||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-03-26T05:32:10.141Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:32:19.686Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:32:19.700Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:33:10.137Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:33:10.138Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-26T05:33:10.138Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:33:10.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:33:10.140Z||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-03-26T05:33:10.141Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:33:19.685Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:33:19.688Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:34:10.137Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:34:10.138Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-26T05:34:10.139Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:34:10.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:34:10.140Z||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-03-26T05:34:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:34:19.681Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:34:19.686Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:35:10.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:35:10.138Z||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-03-26T05:35:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:35:10.141Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:35:10.142Z||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-03-26T05:35:10.142Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:35:19.683Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:35:19.687Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:36:10.138Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:36:10.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:36:10.140Z||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-03-26T05:36:10.140Z||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-03-26T05:36:10.141Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:36:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:36:19.691Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:36:19.715Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:37:10.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:37:10.138Z||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-03-26T05:37:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:37:10.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:37:10.140Z||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-03-26T05:37:10.141Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:37:19.683Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:37:19.684Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:38:10.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:38:10.139Z||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-03-26T05:38:10.139Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:38:10.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:38:10.140Z||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-03-26T05:38:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:38:19.686Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:38:19.690Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:39:10.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:39:10.138Z||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-03-26T05:39:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:39:10.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:39:10.140Z||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-03-26T05:39:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:39:19.682Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:39:19.688Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:40:10.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:40:10.139Z||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-03-26T05:40:10.139Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:40:10.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:40:10.141Z||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-03-26T05:40:10.141Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:40:19.689Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:40:19.689Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:41:10.137Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:41:10.138Z||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-03-26T05:41:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:41:10.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:41:10.140Z||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-03-26T05:41:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:41:19.696Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:41:19.699Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:42:10.137Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:42:10.138Z||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-03-26T05:42:10.139Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:42:10.140Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:42:10.140Z||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-03-26T05:42:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:42:19.683Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:42:19.684Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:43:10.137Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:43:10.138Z||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-03-26T05:43:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:43:10.139Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:43:10.140Z||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-03-26T05:43:10.141Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:43:19.685Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:43:19.692Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:44:10.137Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:44:10.138Z||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-03-26T05:44:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:44:10.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:44:10.140Z||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-03-26T05:44:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:44:19.684Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:44:19.689Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:45:10.137Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:45:10.138Z||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-03-26T05:45:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:45:10.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:45:10.140Z||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-03-26T05:45:10.141Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:45:19.684Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:45:19.688Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:46:10.137Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:46:10.138Z||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-03-26T05:46:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:46:10.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:46:10.140Z||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-03-26T05:46:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:46:19.690Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:46:19.691Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:47:10.137Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:47:10.140Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:47:10.140Z||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-03-26T05:47:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:47:10.141Z||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-03-26T05:47:10.141Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:47:19.689Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:47:19.694Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:48:10.137Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:48:10.139Z||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-03-26T05:48:10.139Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:48:10.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:48:10.140Z||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-03-26T05:48:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:48:19.688Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:48:19.688Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:49:10.137Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:49:10.138Z||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-03-26T05:49:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:49:10.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:49:10.141Z||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-03-26T05:49:10.141Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:49:19.703Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:49:19.704Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:50:10.137Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:50:10.138Z||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-03-26T05:50:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:50:10.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:50:10.140Z||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-03-26T05:50:10.141Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:50:19.687Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:50:19.694Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:51:10.137Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:51:10.138Z||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-03-26T05:51:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:51:10.140Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:51:10.140Z||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-03-26T05:51:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:51:10.295Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:51:10.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-26T05:51:10.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "ves-openapi-manager", "timestamp": 1648273860705, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:51:10.325Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-26T05:51:10.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-26T05:51:10.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "clamp", "timestamp": 1648273858629, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:51:10.326Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-26T05:51:10.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-26T05:51:10.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "multicloud-k8s-id", "timestamp": 1648273854058, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:51:10.327Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-26T05:51:10.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-26T05:51:10.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "cds", "timestamp": 1648273861536, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:51:10.328Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-26T05:51:10.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-26T05:51:10.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "ves-openapi-manager", "timestamp": 1648273860705, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-26T05:51:10.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-26T05:51:10.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-26T05:51:10.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "clamp", "timestamp": 1648273858629, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json", "status": "NOTIFIED" } 2022-03-26T05:51:10.330Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-26T05:51:10.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-26T05:51:10.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "multicloud-k8s-id", "timestamp": 1648273854058, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json", "status": "NOTIFIED" } 2022-03-26T05:51:10.331Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-26T05:51:10.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-26T05:51:10.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "cds", "timestamp": 1648273861536, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-26T05:51:10.332Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-26T05:51:10.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-26T05:51:10.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "ves-openapi-manager", "timestamp": 1648273860705, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T05:51:10.332Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-26T05:51:10.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-26T05:51:10.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "clamp", "timestamp": 1648273858629, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T05:51:10.333Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-26T05:51:10.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-26T05:51:10.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "multicloud-k8s-id", "timestamp": 1648273854058, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-26T05:51:10.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-26T05:51:10.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-26T05:51:10.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "cds", "timestamp": 1648273861536, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T05:51:10.335Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-26T05:51:10.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-26T05:51:10.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "clamp", "timestamp": 1648273858629, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:51:10.336Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-26T05:51:10.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-26T05:51:10.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "ves-openapi-manager", "timestamp": 1648273860705, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:51:10.337Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-26T05:51:10.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-26T05:51:10.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "multicloud-k8s-id", "timestamp": 1648273854058, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:51:10.337Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-26T05:51:10.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-26T05:51:10.338Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "cds", "timestamp": 1648273861536, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:51:10.339Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-26T05:51:10.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-26T05:51:10.339Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "clamp", "timestamp": 1648273858629, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-26T05:51:10.339Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-26T05:51:10.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-26T05:51:10.340Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "ves-openapi-manager", "timestamp": 1648273860705, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-26T05:51:10.340Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-26T05:51:10.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-26T05:51:10.341Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "multicloud-k8s-id", "timestamp": 1648273854058, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-26T05:51:10.341Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-26T05:51:10.341Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-26T05:51:10.341Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "policy-id", "timestamp": 1648273865320, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:51:10.342Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-26T05:51:10.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-26T05:51:10.342Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "cds", "timestamp": 1648273861536, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-26T05:51:10.343Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-26T05:51:10.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-26T05:51:10.343Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "clamp", "timestamp": 1648273858629, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T05:51:10.343Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-26T05:51:10.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-26T05:51:10.344Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "ves-openapi-manager", "timestamp": 1648273860705, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T05:51:10.344Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-26T05:51:10.344Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-26T05:51:10.344Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "multicloud-k8s-id", "timestamp": 1648273854058, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T05:51:10.345Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-26T05:51:10.345Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-26T05:51:10.345Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "policy-id", "timestamp": 1648273865320, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-26T05:51:10.345Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-26T05:51:10.346Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-26T05:51:10.346Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "cds", "timestamp": 1648273861536, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T05:51:10.346Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-26T05:51:10.346Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-26T05:51:10.347Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "ves-openapi-manager", "timestamp": 1648273860705, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-26T05:51:10.347Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-26T05:51:10.347Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-26T05:51:10.347Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "clamp", "timestamp": 1648273858629, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar", "status": "NOTIFIED" } 2022-03-26T05:51:10.348Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-26T05:51:10.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-26T05:51:10.348Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "multicloud-k8s-id", "timestamp": 1648273854058, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar", "status": "NOTIFIED" } 2022-03-26T05:51:10.349Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-26T05:51:10.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-26T05:51:10.349Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "policy-id", "timestamp": 1648273865320, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-26T05:51:10.350Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-26T05:51:10.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-26T05:51:10.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "cds", "timestamp": 1648273861536, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar", "status": "NOTIFIED" } 2022-03-26T05:51:10.351Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-26T05:51:10.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-26T05:51:10.351Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "aai-ml", "timestamp": 1648273868515, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:51:10.351Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-26T05:51:10.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-26T05:51:10.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "policy-id", "timestamp": 1648273865320, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:51:10.352Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-26T05:51:10.352Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-26T05:51:10.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "aai-ml", "timestamp": 1648273868515, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-26T05:51:10.353Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-26T05:51:10.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-26T05:51:10.353Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "multicloud-k8s-id", "timestamp": 1648273870215, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-26T05:51:10.353Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:51:10.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-26T05:51:10.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "cds", "timestamp": 1648273869634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T05:51:10.354Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:51:10.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-26T05:51:10.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648273870422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:51:10.355Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-26T05:51:10.771Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:51:10.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-26T05:51:10.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"750215cc-f212-4992-88dd-5a689867a99b","serviceName":"vFW 2022-03-26 05-49-12","serviceVersion":"1.0","serviceUUID":"0e626a16-627f-4a76-b876-fc5ba53f8a4f","serviceDescription":"catalog service description","serviceInvariantUUID":"f143e741-1725-4482-91f9-d2ce785ad0b8","resources":[{"resourceInstanceName":"vFW bb586a25-1e0b 0","resourceName":"vFW bb586a25-1e0b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1db0c789-3170-43a1-bae2-25e99a171e9e","resourceInvariantUUID":"f45afe01-4a7c-49b1-bfcc-ad5ed2af3829","resourceCustomizationUUID":"31e480b3-caf1-4a8a-9753-fff8f1d1be74","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vf-license-model.xml","artifactChecksum":"YWQzNjU4MzVmYmMzYTRjZGZjNzg5Y2Q5ZTU0YzlhN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"14772570-6e24-4c9d-b925-c18353fb94b3","artifactVersion":"1"},{"artifactName":"vfwbb586a251e0b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json","artifactChecksum":"NmUzMDdlNmRjNjU1MDI2YzYzNmVkZTc1NWM0OGE4MDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5812c724-ebaf-4a70-8190-3ea14d615752","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"47c4f563-d096-4d90-9aa3-c1e136bc46c9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vendor-license-model.xml","artifactChecksum":"ZmJjY2YxNTFiYWQzYWNkM2EyNDIyZjRjZTJiMjJkNjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2840f60e-0398-4604-8e0a-fd1f272d52ab","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b6eced3d-ed7c-4a4a-b6ee-36dbc5b54cd4","artifactVersion":"2","generatedFromUUID":"47c4f563-d096-4d90-9aa3-c1e136bc46c9"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220326054912-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-template.yml","artifactChecksum":"MjJjZjg5ZDUwZmM1OWMwNTVlZmQ0NGY0N2FhOWUzN2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"30908a7e-3a56-4ea8-aad3-91882b52ab9f","artifactVersion":"1"},{"artifactName":"service-Vfw20220326054912-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar","artifactChecksum":"ODMyY2UxZDg0OGJmMzQyYjU4ZWFhMjg4NWJkNWM2NWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db167f32-91ba-47e2-9fd8-3f42d2d2cd54","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-26T05:51:10.781Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T05:51:10.787Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:51:10.798Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:51:10.798Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648273870137, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:51:10.898Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-03-26T05:51:10.902Z||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-03-26T05:51:10.903Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:51:10.914Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:51:10.915Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-26T05:51:11.805Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T05:51:11.805Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:51:11.807Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:51:11.807Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648273870137, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json", "status": "NOTIFIED" } 2022-03-26T05:51:11.907Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T05:51:11.908Z||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-03-26T05:51:11.908Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:51:11.920Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:51:11.921Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-26T05:51:12.808Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T05:51:12.809Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:51:12.811Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:51:12.812Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648273870137, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-26T05:51:12.912Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T05:51:12.913Z||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-03-26T05:51:12.914Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:51:12.930Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:51:12.931Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-26T05:51:13.812Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T05:51:13.813Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:51:13.816Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:51:13.816Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648273870137, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:51:13.916Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T05:51:13.917Z||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-03-26T05:51:13.919Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:51:13.940Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:51:13.941Z||pool-6-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-03-26T05:51:14.816Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T05:51:14.817Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:51:14.819Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:51:14.820Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648273870137, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-26T05:51:14.920Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T05:51:14.921Z||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-03-26T05:51:14.921Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:51:14.938Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:51:14.939Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-26T05:51:15.820Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T05:51:15.821Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:51:15.824Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:51:15.824Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648273870137, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T05:51:15.925Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-26T05:51:15.926Z||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-03-26T05:51:15.926Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:51:15.940Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:51:15.941Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-26T05:51:16.825Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T05:51:16.826Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:51:16.829Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:51:16.829Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648273870137, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar", "status": "NOTIFIED" } 2022-03-26T05:51:16.929Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T05:51:16.931Z||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-03-26T05:51:16.931Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:51:16.943Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:51:16.943Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-26T05:51:17.833Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "serviceName": "vFW 2022-03-26 05-49-12", "serviceVersion": "1.0", "serviceUUID": "0e626a16-627f-4a76-b876-fc5ba53f8a4f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "f143e741-1725-4482-91f9-d2ce785ad0b8", "resources": [ { "resourceInstanceName": "vFW bb586a25-1e0b 0", "resourceCustomizationUUID": "31e480b3-caf1-4a8a-9753-fff8f1d1be74", "resourceName": "vFW bb586a25-1e0b", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1db0c789-3170-43a1-bae2-25e99a171e9e", "resourceInvariantUUID": "f45afe01-4a7c-49b1-bfcc-ad5ed2af3829", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwbb586a251e0b0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json", "artifactChecksum": "NmUzMDdlNmRjNjU1MDI2YzYzNmVkZTc1NWM0OGE4MDQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5812c724-ebaf-4a70-8190-3ea14d615752", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "47c4f563-d096-4d90-9aa3-c1e136bc46c9", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b6eced3d-ed7c-4a4a-b6ee-36dbc5b54cd4", "generatedFromUUID": "47c4f563-d096-4d90-9aa3-c1e136bc46c9" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b6eced3d-ed7c-4a4a-b6ee-36dbc5b54cd4", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220326054912-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar", "artifactChecksum": "ODMyY2UxZDg0OGJmMzQyYjU4ZWFhMjg4NWJkNWM2NWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "db167f32-91ba-47e2-9fd8-3f42d2d2cd54" } ], "workloadContext": "Production" } 2022-03-26T05:51:17.834Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-26T05:51:17.835Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0e626a16-627f-4a76-b876-fc5ba53f8a4f ASDC 2022-03-26T05:51:17.971Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:750215cc-f212-4992-88dd-5a689867a99b ServiceName:vFW 2022-03-26 05-49-12 ServiceVersion:1.0 ServiceUUID:0e626a16-627f-4a76-b876-fc5ba53f8a4f ServiceInvariantUUID:f143e741-1725-4482-91f9-d2ce785ad0b8 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220326054912-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar ArtifactUUID:db167f32-91ba-47e2-9fd8-3f42d2d2cd54 ArtifactChecksum:ODMyY2UxZDg0OGJmMzQyYjU4ZWFhMjg4NWJkNWM2NWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW bb586a25-1e0b 0 ResourceCustomizationUUID:31e480b3-caf1-4a8a-9753-fff8f1d1be74 ResourceInvariantUUID:f45afe01-4a7c-49b1-bfcc-ad5ed2af3829 ResourceName:vFW bb586a25-1e0b ResourceType:VF ResourceUUID:1db0c789-3170-43a1-bae2-25e99a171e9e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwbb586a251e0b0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json ArtifactUUID:5812c724-ebaf-4a70-8190-3ea14d615752 ArtifactChecksum:NmUzMDdlNmRjNjU1MDI2YzYzNmVkZTc1NWM0OGE4MDQ= 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/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml ArtifactUUID:47c4f563-d096-4d90-9aa3-c1e136bc46c9 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/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env ArtifactUUID:b6eced3d-ed7c-4a4a-b6ee-36dbc5b54cd4 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/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env ArtifactUUID:b6eced3d-ed7c-4a4a-b6ee-36dbc5b54cd4 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-26T05:51:17.972Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0e626a16-627f-4a76-b876-fc5ba53f8a4f 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-03-26T05:51:18.229Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-26T05:51:18.230Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-26T05:51:18.231Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-26T05:51:18.231Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: db167f32-91ba-47e2-9fd8-3f42d2d2cd54 from URL: /sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar 2022-03-26T05:51:18.231Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-26T05:51:18.233Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar 2022-03-26T05:51:18.528Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-26T05:51:18.559Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar db167f32-91ba-47e2-9fd8-3f42d2d2cd54 98928 2022-03-26T05:51:18.561Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar ASDC sendASDCNotification 2022-03-26T05:51:18.561Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar 2022-03-26T05:51:18.563Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-26T05:51:18.564Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:51:18.566Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:51:18.567Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648273878559, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T05:51:18.667Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T05:51:18.668Z||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-03-26T05:51:18.668Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:51:18.679Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:51:18.680Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-26T05:51:19.567Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-26T05:51:19.568Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-26T05:51:19.569Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: db167f32-91ba-47e2-9fd8-3f42d2d2cd54, URL: /sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar to file: /app/ASDC/1/service-Vfw20220326054912-csar.csar 2022-03-26T05:51:19.570Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220326054912-csar.csar 2022-03-26T05:51:19.670Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220326054912-csar.csar 2022-03-26T05:51:19.670Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220326054912-csar.csar 2022-03-26T05:51:20.482Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13614121698986805864/Definitions/service-Vfw20220326054912-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2022-03-26T05:51:23.842Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-26T05:51:23.849Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-03-26T05:51:23.849Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220326054912-csar.csar 2022-03-26T05:51:23.850Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-26T05:51:23.850Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||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-Vfw20220326054912-csar.csar 2022-03-26T05:51:23.850Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||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-Vfw20220326054912-csar.csar 2022-03-26T05:51:23.850Z|750215cc-f212-4992-88dd-5a689867a99b|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-Vfw20220326054912-csar.csar 2022-03-26T05:51:23.851Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220326054912-csar.csar 2022-03-26T05:51:23.851Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220326054912-csar.csar 2022-03-26T05:51:23.851Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||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-Vfw20220326054912-csar.csar 2022-03-26T05:51:23.851Z|750215cc-f212-4992-88dd-5a689867a99b|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-Vfw20220326054912-csar.csar 2022-03-26T05:51:23.852Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||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-Vfw20220326054912-csar.csar 2022-03-26T05:51:23.852Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW bb586a25-1e0b 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-Vfw20220326054912-csar.csar 2022-03-26T05:51:23.852Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220326054912-csar.csar 2022-03-26T05:51:23.853Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||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-Vfw20220326054912-csar.csar 2022-03-26T05:51:23.853Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220326054912-csar.csar 2022-03-26T05:51:23.853Z|750215cc-f212-4992-88dd-5a689867a99b|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-Vfw20220326054912-csar.csar 2022-03-26T05:51:23.853Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-03-26T05:51:23.862Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:51:23.864Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-26 05-49-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:51:23.868Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vFW bb586a25-1e0b 0 is matching search criteria 2022-03-26T05:51:23.869Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-03-26T05:51:23.870Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bb586a25-1e0b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-26T05:51:23.872Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:51:23.872Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-26 05-49-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:51:23.873Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vFW bb586a25-1e0b 0 is matching search criteria 2022-03-26T05:51:23.873Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-03-26T05:51:23.873Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bb586a25-1e0b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-26T05:51:23.874Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:51:23.874Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-26 05-49-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:51:23.878Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:51:23.879Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vFW bb586a25-1e0b 0 is not matching search criteria 2022-03-26T05:51:23.879Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-26T05:51:23.879Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-26T05:51:23.879Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-26T05:51:23.880Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-26T05:51:23.880Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-26T05:51:23.880Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-26T05:51:23.881Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-26T05:51:23.881Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-26T05:51:23.881Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-26T05:51:23.882Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-26T05:51:23.882Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-26T05:51:23.882Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-26T05:51:23.883Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-26T05:51:23.883Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-26T05:51:23.883Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-26T05:51:23.884Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-26T05:51:23.884Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:51:23.884Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-26 05-49-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-26T05:51:23.886Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:51:23.886Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vFW bb586a25-1e0b 0 is matching search criteria 2022-03-26T05:51:23.887Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bb586a25-1e0b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-26T05:51:23.887Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:51:23.888Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vFW bb586a25-1e0b 0 is matching search criteria 2022-03-26T05:51:23.888Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bb586a25-1e0b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-26T05:51:23.888Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:51:23.889Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vFW bb586a25-1e0b 0 is matching search criteria 2022-03-26T05:51:23.889Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bb586a25-1e0b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-26T05:51:23.889Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:51:23.890Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vFW bb586a25-1e0b 0 is not matching search criteria 2022-03-26T05:51:23.890Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-26T05:51:23.890Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-26T05:51:23.891Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-26T05:51:23.891Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-26T05:51:23.891Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-26T05:51:23.892Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-26T05:51:23.892Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-26T05:51:23.892Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-26T05:51:23.893Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-26T05:51:23.893Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-26T05:51:23.893Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-26T05:51:23.893Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=389da2f4-31d5-4e4d-8df5-f3419bfbbbd8 2022-03-26T05:51:23.894Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:51:23.894Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vFW bb586a25-1e0b 0 is not matching search criteria 2022-03-26T05:51:23.895Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-26T05:51:23.895Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-26T05:51:23.895Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-26T05:51:23.896Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-26T05:51:23.896Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-26T05:51:23.896Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-26T05:51:23.896Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-26T05:51:23.897Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-26T05:51:23.897Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-26T05:51:23.897Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-26T05:51:23.898Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-26T05:51:23.898Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-26T05:51:23.898Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a3e945d5-d342-4cd0-a131-6205681b6174 2022-03-26T05:51:23.899Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:51:23.899Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vFW bb586a25-1e0b 0 is not matching search criteria 2022-03-26T05:51:23.900Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-26T05:51:23.900Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-26T05:51:23.900Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-26T05:51:23.901Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-26T05:51:23.901Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-26T05:51:23.901Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-26T05:51:23.902Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-26T05:51:23.902Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-26T05:51:23.902Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-26T05:51:23.903Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-26T05:51:23.903Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-26T05:51:23.904Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-26T05:51:23.904Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9c410dea-54be-442f-9e3b-91194c1bf795 2022-03-26T05:51:23.904Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:51:23.905Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-26 05-49-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:51:23.905Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:51:23.905Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-26 05-49-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:51:23.906Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:51:23.906Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-26 05-49-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:51:23.906Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:51:23.907Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-26 05-49-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:51:23.907Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-26 05-49-12 Description:catalog service description Model UUID:0e626a16-627f-4a76-b876-fc5ba53f8a4f Model Version:NULL Model InvariantUuid:f143e741-1725-4482-91f9-d2ce785ad0b8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW bb586a25-1e0b Model UUID:cb01cb6c-b077-479a-8381-6a6a0b622036 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:f45afe01-4a7c-49b1-bfcc-ad5ed2af3829 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:31e480b3-caf1-4a8a-9753-fff8f1d1be74 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7aa75409-ddc7-4231-861a-a4383fbaffac ModelName:VfwBb586a251e0b..base_vfw..module-0 ModelUuid:07d1956e-ad98-4374-93e0-d19e7a1be005 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:389da2f4-31d5-4e4d-8df5-f3419bfbbbd8 ModelInvariantUuid:5ed21875-35c5-4801-a0b1-0369a90eff49 ModelName:vFW bb586a25-1e0b-nodes.vfwCvfc ModelUuid:54d6532f-5e10-4408-862d-7e2c542cfce5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:072e29f3-687d-4bc7-9c2e-8f204c65d2fc ModelInvariantUuid:8fb9e568-64e4-4901-9b47-192e8325fd3a ModelName:VfwBb586a251e0b.compute.nodes.heat.vfw ModelUuid:ffa361d1-a6b3-44d4-ab04-143561f0c254 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:a3e945d5-d342-4cd0-a131-6205681b6174 ModelInvariantUuid:e8eab454-9552-40cf-8ea2-97e8dd3147d6 ModelName:vFW bb586a25-1e0b-nodes.vsnCvfc ModelUuid:998919cd-f7ea-4d2f-817c-89930a2ff9fa ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:66ef66ac-bcdd-4f8c-a24f-9723b93e02b6 ModelInvariantUuid:eea2b51a-b8cd-44fb-907c-f649dddc90e9 ModelName:VfwBb586a251e0b.compute.nodes.heat.vsn ModelUuid:1de58a46-e955-41ab-b936-02fa0ed352fc ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:9c410dea-54be-442f-9e3b-91194c1bf795 ModelInvariantUuid:22c918b7-f69e-4872-ba98-af49475f898a ModelName:vFW bb586a25-1e0b-nodes.vpgCvfc ModelUuid:6273b1bf-a329-4a8e-9b7b-950ee306789d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:a1437462-13d0-4a47-be02-7f5609e24eea ModelInvariantUuid:ef4a9321-e4ee-4526-964d-f2f1c1635939 ModelName:VfwBb586a251e0b.compute.nodes.heat.vpg ModelUuid:64e90b9e-4c14-4f1b-840b-d0bad4ad6d42 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-03-26T05:51:23.933Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 1db0c789-3170-43a1-bae2-25e99a171e9e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-26T05:51:24.038Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||vFW bb586a25-1e0b 0 2022-03-26T05:51:24.045Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1db0c789-3170-43a1-bae2-25e99a171e9e 2022-03-26T05:51:24.045Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5812c724-ebaf-4a70-8190-3ea14d615752 from URL: /sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json 2022-03-26T05:51:24.045Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-26T05:51:24.046Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json 2022-03-26T05:51:24.158Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-26T05:51:24.159Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json 5812c724-ebaf-4a70-8190-3ea14d615752 785 2022-03-26T05:51:24.159Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json ASDC sendASDCNotification 2022-03-26T05:51:24.159Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json 2022-03-26T05:51:24.160Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-26T05:51:24.160Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:51:24.163Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:51:24.164Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648273884159, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-26T05:51:24.264Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T05:51:24.264Z||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-03-26T05:51:24.265Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:51:24.277Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:51:24.278Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-26T05:51:25.165Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwBb586a251e0b..base_vfw..module-0", "vfModuleModelInvariantUUID": "7aa75409-ddc7-4231-861a-a4383fbaffac", "vfModuleModelVersion": "1", "vfModuleModelUUID": "07d1956e-ad98-4374-93e0-d19e7a1be005", "vfModuleModelCustomizationUUID": "65973ded-ff6c-48a4-b46b-6b93e2fe44b2", "isBase": true, "artifacts": [ "47c4f563-d096-4d90-9aa3-c1e136bc46c9", "b6eced3d-ed7c-4a4a-b6ee-36dbc5b54cd4" ], "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-03-26T05:51:25.180Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwBb586a251e0b..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:07d1956e-ad98-4374-93e0-d19e7a1be005 VfModuleModelInvariantUUID:7aa75409-ddc7-4231-861a-a4383fbaffac VfModuleModelDescription:NULL Artifacts UUID List:{ 47c4f563-d096-4d90-9aa3-c1e136bc46c9 , b6eced3d-ed7c-4a4a-b6ee-36dbc5b54cd4 } 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-03-26T05:51:25.204Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwBb586a251e0b..base_vfw..module-0", "vfModuleModelInvariantUUID": "7aa75409-ddc7-4231-861a-a4383fbaffac", "vfModuleModelVersion": "1", "vfModuleModelUUID": "07d1956e-ad98-4374-93e0-d19e7a1be005", "vfModuleModelCustomizationUUID": "65973ded-ff6c-48a4-b46b-6b93e2fe44b2", "isBase": true, "artifacts": [ "47c4f563-d096-4d90-9aa3-c1e136bc46c9", "b6eced3d-ed7c-4a4a-b6ee-36dbc5b54cd4" ], "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-03-26T05:51:25.205Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwBb586a251e0b..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:07d1956e-ad98-4374-93e0-d19e7a1be005 VfModuleModelInvariantUUID:7aa75409-ddc7-4231-861a-a4383fbaffac VfModuleModelDescription:NULL Artifacts UUID List:{ 47c4f563-d096-4d90-9aa3-c1e136bc46c9 , b6eced3d-ed7c-4a4a-b6ee-36dbc5b54cd4 } 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-03-26T05:51:25.205Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 47c4f563-d096-4d90-9aa3-c1e136bc46c9 from URL: /sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml 2022-03-26T05:51:25.205Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-26T05:51:25.205Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml 2022-03-26T05:51:25.451Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-26T05:51:25.453Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml 47c4f563-d096-4d90-9aa3-c1e136bc46c9 20368 2022-03-26T05:51:25.453Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-26T05:51:25.453Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml 2022-03-26T05:51:25.453Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-26T05:51:25.454Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:51:25.458Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:51:25.458Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648273885453, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-26T05:51:25.558Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-26T05:51:25.559Z||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-03-26T05:51:25.559Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:51:25.574Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:51:25.575Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-26T05:51:26.461Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b6eced3d-ed7c-4a4a-b6ee-36dbc5b54cd4 from URL: /sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env 2022-03-26T05:51:26.462Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-26T05:51:26.462Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env 2022-03-26T05:51:26.747Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-26T05:51:26.754Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env b6eced3d-ed7c-4a4a-b6ee-36dbc5b54cd4 2098 2022-03-26T05:51:26.755Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-26T05:51:26.755Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env 2022-03-26T05:51:26.755Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-26T05:51:26.756Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:51:26.764Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:51:26.765Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648273886755, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-26T05:51:26.864Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-26T05:51:26.866Z||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-03-26T05:51:26.866Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:51:26.878Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:51:26.879Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-26T05:51:27.765Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 0e626a16-627f-4a76-b876-fc5ba53f8a4f 2022-03-26T05:51:27.767Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW bb586a25-1e0b 0 1db0c789-3170-43a1-bae2-25e99a171e9e 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-03-26T05:51:27.822Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@53edfe81, org.onap.sdc.toscaparser.api.parameters.Input@5955aa6d, org.onap.sdc.toscaparser.api.parameters.Input@6e653f45, org.onap.sdc.toscaparser.api.parameters.Input@17bdab4b, org.onap.sdc.toscaparser.api.parameters.Input@2b1856cb] 2022-03-26T05:51:27.827Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:51:27.828Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-26 05-49-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:51:27.828Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-03-26T05:51:27.828Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 31e480b3-caf1-4a8a-9753-fff8f1d1be74 2022-03-26T05:51:27.829Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 31e480b3-caf1-4a8a-9753-fff8f1d1be74 matches Tosca VF Customization UUID: 31e480b3-caf1-4a8a-9753-fff8f1d1be74 2022-03-26T05:51:27.829Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 31e480b3-caf1-4a8a-9753-fff8f1d1be74 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-03-26T05:51:27.853Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:51:27.854Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-26 05-49-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:51:27.856Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 31e480b3-caf1-4a8a-9753-fff8f1d1be74: {\"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-03-26T05:51:27.857Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@69ab7d36 2022-03-26T05:51:27.859Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:51:27.859Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-26 05-49-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-26T05:51:27.860Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 65973ded-ff6c-48a4-b46b-6b93e2fe44b2 2022-03-26T05:51:27.863Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 65973ded-ff6c-48a4-b46b-6b93e2fe44b2 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-03-26T05:51:27.874Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:51:27.875Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vFW bb586a25-1e0b 0 is matching search criteria 2022-03-26T05:51:27.875Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bb586a25-1e0b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-26T05:51:27.876Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:51:27.877Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vFW bb586a25-1e0b 0 is matching search criteria 2022-03-26T05:51:27.877Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bb586a25-1e0b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-26T05:51:27.878Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:51:27.878Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vFW bb586a25-1e0b 0 is not matching search criteria 2022-03-26T05:51:27.878Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-26T05:51:27.879Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-26T05:51:27.879Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-26T05:51:27.880Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-26T05:51:27.880Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-26T05:51:27.880Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-26T05:51:27.881Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-26T05:51:27.881Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-26T05:51:27.881Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-26T05:51:27.882Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-26T05:51:27.882Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-26T05:51:27.882Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=389da2f4-31d5-4e4d-8df5-f3419bfbbbd8 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-03-26T05:51:27.897Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:51:27.897Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vFW bb586a25-1e0b 0 is matching search criteria 2022-03-26T05:51:27.898Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bb586a25-1e0b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-26T05:51:27.898Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:51:27.899Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vFW bb586a25-1e0b 0 is not matching search criteria 2022-03-26T05:51:27.899Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-26T05:51:27.900Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-26T05:51:27.900Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-26T05:51:27.901Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-26T05:51:27.901Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-26T05:51:27.901Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-26T05:51:27.901Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-26T05:51:27.902Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-26T05:51:27.903Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-26T05:51:27.903Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-26T05:51:27.903Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-26T05:51:27.903Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-26T05:51:27.904Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a3e945d5-d342-4cd0-a131-6205681b6174 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-03-26T05:51:27.907Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:51:27.907Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vFW bb586a25-1e0b 0 is matching search criteria 2022-03-26T05:51:27.908Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bb586a25-1e0b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-26T05:51:27.911Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:51:27.911Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vFW bb586a25-1e0b 0 is not matching search criteria 2022-03-26T05:51:27.912Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-26T05:51:27.912Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-26T05:51:27.912Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-26T05:51:27.913Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-26T05:51:27.913Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-26T05:51:27.913Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-26T05:51:27.913Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-26T05:51:27.914Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-26T05:51:27.914Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-26T05:51:27.914Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-26T05:51:27.915Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-26T05:51:27.915Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-26T05:51:27.915Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9c410dea-54be-442f-9e3b-91194c1bf795 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-03-26T05:51:27.919Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:51:27.919Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vFW bb586a25-1e0b 0 is matching search criteria 2022-03-26T05:51:27.919Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bb586a25-1e0b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-26T05:51:27.920Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:51:27.920Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Node template vFW bb586a25-1e0b 0 is matching search criteria 2022-03-26T05:51:27.921Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bb586a25-1e0b 0] matching following query criteria: sdcType=VF, customizationUUID=31e480b3-caf1-4a8a-9753-fff8f1d1be74 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-26T05:51:27.923Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:51:27.923Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-26 05-49-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:51:27.924Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 0e626a16-627f-4a76-b876-fc5ba53f8a4f: vFW bb586a25-1e0b 2022-03-26T05:51:27.924Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:51:27.924Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-26 05-49-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:51:27.925Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:51:27.925Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-26 05-49-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:51:27.926Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:51:27.928Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-26 05-49-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:51:27.929Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:51:27.929Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-26 05-49-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:51:27.929Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:51:27.930Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-26 05-49-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:51:27.930Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-03-26 05-49-12 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-26T05:51:28.276Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW bb586a25-1e0b 1db0c789-3170-43a1-bae2-25e99a171e9e 1 ASDC deployResourceStructure 2022-03-26T05:51:28.276Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json ASDC sendASDCNotification 2022-03-26T05:51:28.277Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json 2022-03-26T05:51:28.277Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-26T05:51:28.277Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:51:28.279Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:51:28.280Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648273888276, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json", "status": "DEPLOY_OK" } 2022-03-26T05:51:28.380Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T05:51:28.381Z||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-03-26T05:51:28.381Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:51:28.394Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:51:28.394Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-26T05:51:29.281Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-26T05:51:29.281Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml 2022-03-26T05:51:29.281Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-26T05:51:29.282Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:51:29.284Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:51:29.284Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648273889281, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-26T05:51:29.384Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T05:51:29.385Z||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-03-26T05:51:29.386Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:51:29.400Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:51:29.400Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-26T05:51:30.285Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-26T05:51:30.285Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env 2022-03-26T05:51:30.285Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-26T05:51:30.286Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:51:30.288Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:51:30.288Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648273890285, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-26T05:51:30.388Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T05:51:30.389Z||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-03-26T05:51:30.390Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:51:30.401Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:51:30.401Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-26T05:51:31.289Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar ASDC sendASDCNotification 2022-03-26T05:51:31.290Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar 2022-03-26T05:51:31.290Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-26T05:51:31.290Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:51:31.292Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:51:31.292Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648273891289, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T05:51:31.393Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T05:51:31.394Z||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-03-26T05:51:31.394Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:51:31.406Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:51:31.406Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-26T05:51:32.293Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 750215cc-f212-4992-88dd-5a689867a99b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T05:51:32.320Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 750215cc-f212-4992-88dd-5a689867a99b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T05:51:32.322Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-26T05:51:32.322Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-26T05:51:32.322Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-26T05:52:02.323Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 750215cc-f212-4992-88dd-5a689867a99b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T05:52:02.334Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 750215cc-f212-4992-88dd-5a689867a99b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T05:52:02.337Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-26T05:52:02.337Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-26T05:52:02.337Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-26T05:52:10.140Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:52:10.141Z||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-03-26T05:52:10.141Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:52:10.168Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:52:10.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:52:10.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "policy-id", "timestamp": 1648273865320, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-26T05:52:10.170Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-26T05:52:32.337Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 750215cc-f212-4992-88dd-5a689867a99b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T05:52:32.347Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 750215cc-f212-4992-88dd-5a689867a99b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T05:52:32.349Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-26T05:52:32.349Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-26T05:52:32.350Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-26T05:53:02.350Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 750215cc-f212-4992-88dd-5a689867a99b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T05:53:02.360Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 750215cc-f212-4992-88dd-5a689867a99b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T05:53:02.362Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-26T05:53:02.362Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-26T05:53:02.362Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-26T05:53:10.140Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:53:10.141Z||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-03-26T05:53:10.141Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:53:10.169Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:53:10.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:53:10.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "aai-ml", "timestamp": 1648273868515, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T05:53:10.171Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-26T05:53:32.363Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 750215cc-f212-4992-88dd-5a689867a99b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T05:53:32.373Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 750215cc-f212-4992-88dd-5a689867a99b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T05:53:32.376Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-26T05:53:32.377Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-26T05:53:32.378Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-26T05:54:02.378Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 750215cc-f212-4992-88dd-5a689867a99b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T05:54:02.388Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 750215cc-f212-4992-88dd-5a689867a99b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T05:54:02.391Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-26T05:54:02.391Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-26T05:54:02.391Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-26T05:54:10.140Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:54:10.141Z||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-03-26T05:54:10.141Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:54:10.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:54:10.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:54:10.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "multicloud-k8s-id", "timestamp": 1648273871418, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-26T05:54:10.177Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:54:10.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:54:10.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "cds", "timestamp": 1648273870659, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-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-03-26T05:54:10.186Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 750215cc-f212-4992-88dd-5a689867a99b 2022-03-26T05:54:10.187Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 750215cc-f212-4992-88dd-5a689867a99b 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-03-26T05:54:10.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:54:10.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648273870137, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:54:10.196Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-26T05:54:10.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:54:10.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648273870422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-26T05:54:10.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-26T05:54:10.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:54:10.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "policy-id", "timestamp": 1648273865320, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T05:54:10.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-26T05:54:10.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:54:10.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "aai-ml", "timestamp": 1648273868515, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:54:10.198Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-26T05:54:10.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:54:10.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648273870137, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json", "status": "NOTIFIED" } 2022-03-26T05:54:10.198Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-26T05:54:10.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:54:10.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648273870422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T05:54:10.198Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-26T05:54:10.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:54:10.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "multicloud-k8s-id", "timestamp": 1648273872715, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-26T05:54:10.199Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:54:10.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:54:10.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "policy-id", "timestamp": 1648273865320, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar", "status": "NOTIFIED" } 2022-03-26T05:54:10.199Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-26T05:54:10.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:54:10.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "aai-ml", "timestamp": 1648273868515, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-26T05:54:10.200Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-26T05:54:10.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:54:10.201Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648273870137, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-26T05:54:10.201Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-26T05:54:10.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:54:10.201Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648273870422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:54:10.202Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-26T05:54:10.202Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:54:10.202Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "multicloud-k8s-id", "timestamp": 1648273873812, "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-03-26T05:54:10.207Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 750215cc-f212-4992-88dd-5a689867a99b 2022-03-26T05:54:10.207Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 750215cc-f212-4992-88dd-5a689867a99b 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-03-26T05:54:10.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:54:10.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "aai-ml", "timestamp": 1648273868515, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T05:54:10.216Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-26T05:54:10.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:54:10.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "policy-id", "timestamp": 1648273873631, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T05:54:10.217Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:54:10.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:54:10.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648273870137, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:54:10.217Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-26T05:54:10.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:54:10.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648273870422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-26T05:54:10.218Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-26T05:54:10.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:54:10.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "multicloud-k8s-id", "timestamp": 1648273874817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json", "status": "DEPLOY_OK" } 2022-03-26T05:54:10.218Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:54:10.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:54:10.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "aai-ml", "timestamp": 1648273868515, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar", "status": "NOTIFIED" } 2022-03-26T05:54:10.218Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-26T05:54:10.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:54:10.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "policy-id", "timestamp": 1648273874640, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T05:54:10.219Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:54:10.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:54:10.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648273870137, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-26T05:54:10.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-26T05:54:10.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:54:10.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648273870422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T05:54:10.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-26T05:54:10.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:54:10.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "clamp", "timestamp": 1648273874509, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T05:54:10.220Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:54:10.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:54:10.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "policy-id", "timestamp": 1648273875645, "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-03-26T05:54:10.226Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 750215cc-f212-4992-88dd-5a689867a99b 2022-03-26T05:54:10.227Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 750215cc-f212-4992-88dd-5a689867a99b 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-03-26T05:54:10.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:54:10.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648273870137, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T05:54:10.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-26T05:54:10.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:54:10.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648273870422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar", "status": "NOTIFIED" } 2022-03-26T05:54:10.244Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-26T05:54:10.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:54:10.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "aai-ml", "timestamp": 1648273876671, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T05:54:10.244Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:54:10.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:54:10.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "clamp", "timestamp": 1648273875606, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T05:54:10.245Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:54:10.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:54:10.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648273870137, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar", "status": "NOTIFIED" } 2022-03-26T05:54:10.245Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-26T05:54:10.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:54:10.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "clamp", "timestamp": 1648273876612, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-26T05:54:10.250Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 750215cc-f212-4992-88dd-5a689867a99b 2022-03-26T05:54:10.250Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 750215cc-f212-4992-88dd-5a689867a99b and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-26T05:54:10.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:54:10.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648273878630, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T05:54:10.261Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:54:10.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:54:10.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648273878559, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T05:54:10.261Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:54:10.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:54:10.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648273884159, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-26T05:54:10.262Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:54:10.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:54:10.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648273885521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T05:54:10.262Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:54:10.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:54:10.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648273886527, "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-03-26T05:54:10.267Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 750215cc-f212-4992-88dd-5a689867a99b 2022-03-26T05:54:10.267Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 750215cc-f212-4992-88dd-5a689867a99b 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-03-26T05:54:10.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:54:10.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648273885453, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-26T05:54:10.276Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:54:10.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:54:10.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648273886755, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-26T05:54:10.276Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:54:10.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:54:10.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648273888276, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/vfwbb586a251e0b0_modules.json", "status": "DEPLOY_OK" } 2022-03-26T05:54:10.277Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:54:10.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:54:10.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648273889281, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-26T05:54:10.277Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:54:10.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:54:10.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648273890285, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/resourceInstances/vfwbb586a251e0b0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-26T05:54:10.277Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:54:10.278Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:54:10.278Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648273891289, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T05:54:10.278Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:54:10.278Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:54:10.278Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "aai-ml", "timestamp": 1648273893440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326054912/1.0/artifacts/service-Vfw20220326054912-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T05:54:10.278Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:54:10.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:54:10.279Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "aai-ml", "timestamp": 1648273894446, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-26T05:54:10.283Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 750215cc-f212-4992-88dd-5a689867a99b 2022-03-26T05:54:10.283Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 750215cc-f212-4992-88dd-5a689867a99b 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-03-26T05:54:32.391Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 750215cc-f212-4992-88dd-5a689867a99b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T05:54:32.402Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 750215cc-f212-4992-88dd-5a689867a99b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T05:54:32.405Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-26T05:54:32.405Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-26T05:54:32.405Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-26T05:54:32.405Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-26T05:54:32.405Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T05:54:32.405Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T05:54:32.405Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T05:54:32.406Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T05:54:32.406Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T05:54:32.406Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T05:54:32.406Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-26T05:54:32.411Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-26T05:55:02.411Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 750215cc-f212-4992-88dd-5a689867a99b 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-03-26T05:55:02.423Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 750215cc-f212-4992-88dd-5a689867a99b and serviceModelVersionId: 0e626a16-627f-4a76-b876-fc5ba53f8a4f 2022-03-26T05:55:02.424Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f143e741-1725-4482-91f9-d2ce785ad0b8 2022-03-26T05:55:10.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:55:10.141Z||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-03-26T05:55:10.141Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:55:10.172Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:55:10.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "cds", "timestamp": 1648274011536, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.177Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.177Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.177Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "clamp", "timestamp": 1648274008629, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.178Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.178Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "multicloud-k8s-id", "timestamp": 1648274014058, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.178Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "clamp", "timestamp": 1648274008629, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json", "status": "NOTIFIED" } 2022-03-26T05:55:10.179Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "cds", "timestamp": 1648274011536, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.180Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "multicloud-k8s-id", "timestamp": 1648274014058, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json", "status": "NOTIFIED" } 2022-03-26T05:55:10.181Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.181Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.181Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "aai-ml", "timestamp": 1648274018515, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.181Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.181Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.182Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "clamp", "timestamp": 1648274008629, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.182Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.182Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.182Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "cds", "timestamp": 1648274011536, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.183Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "multicloud-k8s-id", "timestamp": 1648274014058, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-26T05:55:10.183Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "aai-ml", "timestamp": 1648274018515, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274020422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.185Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "clamp", "timestamp": 1648274008629, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.186Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "cds", "timestamp": 1648274011536, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.186Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.187Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "multicloud-k8s-id", "timestamp": 1648274014058, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.187Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.187Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "aai-ml", "timestamp": 1648274018515, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.188Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274020422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.188Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "clamp", "timestamp": 1648274008629, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.189Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "cds", "timestamp": 1648274011536, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.190Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "multicloud-k8s-id", "timestamp": 1648274014058, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-26T05:55:10.190Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "ves-openapi-manager", "timestamp": 1648274020705, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "aai-ml", "timestamp": 1648274018515, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274020422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "clamp", "timestamp": 1648274008629, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.193Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "cds", "timestamp": 1648274011536, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.194Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "multicloud-k8s-id", "timestamp": 1648274014058, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.194Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.195Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "ves-openapi-manager", "timestamp": 1648274020705, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.195Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.195Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.195Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "aai-ml", "timestamp": 1648274018515, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.195Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274020422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.196Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "cds", "timestamp": 1648274011536, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar", "status": "NOTIFIED" } 2022-03-26T05:55:10.197Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.197Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "clamp", "timestamp": 1648274008629, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar", "status": "NOTIFIED" } 2022-03-26T05:55:10.197Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "multicloud-k8s-id", "timestamp": 1648274014058, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar", "status": "NOTIFIED" } 2022-03-26T05:55:10.198Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "ves-openapi-manager", "timestamp": 1648274020705, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "aai-ml", "timestamp": 1648274018515, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274020422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "ves-openapi-manager", "timestamp": 1648274020705, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "cds", "timestamp": 1648274024225, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T05:55:10.202Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:55:10.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "aai-ml", "timestamp": 1648274018515, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar", "status": "NOTIFIED" } 2022-03-26T05:55:10.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "multicloud-k8s-id", "timestamp": 1648274025210, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json", "status": "DOWNLOAD_OK" } 2022-03-26T05:55:10.203Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:55:10.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274020422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "ves-openapi-manager", "timestamp": 1648274020705, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "cds", "timestamp": 1648274025238, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-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-03-26T05:55:10.220Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a360271e-e55d-4443-9e40-2f59e298cf4e 2022-03-26T05:55:10.221Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a360271e-e55d-4443-9e40-2f59e298cf4e 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-03-26T05:55:10.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274020422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar", "status": "NOTIFIED" } 2022-03-26T05:55:10.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "aai-ml", "timestamp": 1648274026616, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T05:55:10.233Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:55:10.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "multicloud-k8s-id", "timestamp": 1648274026597, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-26T05:55:10.233Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:55:10.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "ves-openapi-manager", "timestamp": 1648274020705, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "policy-id", "timestamp": 1648274025320, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "ves-openapi-manager", "timestamp": 1648274020705, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "multicloud-k8s-id", "timestamp": 1648274027808, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-26T05:55:10.235Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:55:10.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274028323, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T05:55:10.236Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:55:10.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "policy-id", "timestamp": 1648274025320, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.237Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "cds", "timestamp": 1648274026536, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.237Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "multicloud-k8s-id", "timestamp": 1648274028833, "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-03-26T05:55:10.244Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a360271e-e55d-4443-9e40-2f59e298cf4e 2022-03-26T05:55:10.244Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a360271e-e55d-4443-9e40-2f59e298cf4e 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-03-26T05:55:10.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "policy-id", "timestamp": 1648274025320, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-26T05:55:10.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "cds", "timestamp": 1648274026536, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/basic_onboard_pnxnhh0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "multicloud-k8s-id", "timestamp": 1648274029837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json", "status": "DEPLOY_OK" } 2022-03-26T05:55:10.255Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:55:10.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "policy-id", "timestamp": 1648274025320, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "cds", "timestamp": 1648274026536, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "policy-id", "timestamp": 1648274025320, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "cds", "timestamp": 1648274026536, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "policy-id", "timestamp": 1648274025320, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "cds", "timestamp": 1648274026536, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274032782, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T05:55:10.258Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:55:10.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "clamp", "timestamp": 1648274031525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T05:55:10.258Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:55:10.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "policy-id", "timestamp": 1648274025320, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar", "status": "NOTIFIED" } 2022-03-26T05:55:10.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "cds", "timestamp": 1648274026536, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274033787, "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-03-26T05:55:10.265Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a360271e-e55d-4443-9e40-2f59e298cf4e 2022-03-26T05:55:10.265Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a360271e-e55d-4443-9e40-2f59e298cf4e 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-03-26T05:55:10.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "policy-id", "timestamp": 1648274033159, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T05:55:10.274Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:55:10.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "cds", "timestamp": 1648274026536, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar", "status": "NOTIFIED" } 2022-03-26T05:55:10.275Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "multicloud-k8s-id", "timestamp": 1648274034058, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.275Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "clamp", "timestamp": 1648274033535, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T05:55:10.276Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:55:10.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "policy-id", "timestamp": 1648274034164, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T05:55:10.276Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:55:10.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "cds", "timestamp": 1648274034632, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T05:55:10.277Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:55:10.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "multicloud-k8s-id", "timestamp": 1648274034058, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/basic_onboard_pnxnhh0_modules.json", "status": "NOTIFIED" } 2022-03-26T05:55:10.277Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "clamp", "timestamp": 1648274034539, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-26T05:55:10.282Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a360271e-e55d-4443-9e40-2f59e298cf4e 2022-03-26T05:55:10.282Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a360271e-e55d-4443-9e40-2f59e298cf4e and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-26T05:55:10.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "policy-id", "timestamp": 1648274035167, "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-03-26T05:55:10.295Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a360271e-e55d-4443-9e40-2f59e298cf4e 2022-03-26T05:55:10.296Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a360271e-e55d-4443-9e40-2f59e298cf4e 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-03-26T05:55:10.305Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "cds", "timestamp": 1648274035638, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-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-03-26T05:55:10.320Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2b411648-1ecc-470c-9ca0-93cd8dab9474 2022-03-26T05:55:10.320Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b411648-1ecc-470c-9ca0-93cd8dab9474 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-03-26T05:55:10.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "multicloud-k8s-id", "timestamp": 1648274034058, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-26T05:55:10.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "policy-id", "timestamp": 1648274025320, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.329Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "multicloud-k8s-id", "timestamp": 1648274034058, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.329Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "policy-id", "timestamp": 1648274025320, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/basic_onboard_pnxnhh0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "multicloud-k8s-id", "timestamp": 1648274034058, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-26T05:55:10.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "policy-id", "timestamp": 1648274025320, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-26T05:55:10.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "aai-ml", "timestamp": 1648274039431, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T05:55:10.332Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:55:10.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "multicloud-k8s-id", "timestamp": 1648274034058, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "policy-id", "timestamp": 1648274025320, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.333Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "aai-ml", "timestamp": 1648274040437, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-26T05:55:10.338Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a360271e-e55d-4443-9e40-2f59e298cf4e 2022-03-26T05:55:10.338Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a360271e-e55d-4443-9e40-2f59e298cf4e 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-03-26T05:55:10.346Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.346Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "clamp", "timestamp": 1648274038629, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.346Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.346Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.346Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "multicloud-k8s-id", "timestamp": 1648274034058, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar", "status": "NOTIFIED" } 2022-03-26T05:55:10.347Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "policy-id", "timestamp": 1648274025320, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.347Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "clamp", "timestamp": 1648274038629, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/basic_onboard_pnxnhh0_modules.json", "status": "NOTIFIED" } 2022-03-26T05:55:10.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "multicloud-k8s-id", "timestamp": 1648274041826, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/basic_onboard_pnxnhh0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-26T05:55:10.349Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:55:10.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "ves-openapi-manager", "timestamp": 1648274040705, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "policy-id", "timestamp": 1648274025320, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "clamp", "timestamp": 1648274038629, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.351Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "multicloud-k8s-id", "timestamp": 1648274042883, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-26T05:55:10.351Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:55:10.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "ves-openapi-manager", "timestamp": 1648274040705, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/basic_onboard_pnxnhh0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "policy-id", "timestamp": 1648274025320, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar", "status": "NOTIFIED" } 2022-03-26T05:55:10.353Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "clamp", "timestamp": 1648274038629, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.353Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "multicloud-k8s-id", "timestamp": 1648274043935, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-26T05:55:10.354Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:55:10.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "ves-openapi-manager", "timestamp": 1648274040705, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "policy-id", "timestamp": 1648274043278, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T05:55:10.355Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:55:10.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "clamp", "timestamp": 1648274038629, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "multicloud-k8s-id", "timestamp": 1648274044956, "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-03-26T05:55:10.360Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2b411648-1ecc-470c-9ca0-93cd8dab9474 2022-03-26T05:55:10.361Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b411648-1ecc-470c-9ca0-93cd8dab9474 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-03-26T05:55:10.369Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.369Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "ves-openapi-manager", "timestamp": 1648274040705, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.370Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.370Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.370Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "policy-id", "timestamp": 1648274044282, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T05:55:10.370Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:55:10.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.371Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "clamp", "timestamp": 1648274038629, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.371Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.371Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "multicloud-k8s-id", "timestamp": 1648274045961, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/basic_onboard_pnxnhh0_modules.json", "status": "DEPLOY_OK" } 2022-03-26T05:55:10.372Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:55:10.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "ves-openapi-manager", "timestamp": 1648274040705, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.372Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "policy-id", "timestamp": 1648274045284, "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-03-26T05:55:10.377Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2b411648-1ecc-470c-9ca0-93cd8dab9474 2022-03-26T05:55:10.378Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b411648-1ecc-470c-9ca0-93cd8dab9474 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-03-26T05:55:10.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "clamp", "timestamp": 1648274038629, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar", "status": "NOTIFIED" } 2022-03-26T05:55:10.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "ves-openapi-manager", "timestamp": 1648274040705, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "ves-openapi-manager", "timestamp": 1648274040705, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "aai-ml", "timestamp": 1648274048515, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "aai-ml", "timestamp": 1648274048515, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/basic_onboard_pnxnhh0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:10.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T05:55:10.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274050421, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:10.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T05:55:17.228Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f143e741-1725-4482-91f9-d2ce785ad0b8/model-vers/model-ver/0e626a16-627f-4a76-b876-fc5ba53f8a4f?depth=0 2022-03-26T05:55:17.348Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-03-26T05:55:17.876Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f143e741-1725-4482-91f9-d2ce785ad0b8/model-vers/model-ver/0e626a16-627f-4a76-b876-fc5ba53f8a4f?depth=0|INFO|500||Invoke 2022-03-26T05:55:17.884Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f143e741-1725-4482-91f9-d2ce785ad0b8/model-vers/model-ver/0e626a16-627f-4a76-b876-fc5ba53f8a4f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f143e741-1725-4482-91f9-d2ce785ad0b8/model-vers/model-ver/0e626a16-627f-4a76-b876-fc5ba53f8a4f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[750215cc-f212-4992-88dd-5a689867a99b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[de49e137-2afb-40e8-8b9e-e704ea1479ee], X-ECOMP-RequestID=[750215cc-f212-4992-88dd-5a689867a99b], X-TransactionId=[], X-ONAP-RequestID=[750215cc-f212-4992-88dd-5a689867a99b], Content-Type=[application/merge-patch+json]} 2022-03-26T05:55:18.005Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f143e741-1725-4482-91f9-d2ce785ad0b8/model-vers/model-ver/0e626a16-627f-4a76-b876-fc5ba53f8a4f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-26T05:55:18.555Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f143e741-1725-4482-91f9-d2ce785ad0b8/model-vers/model-ver/0e626a16-627f-4a76-b876-fc5ba53f8a4f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f143e741-1725-4482-91f9-d2ce785ad0b8/model-vers/model-ver/0e626a16-627f-4a76-b876-fc5ba53f8a4f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220326-05:55:19:304-58224], vertex-id=[155744], Content-Length=[0], Date=[Sat, 26 Mar 2022 05:55:19 GMT], Content-Type=[application/json]} 2022-03-26T05:55:18.557Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f143e741-1725-4482-91f9-d2ce785ad0b8/model-vers/model-ver/0e626a16-627f-4a76-b876-fc5ba53f8a4f?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-26T05:55:18.558Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f143e741-1725-4482-91f9-d2ce785ad0b8/model-vers/model-ver/0e626a16-627f-4a76-b876-fc5ba53f8a4f?depth=0|INFO|500||InvokeReturn 2022-03-26T05:55:18.561Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-26T05:55:18.561Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-26T05:55:18.569Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-26T05:55:18.569Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 750215cc-f212-4992-88dd-5a689867a99b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-26T05:55:18.571Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-26T05:55:18.571Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:55:18.573Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:55:18.573Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274118570, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-26T05:55:18.673Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T05:55:18.675Z||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-03-26T05:55:18.675Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:55:18.687Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:55:18.687Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 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-03-26T05:55:19.585Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:55:19.586Z||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-03-26T05:55:19.586Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:55:23.916Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:55:23.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-26T05:55:23.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"a360271e-e55d-4443-9e40-2f59e298cf4e","serviceName":"vFW 2022-03-26 05-51-51","serviceVersion":"1.0","serviceUUID":"02ee42a9-866b-4efe-8b97-fab2bbc9d3ce","serviceDescription":"catalog service description","serviceInvariantUUID":"d0db20d5-f0a0-4eb4-8b82-1ddb61f569c8","resources":[{"resourceInstanceName":"vFW fc7739c8-18e4 0","resourceName":"vFW fc7739c8-18e4","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dbb50a95-62de-4663-9a75-1fd1ca0e19d5","resourceInvariantUUID":"8f180075-bbd9-463e-8ba4-969018b49edc","resourceCustomizationUUID":"5830746b-fbfd-4521-aa06-a9f3795ae69f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vf-license-model.xml","artifactChecksum":"OGNlM2RjNGE5OTE4ZDMwMTA3N2Q2YTkxOTM3YmI3MWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2c307357-3bca-4b34-b050-fdfce88d54df","artifactVersion":"1"},{"artifactName":"vfwfc7739c818e40_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json","artifactChecksum":"NDE5OWZjNTNjZTI0NmIyYjhhYjRmODIzZDI4YTM4ODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f5e8d01f-52f7-4317-aab4-e0d772fac14b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"72582aa1-ad8f-463f-85df-6da9d2d3de75","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vendor-license-model.xml","artifactChecksum":"NWJmZmFiMzhjY2YxNDU0MWJlNDBiMzM1NDI4OGFmNjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"78cc26b5-6f63-4ea9-8202-710adc7abb3e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"00b39801-5adc-4f70-af2a-a4e54d31d8d7","artifactVersion":"2","generatedFromUUID":"72582aa1-ad8f-463f-85df-6da9d2d3de75"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220326055151-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-template.yml","artifactChecksum":"NDI1NzdhMWFhNTczOWI5YmYzMGNlM2I1OTM5MTJlMjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a46d12e6-5fac-40ef-9a8c-683fcaf98c0d","artifactVersion":"1"},{"artifactName":"service-Vfw20220326055151-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar","artifactChecksum":"ZjBiMGRjZjlmYTc2Y2IyYzcxMDUwZjI1YjQwNGNiZTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"847fd2c7-f527-4150-b500-d2634b885aa9","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-26T05:55:23.921Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T05:55:23.921Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:55:23.923Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:55:23.923Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274119585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:24.023Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T05:55:24.024Z||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-03-26T05:55:24.024Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:55:24.037Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:55:24.037Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-26T05:55:24.924Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T05:55:24.924Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:55:24.926Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:55:24.926Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274119585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json", "status": "NOTIFIED" } 2022-03-26T05:55:25.027Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-26T05:55:25.028Z||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-03-26T05:55:25.028Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:55:25.052Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:55:25.052Z||pool-20-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-03-26T05:55:25.927Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T05:55:25.928Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:55:25.930Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:55:25.930Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274119585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-26T05:55:26.031Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-26T05:55:26.032Z||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-03-26T05:55:26.033Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:55:26.055Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:55:26.056Z||pool-21-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-03-26T05:55:26.931Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T05:55:26.932Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:55:26.934Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:55:26.934Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274119585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:27.035Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T05:55:27.036Z||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-03-26T05:55:27.036Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:55:27.052Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:55:27.052Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-26T05:55:27.935Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T05:55:27.937Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:55:27.940Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:55:27.940Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274119585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-26T05:55:28.040Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T05:55:28.042Z||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-03-26T05:55:28.042Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:55:28.056Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:55:28.056Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-26T05:55:28.941Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T05:55:28.941Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:55:28.944Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:55:28.944Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274119585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T05:55:29.044Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T05:55:29.045Z||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-03-26T05:55:29.045Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:55:29.057Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:55:29.058Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-26T05:55:29.944Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T05:55:29.945Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:55:29.948Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:55:29.948Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274119585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar", "status": "NOTIFIED" } 2022-03-26T05:55:30.048Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T05:55:30.049Z||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-03-26T05:55:30.050Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:55:30.063Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:55:30.064Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-26T05:55:30.950Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "serviceName": "vFW 2022-03-26 05-51-51", "serviceVersion": "1.0", "serviceUUID": "02ee42a9-866b-4efe-8b97-fab2bbc9d3ce", "serviceDescription": "catalog service description", "serviceInvariantUUID": "d0db20d5-f0a0-4eb4-8b82-1ddb61f569c8", "resources": [ { "resourceInstanceName": "vFW fc7739c8-18e4 0", "resourceCustomizationUUID": "5830746b-fbfd-4521-aa06-a9f3795ae69f", "resourceName": "vFW fc7739c8-18e4", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dbb50a95-62de-4663-9a75-1fd1ca0e19d5", "resourceInvariantUUID": "8f180075-bbd9-463e-8ba4-969018b49edc", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwfc7739c818e40_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json", "artifactChecksum": "NDE5OWZjNTNjZTI0NmIyYjhhYjRmODIzZDI4YTM4ODE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f5e8d01f-52f7-4317-aab4-e0d772fac14b", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "72582aa1-ad8f-463f-85df-6da9d2d3de75", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "00b39801-5adc-4f70-af2a-a4e54d31d8d7", "generatedFromUUID": "72582aa1-ad8f-463f-85df-6da9d2d3de75" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "00b39801-5adc-4f70-af2a-a4e54d31d8d7", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220326055151-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar", "artifactChecksum": "ZjBiMGRjZjlmYTc2Y2IyYzcxMDUwZjI1YjQwNGNiZTg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "847fd2c7-f527-4150-b500-d2634b885aa9" } ], "workloadContext": "Production" } 2022-03-26T05:55:30.950Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-26T05:55:30.950Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 02ee42a9-866b-4efe-8b97-fab2bbc9d3ce ASDC 2022-03-26T05:55:30.950Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:a360271e-e55d-4443-9e40-2f59e298cf4e ServiceName:vFW 2022-03-26 05-51-51 ServiceVersion:1.0 ServiceUUID:02ee42a9-866b-4efe-8b97-fab2bbc9d3ce ServiceInvariantUUID:d0db20d5-f0a0-4eb4-8b82-1ddb61f569c8 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220326055151-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar ArtifactUUID:847fd2c7-f527-4150-b500-d2634b885aa9 ArtifactChecksum:ZjBiMGRjZjlmYTc2Y2IyYzcxMDUwZjI1YjQwNGNiZTg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW fc7739c8-18e4 0 ResourceCustomizationUUID:5830746b-fbfd-4521-aa06-a9f3795ae69f ResourceInvariantUUID:8f180075-bbd9-463e-8ba4-969018b49edc ResourceName:vFW fc7739c8-18e4 ResourceType:VF ResourceUUID:dbb50a95-62de-4663-9a75-1fd1ca0e19d5 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwfc7739c818e40_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json ArtifactUUID:f5e8d01f-52f7-4317-aab4-e0d772fac14b ArtifactChecksum:NDE5OWZjNTNjZTI0NmIyYjhhYjRmODIzZDI4YTM4ODE= 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/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml ArtifactUUID:72582aa1-ad8f-463f-85df-6da9d2d3de75 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/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env ArtifactUUID:00b39801-5adc-4f70-af2a-a4e54d31d8d7 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/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env ArtifactUUID:00b39801-5adc-4f70-af2a-a4e54d31d8d7 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-26T05:55:30.951Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 02ee42a9-866b-4efe-8b97-fab2bbc9d3ce 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-03-26T05:55:30.980Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-26T05:55:30.981Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-26T05:55:30.981Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-26T05:55:30.981Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 847fd2c7-f527-4150-b500-d2634b885aa9 from URL: /sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar 2022-03-26T05:55:30.981Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-26T05:55:30.981Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar 2022-03-26T05:55:31.084Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-26T05:55:31.088Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar 847fd2c7-f527-4150-b500-d2634b885aa9 98923 2022-03-26T05:55:31.089Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar ASDC sendASDCNotification 2022-03-26T05:55:31.089Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar 2022-03-26T05:55:31.089Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-26T05:55:31.089Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:55:31.091Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:55:31.091Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274131088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T05:55:31.191Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T05:55:31.192Z||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-03-26T05:55:31.192Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:55:31.204Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:55:31.204Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-26T05:55:32.092Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-26T05:55:32.093Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-26T05:55:32.093Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 847fd2c7-f527-4150-b500-d2634b885aa9, URL: /sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar to file: /app/ASDC/1/service-Vfw20220326055151-csar.csar 2022-03-26T05:55:32.094Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220326055151-csar.csar 2022-03-26T05:55:32.095Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220326055151-csar.csar 2022-03-26T05:55:32.095Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220326055151-csar.csar 2022-03-26T05:55:32.352Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18433846016714522981/Definitions/service-Vfw20220326055151-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2022-03-26T05:55:34.419Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-26T05:55:34.420Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-26T05:55:34.420Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220326055151-csar.csar 2022-03-26T05:55:34.420Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-26T05:55:34.420Z|a360271e-e55d-4443-9e40-2f59e298cf4e|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-Vfw20220326055151-csar.csar 2022-03-26T05:55:34.420Z|a360271e-e55d-4443-9e40-2f59e298cf4e|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-Vfw20220326055151-csar.csar 2022-03-26T05:55:34.420Z|a360271e-e55d-4443-9e40-2f59e298cf4e|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-Vfw20220326055151-csar.csar 2022-03-26T05:55:34.420Z|a360271e-e55d-4443-9e40-2f59e298cf4e|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-Vfw20220326055151-csar.csar 2022-03-26T05:55:34.420Z|a360271e-e55d-4443-9e40-2f59e298cf4e|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-Vfw20220326055151-csar.csar 2022-03-26T05:55:34.421Z|a360271e-e55d-4443-9e40-2f59e298cf4e|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-Vfw20220326055151-csar.csar 2022-03-26T05:55:34.421Z|a360271e-e55d-4443-9e40-2f59e298cf4e|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-Vfw20220326055151-csar.csar 2022-03-26T05:55:34.421Z|a360271e-e55d-4443-9e40-2f59e298cf4e|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-Vfw20220326055151-csar.csar 2022-03-26T05:55:34.421Z|a360271e-e55d-4443-9e40-2f59e298cf4e|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-Vfw20220326055151-csar.csar 2022-03-26T05:55:34.421Z|a360271e-e55d-4443-9e40-2f59e298cf4e|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-Vfw20220326055151-csar.csar 2022-03-26T05:55:34.421Z|a360271e-e55d-4443-9e40-2f59e298cf4e|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-Vfw20220326055151-csar.csar 2022-03-26T05:55:34.421Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW fc7739c8-18e4 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-Vfw20220326055151-csar.csar 2022-03-26T05:55:34.421Z|a360271e-e55d-4443-9e40-2f59e298cf4e|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-Vfw20220326055151-csar.csar 2022-03-26T05:55:34.421Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-26T05:55:34.421Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:55:34.422Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-26 05-51-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:55:34.422Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vFW fc7739c8-18e4 0 is matching search criteria 2022-03-26T05:55:34.422Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-26T05:55:34.422Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW fc7739c8-18e4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-26T05:55:34.422Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:55:34.422Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-26 05-51-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:55:34.423Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vFW fc7739c8-18e4 0 is matching search criteria 2022-03-26T05:55:34.423Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-26T05:55:34.423Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW fc7739c8-18e4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-26T05:55:34.423Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:55:34.423Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-26 05-51-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:55:34.423Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:55:34.424Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vFW fc7739c8-18e4 0 is not matching search criteria 2022-03-26T05:55:34.424Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-26T05:55:34.424Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-26T05:55:34.424Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-26T05:55:34.424Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-26T05:55:34.424Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-26T05:55:34.424Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-26T05:55:34.424Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-26T05:55:34.425Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-26T05:55:34.425Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-26T05:55:34.425Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-26T05:55:34.425Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-26T05:55:34.425Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-26T05:55:34.425Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-26T05:55:34.425Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-26T05:55:34.425Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-26T05:55:34.426Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-26T05:55:34.426Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:55:34.426Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-26 05-51-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-26T05:55:34.426Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:55:34.426Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vFW fc7739c8-18e4 0 is matching search criteria 2022-03-26T05:55:34.426Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW fc7739c8-18e4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-26T05:55:34.427Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:55:34.427Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vFW fc7739c8-18e4 0 is matching search criteria 2022-03-26T05:55:34.427Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW fc7739c8-18e4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-26T05:55:34.427Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:55:34.427Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vFW fc7739c8-18e4 0 is matching search criteria 2022-03-26T05:55:34.427Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW fc7739c8-18e4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-26T05:55:34.427Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:55:34.428Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vFW fc7739c8-18e4 0 is not matching search criteria 2022-03-26T05:55:34.428Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-26T05:55:34.428Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-26T05:55:34.428Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-26T05:55:34.428Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-26T05:55:34.428Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-26T05:55:34.428Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-26T05:55:34.428Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-26T05:55:34.429Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-26T05:55:34.429Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-26T05:55:34.429Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-26T05:55:34.429Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-26T05:55:34.429Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=31a3daa5-f7a2-4f69-9476-a8cd0d1dd6ea 2022-03-26T05:55:34.429Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:55:34.429Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vFW fc7739c8-18e4 0 is not matching search criteria 2022-03-26T05:55:34.430Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-26T05:55:34.430Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-26T05:55:34.430Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-26T05:55:34.430Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-26T05:55:34.430Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-26T05:55:34.430Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-26T05:55:34.430Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-26T05:55:34.431Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-26T05:55:34.431Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-26T05:55:34.431Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-26T05:55:34.431Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-26T05:55:34.431Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-26T05:55:34.431Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6a5b2848-a4c7-4994-9dff-e7679eeb54cd 2022-03-26T05:55:34.431Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:55:34.431Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vFW fc7739c8-18e4 0 is not matching search criteria 2022-03-26T05:55:34.432Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-26T05:55:34.432Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-26T05:55:34.432Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-26T05:55:34.432Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-26T05:55:34.432Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-26T05:55:34.432Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-26T05:55:34.432Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-26T05:55:34.432Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-26T05:55:34.433Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-26T05:55:34.433Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-26T05:55:34.433Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-26T05:55:34.433Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-26T05:55:34.433Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bdc55e23-315c-4989-805d-f0e803e17eac 2022-03-26T05:55:34.433Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:55:34.433Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-26 05-51-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:55:34.433Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:55:34.434Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-26 05-51-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:55:34.434Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:55:34.434Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-26 05-51-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:55:34.434Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:55:34.434Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-26 05-51-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:55:34.434Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-26 05-51-51 Description:catalog service description Model UUID:02ee42a9-866b-4efe-8b97-fab2bbc9d3ce Model Version:NULL Model InvariantUuid:d0db20d5-f0a0-4eb4-8b82-1ddb61f569c8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW fc7739c8-18e4 Model UUID:fbc196d2-6351-44bd-9e10-3884ed61071c Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:8f180075-bbd9-463e-8ba4-969018b49edc Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5830746b-fbfd-4521-aa06-a9f3795ae69f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:3b7f1a52-85b4-491e-a993-9de244f55eed ModelName:VfwFc7739c818e4..base_vfw..module-0 ModelUuid:3454ba04-bcea-4b22-a1f3-057dddb2289c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:31a3daa5-f7a2-4f69-9476-a8cd0d1dd6ea ModelInvariantUuid:0cda9781-aefc-4e77-a6fe-f9eebfe03cad ModelName:vFW fc7739c8-18e4-nodes.vfwCvfc ModelUuid:1b578e8a-e81d-4079-a48c-6d6f4ff1c63b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:35dd9c2d-a417-4038-b64c-6bdc4da31f7c ModelInvariantUuid:122f1ff9-a5f3-4fc7-890f-ef85dc4ca15e ModelName:VfwFc7739c818e4.compute.nodes.heat.vfw ModelUuid:7afa52b0-de5b-4af4-93a4-6b06fb40104a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:6a5b2848-a4c7-4994-9dff-e7679eeb54cd ModelInvariantUuid:97a0f415-7945-4e19-9711-21c978fac27b ModelName:vFW fc7739c8-18e4-nodes.vsnCvfc ModelUuid:b26bf7eb-0148-4a1c-9d30-7f6655a99bd2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:09b8e57e-92be-4997-88f5-34ffbabbc85d ModelInvariantUuid:bc03e760-1199-4ba2-9564-302c01278523 ModelName:VfwFc7739c818e4.compute.nodes.heat.vsn ModelUuid:44a59e3f-4d74-4ac6-880c-34c8f4b525a9 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:bdc55e23-315c-4989-805d-f0e803e17eac ModelInvariantUuid:f073ac6a-89ec-4477-8d01-cae0d7d6bc19 ModelName:vFW fc7739c8-18e4-nodes.vpgCvfc ModelUuid:0f69a6dc-f671-40c5-be4f-0102b0bf3870 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:0ec04def-9a29-4751-8f6e-6b9d57e13d39 ModelInvariantUuid:70e3c2f7-d738-44da-a556-c341c42b3d70 ModelName:VfwFc7739c818e4.compute.nodes.heat.vpg ModelUuid:c283b64d-db3d-47b0-87f5-e9aacd2c209e 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-03-26T05:55:34.442Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: dbb50a95-62de-4663-9a75-1fd1ca0e19d5 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-26T05:55:34.446Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||vFW fc7739c8-18e4 0 2022-03-26T05:55:34.446Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dbb50a95-62de-4663-9a75-1fd1ca0e19d5 2022-03-26T05:55:34.446Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f5e8d01f-52f7-4317-aab4-e0d772fac14b from URL: /sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json 2022-03-26T05:55:34.446Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-26T05:55:34.447Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json 2022-03-26T05:55:34.497Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-26T05:55:34.498Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json f5e8d01f-52f7-4317-aab4-e0d772fac14b 785 2022-03-26T05:55:34.498Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json ASDC sendASDCNotification 2022-03-26T05:55:34.498Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json 2022-03-26T05:55:34.498Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-26T05:55:34.499Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:55:34.501Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:55:34.501Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274134498, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json", "status": "DOWNLOAD_OK" } 2022-03-26T05:55:34.601Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T05:55:34.602Z||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-03-26T05:55:34.602Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:55:34.613Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:55:34.613Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-26T05:55:35.501Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwFc7739c818e4..base_vfw..module-0", "vfModuleModelInvariantUUID": "3b7f1a52-85b4-491e-a993-9de244f55eed", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3454ba04-bcea-4b22-a1f3-057dddb2289c", "vfModuleModelCustomizationUUID": "45d2e9a7-38b0-4b46-a9e6-7dafcb34561e", "isBase": true, "artifacts": [ "72582aa1-ad8f-463f-85df-6da9d2d3de75", "00b39801-5adc-4f70-af2a-a4e54d31d8d7" ], "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-03-26T05:55:35.507Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwFc7739c818e4..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3454ba04-bcea-4b22-a1f3-057dddb2289c VfModuleModelInvariantUUID:3b7f1a52-85b4-491e-a993-9de244f55eed VfModuleModelDescription:NULL Artifacts UUID List:{ 72582aa1-ad8f-463f-85df-6da9d2d3de75 , 00b39801-5adc-4f70-af2a-a4e54d31d8d7 } 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-03-26T05:55:35.509Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwFc7739c818e4..base_vfw..module-0", "vfModuleModelInvariantUUID": "3b7f1a52-85b4-491e-a993-9de244f55eed", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3454ba04-bcea-4b22-a1f3-057dddb2289c", "vfModuleModelCustomizationUUID": "45d2e9a7-38b0-4b46-a9e6-7dafcb34561e", "isBase": true, "artifacts": [ "72582aa1-ad8f-463f-85df-6da9d2d3de75", "00b39801-5adc-4f70-af2a-a4e54d31d8d7" ], "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-03-26T05:55:35.509Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwFc7739c818e4..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3454ba04-bcea-4b22-a1f3-057dddb2289c VfModuleModelInvariantUUID:3b7f1a52-85b4-491e-a993-9de244f55eed VfModuleModelDescription:NULL Artifacts UUID List:{ 72582aa1-ad8f-463f-85df-6da9d2d3de75 , 00b39801-5adc-4f70-af2a-a4e54d31d8d7 } 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-03-26T05:55:35.509Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 72582aa1-ad8f-463f-85df-6da9d2d3de75 from URL: /sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml 2022-03-26T05:55:35.509Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-26T05:55:35.509Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml 2022-03-26T05:55:35.652Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-26T05:55:35.653Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml 72582aa1-ad8f-463f-85df-6da9d2d3de75 20368 2022-03-26T05:55:35.653Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-26T05:55:35.653Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml 2022-03-26T05:55:35.653Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-26T05:55:35.653Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:55:35.656Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:55:35.656Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274135653, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-26T05:55:35.756Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T05:55:35.757Z||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-03-26T05:55:35.758Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:55:35.770Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:55:35.770Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-26T05:55:36.657Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 00b39801-5adc-4f70-af2a-a4e54d31d8d7 from URL: /sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env 2022-03-26T05:55:36.658Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-26T05:55:36.658Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env 2022-03-26T05:55:36.839Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-26T05:55:36.840Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env 00b39801-5adc-4f70-af2a-a4e54d31d8d7 2098 2022-03-26T05:55:36.840Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-26T05:55:36.840Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env 2022-03-26T05:55:36.840Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-26T05:55:36.840Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:55:36.842Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:55:36.842Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274136840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-26T05:55:36.943Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T05:55:36.944Z||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-03-26T05:55:36.944Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:55:36.955Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:55:36.955Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-03-26T05:55:37.843Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 02ee42a9-866b-4efe-8b97-fab2bbc9d3ce 2022-03-26T05:55:37.844Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW fc7739c8-18e4 0 dbb50a95-62de-4663-9a75-1fd1ca0e19d5 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-03-26T05:55:37.862Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4efef22b, org.onap.sdc.toscaparser.api.parameters.Input@7c26e8c9, org.onap.sdc.toscaparser.api.parameters.Input@51c26a09, org.onap.sdc.toscaparser.api.parameters.Input@5e983e48, org.onap.sdc.toscaparser.api.parameters.Input@674ef01a] 2022-03-26T05:55:37.864Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:55:37.864Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-26 05-51-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:55:37.865Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-03-26T05:55:37.865Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 5830746b-fbfd-4521-aa06-a9f3795ae69f 2022-03-26T05:55:37.865Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5830746b-fbfd-4521-aa06-a9f3795ae69f matches Tosca VF Customization UUID: 5830746b-fbfd-4521-aa06-a9f3795ae69f 2022-03-26T05:55:37.865Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 5830746b-fbfd-4521-aa06-a9f3795ae69f 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-03-26T05:55:37.868Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:55:37.868Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-26 05-51-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:55:37.869Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 5830746b-fbfd-4521-aa06-a9f3795ae69f: {\"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-03-26T05:55:37.869Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@714090cd 2022-03-26T05:55:37.869Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:55:37.869Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-26 05-51-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-26T05:55:37.870Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 45d2e9a7-38b0-4b46-a9e6-7dafcb34561e 2022-03-26T05:55:37.870Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 45d2e9a7-38b0-4b46-a9e6-7dafcb34561e 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-03-26T05:55:37.873Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:55:37.873Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vFW fc7739c8-18e4 0 is matching search criteria 2022-03-26T05:55:37.873Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW fc7739c8-18e4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-26T05:55:37.873Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:55:37.874Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vFW fc7739c8-18e4 0 is matching search criteria 2022-03-26T05:55:37.874Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW fc7739c8-18e4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-26T05:55:37.874Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:55:37.874Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vFW fc7739c8-18e4 0 is not matching search criteria 2022-03-26T05:55:37.875Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-26T05:55:37.875Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-26T05:55:37.875Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-26T05:55:37.876Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-26T05:55:37.876Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-26T05:55:37.876Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-26T05:55:37.876Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-26T05:55:37.877Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-26T05:55:37.877Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-26T05:55:37.877Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-26T05:55:37.878Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-26T05:55:37.878Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=31a3daa5-f7a2-4f69-9476-a8cd0d1dd6ea 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-03-26T05:55:37.880Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:55:37.881Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vFW fc7739c8-18e4 0 is matching search criteria 2022-03-26T05:55:37.881Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW fc7739c8-18e4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-26T05:55:37.881Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:55:37.881Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vFW fc7739c8-18e4 0 is not matching search criteria 2022-03-26T05:55:37.881Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-26T05:55:37.881Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-26T05:55:37.882Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-26T05:55:37.882Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-26T05:55:37.882Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-26T05:55:37.882Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-26T05:55:37.882Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-26T05:55:37.883Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-26T05:55:37.883Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-26T05:55:37.883Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-26T05:55:37.883Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-26T05:55:37.883Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-26T05:55:37.883Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6a5b2848-a4c7-4994-9dff-e7679eeb54cd 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-03-26T05:55:37.885Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:55:37.886Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vFW fc7739c8-18e4 0 is matching search criteria 2022-03-26T05:55:37.886Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW fc7739c8-18e4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-26T05:55:37.886Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:55:37.887Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vFW fc7739c8-18e4 0 is not matching search criteria 2022-03-26T05:55:37.887Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-26T05:55:37.887Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-26T05:55:37.887Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-26T05:55:37.887Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-26T05:55:37.888Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-26T05:55:37.888Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-26T05:55:37.888Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-26T05:55:37.888Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-26T05:55:37.888Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-26T05:55:37.889Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-26T05:55:37.889Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-26T05:55:37.889Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-26T05:55:37.889Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bdc55e23-315c-4989-805d-f0e803e17eac 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-03-26T05:55:37.893Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:55:37.893Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vFW fc7739c8-18e4 0 is matching search criteria 2022-03-26T05:55:37.894Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW fc7739c8-18e4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-26T05:55:37.894Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:55:37.895Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Node template vFW fc7739c8-18e4 0 is matching search criteria 2022-03-26T05:55:37.895Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW fc7739c8-18e4 0] matching following query criteria: sdcType=VF, customizationUUID=5830746b-fbfd-4521-aa06-a9f3795ae69f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-26T05:55:37.899Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:55:37.899Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-26 05-51-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:55:37.899Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 02ee42a9-866b-4efe-8b97-fab2bbc9d3ce: vFW fc7739c8-18e4 2022-03-26T05:55:37.900Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:55:37.900Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-26 05-51-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:55:37.900Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:55:37.900Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-26 05-51-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:55:37.901Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:55:37.901Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-26 05-51-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:55:37.901Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:55:37.901Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-26 05-51-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:55:37.902Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:55:37.902Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-26 05-51-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:55:37.902Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-03-26 05-51-51 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-03-26T05:55:38.067Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW fc7739c8-18e4 dbb50a95-62de-4663-9a75-1fd1ca0e19d5 1 ASDC deployResourceStructure 2022-03-26T05:55:38.067Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json ASDC sendASDCNotification 2022-03-26T05:55:38.068Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json 2022-03-26T05:55:38.068Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-26T05:55:38.068Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:55:38.070Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:55:38.070Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274138067, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json", "status": "DEPLOY_OK" } 2022-03-26T05:55:38.170Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T05:55:38.171Z||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-03-26T05:55:38.171Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:55:38.182Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:55:38.182Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-26T05:55:39.071Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-26T05:55:39.072Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml 2022-03-26T05:55:39.072Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-26T05:55:39.072Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:55:39.074Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:55:39.074Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274139071, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-26T05:55:39.174Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-26T05:55:39.175Z||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-03-26T05:55:39.176Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:55:39.187Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:55:39.187Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-26T05:55:40.075Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-26T05:55:40.076Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env 2022-03-26T05:55:40.076Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-26T05:55:40.076Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:55:40.078Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:55:40.078Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274140075, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-26T05:55:40.178Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T05:55:40.179Z||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-03-26T05:55:40.179Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:55:40.193Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:55:40.194Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-26T05:55:41.079Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar ASDC sendASDCNotification 2022-03-26T05:55:41.079Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar 2022-03-26T05:55:41.079Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-26T05:55:41.080Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:55:41.082Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:55:41.082Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274141078, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T05:55:41.183Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-26T05:55:41.184Z||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-03-26T05:55:41.184Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:55:41.195Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:55:41.196Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-26T05:55:42.083Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a360271e-e55d-4443-9e40-2f59e298cf4e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T05:55:42.093Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a360271e-e55d-4443-9e40-2f59e298cf4e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T05:55:42.097Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-26T05:55:42.097Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-26T05:55:42.097Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-26T05:55:42.097Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-26T05:55:42.097Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T05:55:42.097Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T05:55:42.097Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T05:55:42.098Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T05:55:42.098Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T05:55:42.098Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T05:55:42.098Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-26T05:55:42.106Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-26T05:56:10.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:56:10.141Z||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-03-26T05:56:10.141Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:56:10.163Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:56:10.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T05:56:10.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "clamp", "timestamp": 1648274049530, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T05:56:10.165Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:56:12.106Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a360271e-e55d-4443-9e40-2f59e298cf4e 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-03-26T05:56:12.113Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a360271e-e55d-4443-9e40-2f59e298cf4e and serviceModelVersionId: 02ee42a9-866b-4efe-8b97-fab2bbc9d3ce 2022-03-26T05:56:12.113Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d0db20d5-f0a0-4eb4-8b82-1ddb61f569c8 2022-03-26T05:56:12.114Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d0db20d5-f0a0-4eb4-8b82-1ddb61f569c8/model-vers/model-ver/02ee42a9-866b-4efe-8b97-fab2bbc9d3ce?depth=0 2022-03-26T05:56:12.118Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-26T05:56:12.171Z|a360271e-e55d-4443-9e40-2f59e298cf4e|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/d0db20d5-f0a0-4eb4-8b82-1ddb61f569c8/model-vers/model-ver/02ee42a9-866b-4efe-8b97-fab2bbc9d3ce?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-03-26T05:56:12.172Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0db20d5-f0a0-4eb4-8b82-1ddb61f569c8/model-vers/model-ver/02ee42a9-866b-4efe-8b97-fab2bbc9d3ce?depth=0|INFO|500||Invoke 2022-03-26T05:56:12.200Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0db20d5-f0a0-4eb4-8b82-1ddb61f569c8/model-vers/model-ver/02ee42a9-866b-4efe-8b97-fab2bbc9d3ce?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-26T05:56:12.826Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0db20d5-f0a0-4eb4-8b82-1ddb61f569c8/model-vers/model-ver/02ee42a9-866b-4efe-8b97-fab2bbc9d3ce?depth=0|INFO|500||InvokeReturn 2022-03-26T05:56:12.826Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0db20d5-f0a0-4eb4-8b82-1ddb61f569c8/model-vers/model-ver/02ee42a9-866b-4efe-8b97-fab2bbc9d3ce?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220326-05:56:13:502-42366], vertex-id=[204888], Content-Length=[0], Date=[Sat, 26 Mar 2022 05:56:13 GMT], Content-Type=[application/json]} 2022-03-26T05:56:12.827Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-03-26T05:56:12.828Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-26T05:56:12.828Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-26T05:56:12.832Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||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-03-26T05:56:12.832Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a360271e-e55d-4443-9e40-2f59e298cf4e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-26T05:56:12.832Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-26T05:56:12.833Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:56:12.835Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:56:12.835Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274172832, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-26T05:56:12.935Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T05:56:12.936Z||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-03-26T05:56:12.936Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:56:12.951Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:56:12.951Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-26T05:56:13.847Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-26T05:56:13.847Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"2b411648-1ecc-470c-9ca0-93cd8dab9474","serviceName":"basic_onboard_PnxnHH","serviceVersion":"1.0","serviceUUID":"76ec0515-965d-4a55-b158-41eb594764a3","serviceDescription":"service","serviceInvariantUUID":"f9a7451d-4d09-4405-b4bb-ce46b97b6f2d","resources":[{"resourceInstanceName":"basic_onboard_PnxnHH 0","resourceName":"basic_onboard_PnxnHH","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2d0c4ba1-6965-4523-ac1c-105f448ab420","resourceInvariantUUID":"051dcb1a-5471-440b-a1f7-aa5843b81d31","resourceCustomizationUUID":"15f49352-0e4f-47c3-aec4-7c62991de12d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/vf-license-model.xml","artifactChecksum":"NTU2NjZiMzEzNTk4ZjA2MzMyYmY2NGVkYjkzNzczYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5b06b2ee-e6d3-4bf1-90cf-81af98c8b55e","artifactVersion":"1"},{"artifactName":"basic_onboard_pnxnhh0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/basic_onboard_pnxnhh0_modules.json","artifactChecksum":"ZmFiMDg2NWVlMjFlNzAyYzZlOWRmMjliN2ViMDczZGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b7eb9c90-a857-4899-bf47-86195b6438c3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"45b0ae9b-cdab-4c73-8cd6-c3fbb4cbfe57","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c056e599-fd68-4cb6-a078-f7a3cadf9b55","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"998c2aec-6122-463a-a542-3bb901028d9d","artifactVersion":"2","generatedFromUUID":"45b0ae9b-cdab-4c73-8cd6-c3fbb4cbfe57"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPnxnhh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-template.yml","artifactChecksum":"NzkyYjQ2M2ViZGY2M2M2NGMyMTE5NjMwYjAyOTIwZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"162e6667-0d69-4b8f-8baa-8c4003a5535e","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPnxnhh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar","artifactChecksum":"NjZkMDAwMTlhNWI3MGY0OTUyMmRjYTA2YTNjZmU1Mjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"099c8f32-fd22-41b4-b41c-6cb977b50f2c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-26T05:56:13.848Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T05:56:13.849Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:56:13.851Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:56:13.868Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274119585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:56:13.952Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms 2022-03-26T05:56:13.953Z||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-03-26T05:56:13.953Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:56:13.965Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:56:13.965Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-26T05:56:14.869Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T05:56:14.870Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:56:14.872Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:56:14.872Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274119585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/basic_onboard_pnxnhh0_modules.json", "status": "NOTIFIED" } 2022-03-26T05:56:14.972Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T05:56:14.973Z||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-03-26T05:56:14.973Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:56:14.986Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:56:14.987Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-26T05:56:15.872Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T05:56:15.873Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:56:15.875Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:56:15.876Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274119585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-26T05:56:15.976Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T05:56:15.977Z||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-03-26T05:56:15.977Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:56:15.992Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:56:15.992Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-26T05:56:16.876Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T05:56:16.878Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:56:16.880Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:56:16.881Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274119585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:56:16.981Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-26T05:56:16.982Z||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-03-26T05:56:16.982Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:56:16.995Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:56:16.996Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-26T05:56:17.881Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T05:56:17.882Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:56:17.885Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:56:17.885Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274119585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-26T05:56:17.985Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T05:56:17.986Z||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-03-26T05:56:17.986Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:56:18.001Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:56:18.001Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-26T05:56:18.886Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T05:56:18.887Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:56:18.889Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:56:18.889Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274119585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T05:56:18.989Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T05:56:18.990Z||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-03-26T05:56:18.990Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:56:19.002Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:56:19.003Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-26T05:56:19.890Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T05:56:19.891Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:56:19.893Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:56:19.893Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274119585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar", "status": "NOTIFIED" } 2022-03-26T05:56:19.993Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T05:56:19.994Z||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-03-26T05:56:19.994Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:56:20.007Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:56:20.007Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-26T05:56:20.895Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "serviceName": "basic_onboard_PnxnHH", "serviceVersion": "1.0", "serviceUUID": "76ec0515-965d-4a55-b158-41eb594764a3", "serviceDescription": "service", "serviceInvariantUUID": "f9a7451d-4d09-4405-b4bb-ce46b97b6f2d", "resources": [ { "resourceInstanceName": "basic_onboard_PnxnHH 0", "resourceCustomizationUUID": "15f49352-0e4f-47c3-aec4-7c62991de12d", "resourceName": "basic_onboard_PnxnHH", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2d0c4ba1-6965-4523-ac1c-105f448ab420", "resourceInvariantUUID": "051dcb1a-5471-440b-a1f7-aa5843b81d31", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_pnxnhh0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/basic_onboard_pnxnhh0_modules.json", "artifactChecksum": "ZmFiMDg2NWVlMjFlNzAyYzZlOWRmMjliN2ViMDczZGU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b7eb9c90-a857-4899-bf47-86195b6438c3", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "45b0ae9b-cdab-4c73-8cd6-c3fbb4cbfe57", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "998c2aec-6122-463a-a542-3bb901028d9d", "generatedFromUUID": "45b0ae9b-cdab-4c73-8cd6-c3fbb4cbfe57" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "998c2aec-6122-463a-a542-3bb901028d9d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardPnxnhh-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar", "artifactChecksum": "NjZkMDAwMTlhNWI3MGY0OTUyMmRjYTA2YTNjZmU1Mjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "099c8f32-fd22-41b4-b41c-6cb977b50f2c" } ], "workloadContext": "Production" } 2022-03-26T05:56:20.895Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-26T05:56:20.895Z|a360271e-e55d-4443-9e40-2f59e298cf4e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 76ec0515-965d-4a55-b158-41eb594764a3 ASDC 2022-03-26T05:56:20.896Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:2b411648-1ecc-470c-9ca0-93cd8dab9474 ServiceName:basic_onboard_PnxnHH ServiceVersion:1.0 ServiceUUID:76ec0515-965d-4a55-b158-41eb594764a3 ServiceInvariantUUID:f9a7451d-4d09-4405-b4bb-ce46b97b6f2d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardPnxnhh-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar ArtifactUUID:099c8f32-fd22-41b4-b41c-6cb977b50f2c ArtifactChecksum:NjZkMDAwMTlhNWI3MGY0OTUyMmRjYTA2YTNjZmU1Mjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_PnxnHH 0 ResourceCustomizationUUID:15f49352-0e4f-47c3-aec4-7c62991de12d ResourceInvariantUUID:051dcb1a-5471-440b-a1f7-aa5843b81d31 ResourceName:basic_onboard_PnxnHH ResourceType:VF ResourceUUID:2d0c4ba1-6965-4523-ac1c-105f448ab420 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_pnxnhh0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/basic_onboard_pnxnhh0_modules.json ArtifactUUID:b7eb9c90-a857-4899-bf47-86195b6438c3 ArtifactChecksum:ZmFiMDg2NWVlMjFlNzAyYzZlOWRmMjliN2ViMDczZGU= 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/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.yaml ArtifactUUID:45b0ae9b-cdab-4c73-8cd6-c3fbb4cbfe57 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/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.env ArtifactUUID:998c2aec-6122-463a-a542-3bb901028d9d 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/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.env ArtifactUUID:998c2aec-6122-463a-a542-3bb901028d9d ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-26T05:56:20.896Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 76ec0515-965d-4a55-b158-41eb594764a3 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-03-26T05:56:20.948Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-26T05:56:20.949Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-26T05:56:20.949Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-26T05:56:20.949Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 099c8f32-fd22-41b4-b41c-6cb977b50f2c from URL: /sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar 2022-03-26T05:56:20.949Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-26T05:56:20.950Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar 2022-03-26T05:56:21.155Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-26T05:56:21.158Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar 099c8f32-fd22-41b4-b41c-6cb977b50f2c 71583 2022-03-26T05:56:21.159Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar ASDC sendASDCNotification 2022-03-26T05:56:21.159Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar 2022-03-26T05:56:21.159Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-26T05:56:21.159Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:56:21.161Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:56:21.161Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274181159, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T05:56:21.262Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T05:56:21.263Z||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-03-26T05:56:21.263Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:56:21.275Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:56:21.275Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-26T05:56:22.162Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-26T05:56:22.163Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-26T05:56:22.164Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 099c8f32-fd22-41b4-b41c-6cb977b50f2c, URL: /sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar to file: /app/ASDC/1/service-BasicOnboardPnxnhh-csar.csar 2022-03-26T05:56:22.164Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPnxnhh-csar.csar 2022-03-26T05:56:22.164Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPnxnhh-csar.csar 2022-03-26T05:56:22.165Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPnxnhh-csar.csar 2022-03-26T05:56:22.298Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10527484415601064438/Definitions/service-BasicOnboardPnxnhh-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-03-26T05:56:23.570Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-26T05:56:23.570Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-26T05:56:23.570Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPnxnhh-csar.csar 2022-03-26T05:56:23.571Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-26T05:56:23.571Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||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-BasicOnboardPnxnhh-csar.csar 2022-03-26T05:56:23.571Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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-BasicOnboardPnxnhh-csar.csar 2022-03-26T05:56:23.571Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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-BasicOnboardPnxnhh-csar.csar 2022-03-26T05:56:23.571Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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-BasicOnboardPnxnhh-csar.csar 2022-03-26T05:56:23.571Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardPnxnhh-csar.csar 2022-03-26T05:56:23.572Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPnxnhh-csar.csar 2022-03-26T05:56:23.572Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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-BasicOnboardPnxnhh-csar.csar 2022-03-26T05:56:23.572Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_PnxnHH 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-BasicOnboardPnxnhh-csar.csar 2022-03-26T05:56:23.572Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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-BasicOnboardPnxnhh-csar.csar 2022-03-26T05:56:23.572Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-26T05:56:23.572Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:56:23.572Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_PnxnHH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:56:23.573Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_PnxnHH 0 is matching search criteria 2022-03-26T05:56:23.573Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-26T05:56:23.573Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_PnxnHH 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-26T05:56:23.573Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:56:23.574Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_PnxnHH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:56:23.574Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_PnxnHH 0 is matching search criteria 2022-03-26T05:56:23.574Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-26T05:56:23.574Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_PnxnHH 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-26T05:56:23.575Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:56:23.575Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_PnxnHH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:56:23.575Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:56:23.576Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_PnxnHH 0 is not matching search criteria 2022-03-26T05:56:23.576Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-26T05:56:23.576Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-26T05:56:23.577Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-26T05:56:23.577Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-26T05:56:23.577Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-26T05:56:23.577Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:56:23.578Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_PnxnHH is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-26T05:56:23.578Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:56:23.578Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_PnxnHH 0 is matching search criteria 2022-03-26T05:56:23.579Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_PnxnHH 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-26T05:56:23.579Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:56:23.579Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_PnxnHH 0 is matching search criteria 2022-03-26T05:56:23.580Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_PnxnHH 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-26T05:56:23.580Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:56:23.580Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_PnxnHH 0 is matching search criteria 2022-03-26T05:56:23.580Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_PnxnHH 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-26T05:56:23.581Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:56:23.581Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_PnxnHH 0 is not matching search criteria 2022-03-26T05:56:23.581Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-26T05:56:23.581Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-26T05:56:23.582Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a736905a-e669-4e36-a0f3-35ac65970ad2 2022-03-26T05:56:23.582Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:56:23.582Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_PnxnHH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:56:23.582Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:56:23.583Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_PnxnHH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:56:23.583Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:56:23.583Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_PnxnHH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:56:23.583Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:56:23.584Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_PnxnHH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:56:23.584Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_PnxnHH Description:service Model UUID:76ec0515-965d-4a55-b158-41eb594764a3 Model Version:NULL Model InvariantUuid:f9a7451d-4d09-4405-b4bb-ce46b97b6f2d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_PnxnHH Model UUID:13294876-b81a-4eed-bd5d-560e4fce9658 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:051dcb1a-5471-440b-a1f7-aa5843b81d31 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:15f49352-0e4f-47c3-aec4-7c62991de12d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:12eebb27-e906-4378-b934-9c8018b228db ModelName:BasicOnboardPnxnhh..base_ubuntu18..module-0 ModelUuid:039bf7bd-134d-4158-b69e-7e54b12e4e6a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a736905a-e669-4e36-a0f3-35ac65970ad2 ModelInvariantUuid:04e8d451-5d16-44c1-87e5-35c63a3fa5a7 ModelName:basic_onboard_PnxnHH-nodes.ubuntu18Cvfc ModelUuid:31cccebe-4e73-4875-a1fd-fe2cfbd1e9d5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:ba51333d-67fd-4c42-b126-9a7fe49fb168 ModelInvariantUuid:29e4acc1-dc4f-4bb4-b319-28bdd53020e2 ModelName:BasicOnboardPnxnhh.compute.nodes.heat.ubuntu18 ModelUuid:94e8fff3-e66c-4ca2-9d97-7da80ff936ee 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-03-26T05:56:23.591Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 2d0c4ba1-6965-4523-ac1c-105f448ab420 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-26T05:56:23.593Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||basic_onboard_PnxnHH 0 2022-03-26T05:56:23.593Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2d0c4ba1-6965-4523-ac1c-105f448ab420 2022-03-26T05:56:23.594Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b7eb9c90-a857-4899-bf47-86195b6438c3 from URL: /sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/basic_onboard_pnxnhh0_modules.json 2022-03-26T05:56:23.594Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-26T05:56:23.594Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/basic_onboard_pnxnhh0_modules.json 2022-03-26T05:56:23.742Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-26T05:56:23.743Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/basic_onboard_pnxnhh0_modules.json b7eb9c90-a857-4899-bf47-86195b6438c3 798 2022-03-26T05:56:23.743Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/basic_onboard_pnxnhh0_modules.json ASDC sendASDCNotification 2022-03-26T05:56:23.743Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/basic_onboard_pnxnhh0_modules.json 2022-03-26T05:56:23.744Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-26T05:56:23.744Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:56:23.746Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:56:23.746Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274183743, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/basic_onboard_pnxnhh0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-26T05:56:23.846Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T05:56:23.847Z||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-03-26T05:56:23.848Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:56:23.866Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:56:23.866Z||pool-43-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-26T05:56:24.747Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardPnxnhh..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "12eebb27-e906-4378-b934-9c8018b228db", "vfModuleModelVersion": "1", "vfModuleModelUUID": "039bf7bd-134d-4158-b69e-7e54b12e4e6a", "vfModuleModelCustomizationUUID": "dd848c26-f447-42b2-b795-13bdf1dbf7e2", "isBase": true, "artifacts": [ "45b0ae9b-cdab-4c73-8cd6-c3fbb4cbfe57", "998c2aec-6122-463a-a542-3bb901028d9d" ], "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-03-26T05:56:24.751Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardPnxnhh..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:039bf7bd-134d-4158-b69e-7e54b12e4e6a VfModuleModelInvariantUUID:12eebb27-e906-4378-b934-9c8018b228db VfModuleModelDescription:NULL Artifacts UUID List:{ 45b0ae9b-cdab-4c73-8cd6-c3fbb4cbfe57 , 998c2aec-6122-463a-a542-3bb901028d9d } 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-03-26T05:56:24.753Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardPnxnhh..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "12eebb27-e906-4378-b934-9c8018b228db", "vfModuleModelVersion": "1", "vfModuleModelUUID": "039bf7bd-134d-4158-b69e-7e54b12e4e6a", "vfModuleModelCustomizationUUID": "dd848c26-f447-42b2-b795-13bdf1dbf7e2", "isBase": true, "artifacts": [ "45b0ae9b-cdab-4c73-8cd6-c3fbb4cbfe57", "998c2aec-6122-463a-a542-3bb901028d9d" ], "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-03-26T05:56:24.754Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardPnxnhh..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:039bf7bd-134d-4158-b69e-7e54b12e4e6a VfModuleModelInvariantUUID:12eebb27-e906-4378-b934-9c8018b228db VfModuleModelDescription:NULL Artifacts UUID List:{ 45b0ae9b-cdab-4c73-8cd6-c3fbb4cbfe57 , 998c2aec-6122-463a-a542-3bb901028d9d } 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-03-26T05:56:24.754Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 45b0ae9b-cdab-4c73-8cd6-c3fbb4cbfe57 from URL: /sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.yaml 2022-03-26T05:56:24.754Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-26T05:56:24.754Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.yaml 2022-03-26T05:56:25.041Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-26T05:56:25.042Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.yaml 45b0ae9b-cdab-4c73-8cd6-c3fbb4cbfe57 5033 2022-03-26T05:56:25.043Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-26T05:56:25.043Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.yaml 2022-03-26T05:56:25.043Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-26T05:56:25.043Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:56:25.046Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:56:25.046Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274185043, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-26T05:56:25.146Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T05:56:25.147Z||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-03-26T05:56:25.147Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:56:25.165Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:56:25.166Z||pool-44-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-26T05:56:26.046Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 998c2aec-6122-463a-a542-3bb901028d9d from URL: /sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.env 2022-03-26T05:56:26.047Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-26T05:56:26.047Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.env 2022-03-26T05:56:26.239Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-26T05:56:26.240Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.env 998c2aec-6122-463a-a542-3bb901028d9d 909 2022-03-26T05:56:26.240Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-26T05:56:26.241Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.env 2022-03-26T05:56:26.241Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-26T05:56:26.241Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:56:26.243Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:56:26.244Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274186240, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-26T05:56:26.344Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T05:56:26.345Z||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-03-26T05:56:26.345Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:56:26.367Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:56:26.368Z||pool-45-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-03-26T05:56:27.244Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 76ec0515-965d-4a55-b158-41eb594764a3 2022-03-26T05:56:27.245Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_PnxnHH 0 2d0c4ba1-6965-4523-ac1c-105f448ab420 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-03-26T05:56:27.262Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b51795a, org.onap.sdc.toscaparser.api.parameters.Input@39e48cd0, org.onap.sdc.toscaparser.api.parameters.Input@6db5c11d, org.onap.sdc.toscaparser.api.parameters.Input@2a0b10dd, org.onap.sdc.toscaparser.api.parameters.Input@5a60376f] 2022-03-26T05:56:27.264Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:56:27.264Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_PnxnHH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:56:27.264Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-03-26T05:56:27.265Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 15f49352-0e4f-47c3-aec4-7c62991de12d 2022-03-26T05:56:27.265Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 15f49352-0e4f-47c3-aec4-7c62991de12d matches Tosca VF Customization UUID: 15f49352-0e4f-47c3-aec4-7c62991de12d 2022-03-26T05:56:27.265Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 15f49352-0e4f-47c3-aec4-7c62991de12d 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-03-26T05:56:27.267Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:56:27.268Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_PnxnHH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:56:27.269Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 15f49352-0e4f-47c3-aec4-7c62991de12d: {\"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-03-26T05:56:27.269Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@76fe4b81 2022-03-26T05:56:27.269Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:56:27.269Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_PnxnHH is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-26T05:56:27.270Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dd848c26-f447-42b2-b795-13bdf1dbf7e2 2022-03-26T05:56:27.270Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dd848c26-f447-42b2-b795-13bdf1dbf7e2 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-03-26T05:56:27.272Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:56:27.273Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_PnxnHH 0 is matching search criteria 2022-03-26T05:56:27.273Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_PnxnHH 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-26T05:56:27.273Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:56:27.273Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_PnxnHH 0 is matching search criteria 2022-03-26T05:56:27.273Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_PnxnHH 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-26T05:56:27.274Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:56:27.274Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_PnxnHH 0 is not matching search criteria 2022-03-26T05:56:27.274Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-26T05:56:27.274Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-26T05:56:27.274Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a736905a-e669-4e36-a0f3-35ac65970ad2 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-03-26T05:56:27.277Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:56:27.277Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_PnxnHH 0 is matching search criteria 2022-03-26T05:56:27.277Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_PnxnHH 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-26T05:56:27.277Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:56:27.278Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_PnxnHH 0 is matching search criteria 2022-03-26T05:56:27.278Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_PnxnHH 0] matching following query criteria: sdcType=VF, customizationUUID=15f49352-0e4f-47c3-aec4-7c62991de12d Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-26T05:56:27.280Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:56:27.280Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_PnxnHH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:56:27.280Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 76ec0515-965d-4a55-b158-41eb594764a3: basic_onboard_PnxnHH 2022-03-26T05:56:27.280Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:56:27.281Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_PnxnHH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:56:27.281Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:56:27.281Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_PnxnHH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:56:27.281Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:56:27.281Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_PnxnHH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:56:27.281Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:56:27.281Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_PnxnHH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:56:27.282Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T05:56:27.282Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_PnxnHH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T05:56:27.282Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_PnxnHH 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-03-26T05:56:27.359Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_PnxnHH 2d0c4ba1-6965-4523-ac1c-105f448ab420 1 ASDC deployResourceStructure 2022-03-26T05:56:27.360Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/basic_onboard_pnxnhh0_modules.json ASDC sendASDCNotification 2022-03-26T05:56:27.360Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/basic_onboard_pnxnhh0_modules.json 2022-03-26T05:56:27.360Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-26T05:56:27.360Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:56:27.362Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:56:27.363Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274187360, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/basic_onboard_pnxnhh0_modules.json", "status": "DEPLOY_OK" } 2022-03-26T05:56:27.463Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T05:56:27.464Z||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-03-26T05:56:27.464Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:56:27.477Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:56:27.477Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-26T05:56:28.363Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-26T05:56:28.364Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.yaml 2022-03-26T05:56:28.364Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-26T05:56:28.365Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:56:28.367Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:56:28.367Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274188363, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-26T05:56:28.467Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T05:56:28.468Z||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-03-26T05:56:28.468Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:56:28.481Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:56:28.482Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-26T05:56:29.368Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-26T05:56:29.368Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.env 2022-03-26T05:56:29.368Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-26T05:56:29.369Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:56:29.370Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:56:29.371Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274189368, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-26T05:56:29.471Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-26T05:56:29.472Z||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-03-26T05:56:29.472Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:56:29.484Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:56:29.484Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-26T05:56:30.372Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar ASDC sendASDCNotification 2022-03-26T05:56:30.372Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar 2022-03-26T05:56:30.372Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-26T05:56:30.372Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:56:30.374Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:56:30.374Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274190371, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T05:56:30.475Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T05:56:30.476Z||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-03-26T05:56:30.476Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:56:30.488Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:56:30.488Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-26T05:56:31.375Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2b411648-1ecc-470c-9ca0-93cd8dab9474 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T05:56:31.386Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2b411648-1ecc-470c-9ca0-93cd8dab9474 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T05:56:31.388Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-26T05:56:31.388Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-26T05:56:31.388Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-26T05:57:01.389Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2b411648-1ecc-470c-9ca0-93cd8dab9474 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T05:57:01.398Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2b411648-1ecc-470c-9ca0-93cd8dab9474 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T05:57:01.400Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-26T05:57:01.400Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-26T05:57:01.400Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-26T05:57:10.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:57:10.140Z||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-03-26T05:57:10.141Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:57:10.167Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:57:10.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-26T05:57:10.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "aai-ml", "timestamp": 1648274048515, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T05:57:10.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-26T05:57:10.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-26T05:57:10.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274050421, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/basic_onboard_pnxnhh0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-26T05:57:10.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-26T05:57:10.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-26T05:57:10.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "aai-ml", "timestamp": 1648274048515, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:57:10.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-26T05:57:10.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-26T05:57:10.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274050421, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T05:57:10.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-26T05:57:10.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-26T05:57:10.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "clamp", "timestamp": 1648274051537, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T05:57:10.172Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:57:10.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-26T05:57:10.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "aai-ml", "timestamp": 1648274048515, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-26T05:57:10.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-26T05:57:10.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-26T05:57:10.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274050421, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:57:10.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-26T05:57:10.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-26T05:57:10.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "clamp", "timestamp": 1648274052541, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-26T05:57:10.182Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2b411648-1ecc-470c-9ca0-93cd8dab9474 2022-03-26T05:57:10.182Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b411648-1ecc-470c-9ca0-93cd8dab9474 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-26T05:57:10.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-26T05:57:10.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "aai-ml", "timestamp": 1648274048515, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T05:57:10.190Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-26T05:57:10.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-26T05:57:10.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274050421, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-26T05:57:10.191Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-26T05:57:10.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-26T05:57:10.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "aai-ml", "timestamp": 1648274048515, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar", "status": "NOTIFIED" } 2022-03-26T05:57:10.191Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-26T05:57:10.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-26T05:57:10.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274050421, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T05:57:10.192Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-26T05:57:10.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-26T05:57:10.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "aai-ml", "timestamp": 1648274056506, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T05:57:10.192Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:57:10.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-26T05:57:10.193Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274050421, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar", "status": "NOTIFIED" } 2022-03-26T05:57:10.193Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-26T05:57:10.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-26T05:57:10.193Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274058325, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T05:57:10.194Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:57:10.194Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-26T05:57:10.194Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274060961, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T05:57:10.194Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:57:10.194Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-26T05:57:10.194Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274061967, "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-03-26T05:57:10.199Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2b411648-1ecc-470c-9ca0-93cd8dab9474 2022-03-26T05:57:10.200Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b411648-1ecc-470c-9ca0-93cd8dab9474 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-03-26T05:57:10.207Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-26T05:57:10.207Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "aai-ml", "timestamp": 1648274065425, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T05:57:10.207Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:57:10.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-26T05:57:10.208Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "aai-ml", "timestamp": 1648274066429, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-26T05:57:10.211Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2b411648-1ecc-470c-9ca0-93cd8dab9474 2022-03-26T05:57:10.211Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b411648-1ecc-470c-9ca0-93cd8dab9474 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-03-26T05:57:31.401Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2b411648-1ecc-470c-9ca0-93cd8dab9474 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T05:57:31.414Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2b411648-1ecc-470c-9ca0-93cd8dab9474 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T05:57:31.421Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-26T05:57:31.421Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-26T05:57:31.421Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-26T05:57:31.421Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-26T05:57:31.421Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T05:57:31.422Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T05:57:31.422Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T05:57:31.422Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T05:57:31.422Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T05:57:31.422Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T05:57:31.422Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-26T05:57:31.427Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-26T05:58:01.428Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2b411648-1ecc-470c-9ca0-93cd8dab9474 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-03-26T05:58:01.433Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2b411648-1ecc-470c-9ca0-93cd8dab9474 and serviceModelVersionId: 76ec0515-965d-4a55-b158-41eb594764a3 2022-03-26T05:58:01.433Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f9a7451d-4d09-4405-b4bb-ce46b97b6f2d 2022-03-26T05:58:01.434Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f9a7451d-4d09-4405-b4bb-ce46b97b6f2d/model-vers/model-ver/76ec0515-965d-4a55-b158-41eb594764a3?depth=0 2022-03-26T05:58:01.439Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-26T05:58:01.485Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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/f9a7451d-4d09-4405-b4bb-ce46b97b6f2d/model-vers/model-ver/76ec0515-965d-4a55-b158-41eb594764a3?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-03-26T05:58:01.486Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9a7451d-4d09-4405-b4bb-ce46b97b6f2d/model-vers/model-ver/76ec0515-965d-4a55-b158-41eb594764a3?depth=0|INFO|500||Invoke 2022-03-26T05:58:01.507Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9a7451d-4d09-4405-b4bb-ce46b97b6f2d/model-vers/model-ver/76ec0515-965d-4a55-b158-41eb594764a3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-26T05:58:01.631Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9a7451d-4d09-4405-b4bb-ce46b97b6f2d/model-vers/model-ver/76ec0515-965d-4a55-b158-41eb594764a3?depth=0|INFO|500||InvokeReturn 2022-03-26T05:58:01.632Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9a7451d-4d09-4405-b4bb-ce46b97b6f2d/model-vers/model-ver/76ec0515-965d-4a55-b158-41eb594764a3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220326-05:58:02:818-40400], vertex-id=[188424], Content-Length=[0], Date=[Sat, 26 Mar 2022 05:58:02 GMT], Content-Type=[application/json]} 2022-03-26T05:58:01.632Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-03-26T05:58:01.633Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-26T05:58:01.633Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-26T05:58:01.639Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||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-03-26T05:58:01.639Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2b411648-1ecc-470c-9ca0-93cd8dab9474 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-26T05:58:01.639Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-26T05:58:01.640Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-26T05:58:01.642Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T05:58:01.642Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274281639, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-26T05:58:01.742Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T05:58:01.744Z||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-03-26T05:58:01.744Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:58:01.760Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:58:01.761Z||pool-50-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-26T05:58:02.655Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:58:02.656Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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-03-26T05:58:02.656Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:58:10.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:58:10.140Z||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-03-26T05:58:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:58:10.165Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:58:10.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-26T05:58:10.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "750215cc-f212-4992-88dd-5a689867a99b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274118570, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-26T05:58:10.167Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:58:10.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-26T05:58:10.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274119585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:58:10.167Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-26T05:58:10.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-26T05:58:10.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274119585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json", "status": "NOTIFIED" } 2022-03-26T05:58:10.168Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-26T05:58:10.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-26T05:58:10.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274119585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-26T05:58:10.168Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-26T05:58:10.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-26T05:58:10.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274119585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:58:10.168Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-26T05:58:10.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-26T05:58:10.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274119585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-26T05:58:10.168Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-26T05:58:10.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-26T05:58:10.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274119585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T05:58:10.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-26T05:58:10.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-26T05:58:10.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274119585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar", "status": "NOTIFIED" } 2022-03-26T05:58:10.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-26T05:58:10.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-26T05:58:10.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274131088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T05:58:10.169Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:58:10.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-26T05:58:10.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274134498, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json", "status": "DOWNLOAD_OK" } 2022-03-26T05:58:10.170Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:58:10.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-26T05:58:10.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274135653, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-26T05:58:10.170Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:58:10.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-26T05:58:10.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274136840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-26T05:58:10.170Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:58:10.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-26T05:58:10.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274138067, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/vfwfc7739c818e40_modules.json", "status": "DEPLOY_OK" } 2022-03-26T05:58:10.171Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:58:10.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-26T05:58:10.171Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274139071, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-26T05:58:10.171Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:58:10.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-26T05:58:10.171Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274140075, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/resourceInstances/vfwfc7739c818e40/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-26T05:58:10.171Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:58:10.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-26T05:58:10.171Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274141078, "artifactURL": "/sdc/v1/catalog/services/Vfw20220326055151/1.0/artifacts/service-Vfw20220326055151-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T05:58:10.171Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:58:12.885Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:58:12.886Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:58:12.886Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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-03-26T05:58:12.886Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:58:22.438Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:58:22.438Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:58:22.439Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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-03-26T05:58:22.439Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:58:31.984Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:58:31.985Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:58:31.986Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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-03-26T05:58:31.986Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:58:41.540Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:58:41.541Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:58:41.541Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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-03-26T05:58:41.541Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:58:51.079Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:58:51.080Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:58:51.081Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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-03-26T05:58:51.081Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:59:00.621Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:59:10.137Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:59:10.138Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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-03-26T05:59:10.138Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:59:10.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T05:59:10.140Z||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-03-26T05:59:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T05:59:10.164Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T05:59:10.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:59:10.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a360271e-e55d-4443-9e40-2f59e298cf4e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274172832, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-26T05:59:10.166Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:59:10.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:59:10.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274119585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:59:10.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-26T05:59:10.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:59:10.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274119585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/basic_onboard_pnxnhh0_modules.json", "status": "NOTIFIED" } 2022-03-26T05:59:10.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-26T05:59:10.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:59:10.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274119585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-26T05:59:10.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-26T05:59:10.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:59:10.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274119585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T05:59:10.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-26T05:59:10.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:59:10.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274119585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-26T05:59:10.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-26T05:59:10.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:59:10.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274119585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T05:59:10.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-26T05:59:10.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:59:10.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274119585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar", "status": "NOTIFIED" } 2022-03-26T05:59:10.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-26T05:59:10.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:59:10.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274181159, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T05:59:10.168Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:59:10.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:59:10.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274183743, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/basic_onboard_pnxnhh0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-26T05:59:10.168Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:59:10.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:59:10.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274185043, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-26T05:59:10.169Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:59:10.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:59:10.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274186240, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-26T05:59:10.169Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:59:10.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:59:10.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274187360, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/basic_onboard_pnxnhh0_modules.json", "status": "DEPLOY_OK" } 2022-03-26T05:59:10.169Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:59:10.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:59:10.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274188363, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-26T05:59:10.170Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:59:10.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:59:10.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274189368, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/resourceInstances/basic_onboard_pnxnhh0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-26T05:59:10.170Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:59:10.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-26T05:59:10.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274190371, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPnxnhh/1.0/artifacts/service-BasicOnboardPnxnhh-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T05:59:10.170Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T05:59:19.682Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:00:10.137Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:00:10.139Z||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-03-26T06:00:10.139Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:00:10.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:00:10.140Z||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-03-26T06:00:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:00:10.669Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:00:10.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-26T06:00:10.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b411648-1ecc-470c-9ca0-93cd8dab9474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274281639, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-26T06:00:10.672Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:00:19.688Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:01:10.137Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:01:10.139Z||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-03-26T06:01:10.139Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:01:10.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:01:10.140Z||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-03-26T06:01:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:01:19.684Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:01:19.684Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:02:10.137Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:02:10.138Z||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-03-26T06:02:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:02:10.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:02:10.140Z||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-03-26T06:02:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:02:19.686Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:02:19.686Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:03:10.137Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:03:10.138Z||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-03-26T06:03:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:03:10.140Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:03:10.140Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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-03-26T06:03:10.141Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:03:19.697Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:03:19.702Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:04:10.137Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:04:10.138Z||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-03-26T06:04:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:04:10.139Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:04:10.140Z||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-03-26T06:04:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:04:10.773Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:04:10.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-26T06:04:10.774Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"78290546-75e1-4af6-9f7f-333e1d3d38a3","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2d9f3b6d-316b-4356-b059-96c67f44c8c8","serviceDescription":"service","serviceInvariantUUID":"04d5f597-4b6a-4b51-b4f2-454750b00256","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e5958ef5-10f2-46f0-85d6-6ce6d29f5bf1","resourceInvariantUUID":"9edb6119-9fcf-4da0-b8ab-c85ae860ba25","resourceCustomizationUUID":"b0ca264f-76e7-4565-bbc6-3c26e819c637","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":"ZDY5YjZlZDcyMGJmOGM5MjI2OWQyNWQ3ZGU5NDc0OWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f06c2678-f256-4c83-86a8-53fc6cce6a41","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YTY3N2M4MzQxZGQ5MTAxNWNhOGZlOTgxZDNmMWM3N2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3f20b4c4-d525-4b29-b438-8a3ad37debc9","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-26T06:04:10.778Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T06:04:10.779Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:04:10.783Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:04:10.783Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "78290546-75e1-4af6-9f7f-333e1d3d38a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274650137, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:04:10.797Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:04:10.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:04:10.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "78290546-75e1-4af6-9f7f-333e1d3d38a3", "consumerID": "ves-openapi-manager", "timestamp": 1648274620705, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:04:10.799Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:04:10.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:04:10.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "78290546-75e1-4af6-9f7f-333e1d3d38a3", "consumerID": "cds", "timestamp": 1648274626542, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:04:10.800Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:04:10.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:04:10.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "78290546-75e1-4af6-9f7f-333e1d3d38a3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274620427, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:04:10.800Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:04:10.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:04:10.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "78290546-75e1-4af6-9f7f-333e1d3d38a3", "consumerID": "policy-id", "timestamp": 1648274625320, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:04:10.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:04:10.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:04:10.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "78290546-75e1-4af6-9f7f-333e1d3d38a3", "consumerID": "cds", "timestamp": 1648274626542, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:04:10.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:04:10.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:04:10.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "78290546-75e1-4af6-9f7f-333e1d3d38a3", "consumerID": "ves-openapi-manager", "timestamp": 1648274620705, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-26T06:04:10.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:04:10.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:04:10.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "78290546-75e1-4af6-9f7f-333e1d3d38a3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274620427, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:04:10.802Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:04:10.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:04:10.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "78290546-75e1-4af6-9f7f-333e1d3d38a3", "consumerID": "policy-id", "timestamp": 1648274625320, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:04:10.802Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:04:10.803Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:04:10.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "78290546-75e1-4af6-9f7f-333e1d3d38a3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274632561, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T06:04:10.803Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:04:10.803Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:04:10.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "78290546-75e1-4af6-9f7f-333e1d3d38a3", "consumerID": "policy-id", "timestamp": 1648274631105, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T06:04:10.803Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:04:10.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:04:10.804Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "78290546-75e1-4af6-9f7f-333e1d3d38a3", "consumerID": "cds", "timestamp": 1648274631298, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T06:04:10.804Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:04:10.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:04:10.804Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "78290546-75e1-4af6-9f7f-333e1d3d38a3", "consumerID": "policy-id", "timestamp": 1648274632110, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T06:04:10.804Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:04:10.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:04:10.805Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "78290546-75e1-4af6-9f7f-333e1d3d38a3", "consumerID": "cds", "timestamp": 1648274632304, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-26T06:04:10.831Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 78290546-75e1-4af6-9f7f-333e1d3d38a3 2022-03-26T06:04:10.831Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78290546-75e1-4af6-9f7f-333e1d3d38a3 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-03-26T06:04:10.841Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:04:10.841Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "78290546-75e1-4af6-9f7f-333e1d3d38a3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274634478, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T06:04:10.842Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:04:10.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:04:10.842Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "78290546-75e1-4af6-9f7f-333e1d3d38a3", "consumerID": "policy-id", "timestamp": 1648274633113, "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-03-26T06:04:10.847Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 78290546-75e1-4af6-9f7f-333e1d3d38a3 2022-03-26T06:04:10.847Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78290546-75e1-4af6-9f7f-333e1d3d38a3 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-03-26T06:04:10.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:04:10.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "78290546-75e1-4af6-9f7f-333e1d3d38a3", "consumerID": "multicloud-k8s-id", "timestamp": 1648274634058, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:04:10.859Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:04:10.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:04:10.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "78290546-75e1-4af6-9f7f-333e1d3d38a3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274635482, "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-03-26T06:04:10.870Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 78290546-75e1-4af6-9f7f-333e1d3d38a3 2022-03-26T06:04:10.870Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78290546-75e1-4af6-9f7f-333e1d3d38a3 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-03-26T06:04:10.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:04:10.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "78290546-75e1-4af6-9f7f-333e1d3d38a3", "consumerID": "multicloud-k8s-id", "timestamp": 1648274634058, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:04:10.882Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:04:10.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:04:10.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "78290546-75e1-4af6-9f7f-333e1d3d38a3", "consumerID": "clamp", "timestamp": 1648274638629, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:04:10.882Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:04:10.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:04:10.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "78290546-75e1-4af6-9f7f-333e1d3d38a3", "consumerID": "clamp", "timestamp": 1648274638629, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:04:10.882Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:04:10.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:04:10.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "78290546-75e1-4af6-9f7f-333e1d3d38a3", "consumerID": "clamp", "timestamp": 1648274646205, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T06:04:10.883Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:04:10.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:04:10.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "78290546-75e1-4af6-9f7f-333e1d3d38a3", "consumerID": "clamp", "timestamp": 1648274647630, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T06:04:10.884Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:04:10.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:04:10.883Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:04:10.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "78290546-75e1-4af6-9f7f-333e1d3d38a3", "consumerID": "aai-ml", "timestamp": 1648274648515, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:04:10.884Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:04:10.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:04:10.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "78290546-75e1-4af6-9f7f-333e1d3d38a3", "consumerID": "clamp", "timestamp": 1648274648633, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } 2022-03-26T06:04:10.885Z||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-03-26T06:04:10.885Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-26T06:04:10.892Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 78290546-75e1-4af6-9f7f-333e1d3d38a3 2022-03-26T06:04:10.892Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78290546-75e1-4af6-9f7f-333e1d3d38a3 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-26T06:04:10.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:04:10.902Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:04:10.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "78290546-75e1-4af6-9f7f-333e1d3d38a3", "consumerID": "aai-ml", "timestamp": 1648274648515, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:04:10.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:04:10.902Z||pool-51-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:04:11.784Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T06:04:11.785Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:04:11.787Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:04:11.787Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "78290546-75e1-4af6-9f7f-333e1d3d38a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274650137, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:04:11.887Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:04:11.888Z||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-03-26T06:04:11.889Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:04:11.906Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:04:11.907Z||pool-52-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:04:12.788Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "78290546-75e1-4af6-9f7f-333e1d3d38a3", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "2d9f3b6d-316b-4356-b059-96c67f44c8c8", "serviceDescription": "service", "serviceInvariantUUID": "04d5f597-4b6a-4b51-b4f2-454750b00256", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "b0ca264f-76e7-4565-bbc6-3c26e819c637", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "e5958ef5-10f2-46f0-85d6-6ce6d29f5bf1", "resourceInvariantUUID": "9edb6119-9fcf-4da0-b8ab-c85ae860ba25", "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": "YTY3N2M4MzQxZGQ5MTAxNWNhOGZlOTgxZDNmMWM3N2M\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3f20b4c4-d525-4b29-b438-8a3ad37debc9" } ], "workloadContext": "Production" } 2022-03-26T06:04:12.789Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-26T06:04:12.789Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2d9f3b6d-316b-4356-b059-96c67f44c8c8 ASDC 2022-03-26T06:04:12.789Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:78290546-75e1-4af6-9f7f-333e1d3d38a3 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:2d9f3b6d-316b-4356-b059-96c67f44c8c8 ServiceInvariantUUID:04d5f597-4b6a-4b51-b4f2-454750b00256 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:3f20b4c4-d525-4b29-b438-8a3ad37debc9 ArtifactChecksum:YTY3N2M4MzQxZGQ5MTAxNWNhOGZlOTgxZDNmMWM3N2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:b0ca264f-76e7-4565-bbc6-3c26e819c637 ResourceInvariantUUID:9edb6119-9fcf-4da0-b8ab-c85ae860ba25 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:e5958ef5-10f2-46f0-85d6-6ce6d29f5bf1 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-03-26T06:04:12.790Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2d9f3b6d-316b-4356-b059-96c67f44c8c8 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-03-26T06:04:12.828Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-26T06:04:12.829Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-26T06:04:12.829Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-26T06:04:12.830Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3f20b4c4-d525-4b29-b438-8a3ad37debc9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-26T06:04:12.830Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-26T06:04:12.830Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-26T06:04:13.231Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-26T06:04:13.233Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3f20b4c4-d525-4b29-b438-8a3ad37debc9 52514 2022-03-26T06:04:13.233Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-03-26T06:04:13.233Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-26T06:04:13.233Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-26T06:04:13.234Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:04:13.236Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:04:13.236Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "78290546-75e1-4af6-9f7f-333e1d3d38a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274653233, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T06:04:13.337Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-26T06:04:13.338Z||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-03-26T06:04:13.338Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:04:13.350Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:04:13.351Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:04:14.237Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-26T06:04:14.238Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-26T06:04:14.238Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 3f20b4c4-d525-4b29-b438-8a3ad37debc9, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-26T06:04:14.238Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-03-26T06:04:14.239Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-26T06:04:14.239Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-26T06:04:14.425Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9385631825189052587/Definitions/service-BasicNetwork-template.yml 2022-03-26T06:04:14.990Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-26T06:04:14.991Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-26T06:04:14.991Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-26T06:04:14.991Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-03-26T06:04:14.991Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||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-03-26T06:04:14.991Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||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-03-26T06:04:14.992Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||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-03-26T06:04:14.992Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||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-03-26T06:04:14.992Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-26T06:04:14.992Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||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-03-26T06:04:14.992Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||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-03-26T06:04:14.992Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||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-03-26T06:04:14.992Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-26T06:04:14.992Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:04:14.992Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:04:14.993Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-26T06:04:14.993Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-26T06:04:14.993Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-26T06:04:14.993Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:04:14.993Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:04:14.993Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-26T06:04:14.994Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-26T06:04:14.994Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-26T06:04:14.994Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:04:14.994Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:04:14.994Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:04:14.994Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:04:14.994Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:04:14.995Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:04:14.995Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:04:14.995Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:04:14.995Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:04:14.995Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:04:14.995Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:2d9f3b6d-316b-4356-b059-96c67f44c8c8 Model Version:NULL Model InvariantUuid:04d5f597-4b6a-4b51-b4f2-454750b00256 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:9edb6119-9fcf-4da0-b8ab-c85ae860ba25 Model UUID:ac6519bc-735f-43dd-8ffc-1283a7223328 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:b0ca264f-76e7-4565-bbc6-3c26e819c637 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-03-26T06:04:15.009Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: e5958ef5-10f2-46f0-85d6-6ce6d29f5bf1 2022-03-26T06:04:15.010Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500||No resources found for Service: 2d9f3b6d-316b-4356-b059-96c67f44c8c8 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-26T06:04:15.015Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500|| 2022-03-26T06:04:15.016Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-03-26T06:04:15.016Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 2d9f3b6d-316b-4356-b059-96c67f44c8c8 2022-03-26T06:04:15.016Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 2d9f3b6d-316b-4356-b059-96c67f44c8c8 2022-03-26T06:04:15.016Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-03-26T06:04:15.017Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||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-03-26T06:04:15.021Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4b64f929, org.onap.sdc.toscaparser.api.parameters.Input@3d343b46, org.onap.sdc.toscaparser.api.parameters.Input@5a9215f0, org.onap.sdc.toscaparser.api.parameters.Input@8017945, org.onap.sdc.toscaparser.api.parameters.Input@64c064dd] 2022-03-26T06:04:15.022Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:04:15.022Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:04:15.023Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:04:15.023Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:04:15.023Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 2d9f3b6d-316b-4356-b059-96c67f44c8c8: Generic NeutronNet 2022-03-26T06:04:15.023Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:04:15.023Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:04:15.024Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:04:15.024Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||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-03-26T06:04:15.061Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:04:15.062Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:04:15.062Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:04:15.062Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:04:15.062Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:04:15.062Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:04:15.062Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||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-03-26T06:04:15.108Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-03-26T06:04:15.109Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-03-26T06:04:15.109Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-26T06:04:15.109Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-26T06:04:15.109Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:04:15.111Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:04:15.111Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "78290546-75e1-4af6-9f7f-333e1d3d38a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274655109, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T06:04:15.211Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:04:15.212Z||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-03-26T06:04:15.212Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:04:15.226Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:04:15.227Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-26T06:04:16.112Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78290546-75e1-4af6-9f7f-333e1d3d38a3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T06:04:16.130Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78290546-75e1-4af6-9f7f-333e1d3d38a3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T06:04:16.134Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-26T06:04:16.134Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-26T06:04:16.134Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-26T06:04:46.134Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78290546-75e1-4af6-9f7f-333e1d3d38a3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T06:04:46.145Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78290546-75e1-4af6-9f7f-333e1d3d38a3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T06:04:46.148Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-26T06:04:46.148Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-26T06:04:46.148Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-26T06:05:10.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:05:10.140Z||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-03-26T06:05:10.141Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:05:10.267Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:05:10.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:05:10.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "78290546-75e1-4af6-9f7f-333e1d3d38a3", "consumerID": "aai-ml", "timestamp": 1648274651433, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T06:05:10.269Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:05:16.148Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78290546-75e1-4af6-9f7f-333e1d3d38a3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T06:05:16.159Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78290546-75e1-4af6-9f7f-333e1d3d38a3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T06:05:16.162Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-26T06:05:16.162Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-26T06:05:16.162Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-26T06:05:46.162Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78290546-75e1-4af6-9f7f-333e1d3d38a3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T06:05:46.174Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78290546-75e1-4af6-9f7f-333e1d3d38a3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T06:05:46.177Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-26T06:05:46.178Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-26T06:05:46.178Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-26T06:06:10.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:06:10.141Z||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-03-26T06:06:10.141Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:06:10.169Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:06:10.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:06:10.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "78290546-75e1-4af6-9f7f-333e1d3d38a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274650137, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:06:10.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:06:10.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:06:10.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "78290546-75e1-4af6-9f7f-333e1d3d38a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274650137, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:06:10.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:06:10.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:06:10.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "78290546-75e1-4af6-9f7f-333e1d3d38a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274653233, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T06:06:10.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:06:10.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:06:10.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "78290546-75e1-4af6-9f7f-333e1d3d38a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274655109, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T06:06:10.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:06:10.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:06:10.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "78290546-75e1-4af6-9f7f-333e1d3d38a3", "consumerID": "aai-ml", "timestamp": 1648274657020, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T06:06:10.172Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:06:10.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:06:10.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "78290546-75e1-4af6-9f7f-333e1d3d38a3", "consumerID": "aai-ml", "timestamp": 1648274658042, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-26T06:06:10.178Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 78290546-75e1-4af6-9f7f-333e1d3d38a3 2022-03-26T06:06:10.178Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78290546-75e1-4af6-9f7f-333e1d3d38a3 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-03-26T06:06:10.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:06:10.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "clamp", "timestamp": 1648274698629, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:06:10.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:06:10.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:06:10.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "cds", "timestamp": 1648274701536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:06:10.185Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:06:10.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:06:10.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "ves-openapi-manager", "timestamp": 1648274700705, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:06:10.185Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:06:10.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:06:10.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "cds", "timestamp": 1648274701536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-26T06:06:10.186Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:06:10.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:06:10.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "clamp", "timestamp": 1648274698629, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-26T06:06:10.186Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:06:10.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:06:10.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "ves-openapi-manager", "timestamp": 1648274700705, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-26T06:06:10.186Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:06:10.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:06:10.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "policy-id", "timestamp": 1648274705320, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:06:10.186Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:06:10.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:06:10.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "clamp", "timestamp": 1648274698629, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-26T06:06:10.187Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:06:10.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:06:10.187Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "ves-openapi-manager", "timestamp": 1648274700705, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-26T06:06:10.187Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:06:10.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:06:10.187Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "cds", "timestamp": 1648274701536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-26T06:06:10.187Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:06:10.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:06:10.187Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "policy-id", "timestamp": 1648274705320, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-26T06:06:10.187Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:06:10.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:06:10.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "clamp", "timestamp": 1648274698629, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:06:10.188Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:06:10.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:06:10.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "ves-openapi-manager", "timestamp": 1648274700705, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:06:10.188Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:06:10.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:06:10.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "cds", "timestamp": 1648274701536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:06:10.188Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:06:10.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:06:10.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "policy-id", "timestamp": 1648274705320, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-26T06:06:10.188Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:06:10.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:06:10.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "clamp", "timestamp": 1648274698629, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:06:10.189Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:06:10.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:06:10.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "cds", "timestamp": 1648274701536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:06:10.189Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:06:10.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:06:10.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "ves-openapi-manager", "timestamp": 1648274700705, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:06:10.189Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:06:10.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:06:10.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "aai-ml", "timestamp": 1648274708515, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:06:10.189Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:06:10.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:06:10.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "policy-id", "timestamp": 1648274705320, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:06:10.190Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:06:10.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:06:10.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "clamp", "timestamp": 1648274698629, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:06:10.190Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:06:10.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:06:10.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "cds", "timestamp": 1648274701536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:06:10.190Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:06:10.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:06:10.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "ves-openapi-manager", "timestamp": 1648274700705, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-26T06:06:10.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:06:10.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:06:10.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "aai-ml", "timestamp": 1648274708515, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-26T06:06:10.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:06:10.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:06:10.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274710422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:06:10.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:06:16.178Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78290546-75e1-4af6-9f7f-333e1d3d38a3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T06:06:16.189Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78290546-75e1-4af6-9f7f-333e1d3d38a3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T06:06:16.191Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-26T06:06:16.192Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-26T06:06:16.192Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-26T06:06:16.192Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-26T06:06:16.192Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T06:06:16.192Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T06:06:16.192Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T06:06:16.192Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T06:06:16.192Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T06:06:16.193Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T06:06:16.193Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-26T06:06:16.198Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-26T06:06:46.198Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 78290546-75e1-4af6-9f7f-333e1d3d38a3 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-03-26T06:06:46.205Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 78290546-75e1-4af6-9f7f-333e1d3d38a3 and serviceModelVersionId: 2d9f3b6d-316b-4356-b059-96c67f44c8c8 2022-03-26T06:06:46.205Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 04d5f597-4b6a-4b51-b4f2-454750b00256 2022-03-26T06:06:46.207Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/04d5f597-4b6a-4b51-b4f2-454750b00256/model-vers/model-ver/2d9f3b6d-316b-4356-b059-96c67f44c8c8?depth=0 2022-03-26T06:06:46.211Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-03-26T06:06:46.268Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04d5f597-4b6a-4b51-b4f2-454750b00256/model-vers/model-ver/2d9f3b6d-316b-4356-b059-96c67f44c8c8?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-03-26T06:06:46.270Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04d5f597-4b6a-4b51-b4f2-454750b00256/model-vers/model-ver/2d9f3b6d-316b-4356-b059-96c67f44c8c8?depth=0|INFO|500||Invoke 2022-03-26T06:06:46.295Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04d5f597-4b6a-4b51-b4f2-454750b00256/model-vers/model-ver/2d9f3b6d-316b-4356-b059-96c67f44c8c8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-26T06:06:46.910Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04d5f597-4b6a-4b51-b4f2-454750b00256/model-vers/model-ver/2d9f3b6d-316b-4356-b059-96c67f44c8c8?depth=0|INFO|500||InvokeReturn 2022-03-26T06:06:46.911Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04d5f597-4b6a-4b51-b4f2-454750b00256/model-vers/model-ver/2d9f3b6d-316b-4356-b059-96c67f44c8c8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220326-06:06:47:659-37849], vertex-id=[213048], Content-Length=[0], Date=[Sat, 26 Mar 2022 06:06:47 GMT], Content-Type=[application/json]} 2022-03-26T06:06:46.911Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-03-26T06:06:46.912Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-26T06:06:46.912Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-26T06:06:46.919Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-26T06:06:46.919Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 78290546-75e1-4af6-9f7f-333e1d3d38a3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-26T06:06:46.920Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-26T06:06:46.920Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:06:46.922Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:06:46.922Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "78290546-75e1-4af6-9f7f-333e1d3d38a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274806919, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-26T06:06:47.022Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:06:47.023Z||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-03-26T06:06:47.023Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:06:47.037Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:06:47.037Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-26T06:06:47.932Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:06:47.933Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|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-03-26T06:06:47.933Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:06:52.259Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:06:52.260Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-26T06:06:52.260Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"186e07f1-b36d-44c8-b526-a14f709841c3","serviceName":"Demo_pNF_L7a8Ty7Bwce7M1N1qcXI","serviceVersion":"1.0","serviceUUID":"deb068c2-0072-476b-9271-f7eebab0b9a1","serviceDescription":"catalog service description","serviceInvariantUUID":"ee635492-b43c-4198-91b9-ba25c0e93c6f","resources":[{"resourceInstanceName":"pNF cbdc3e34-44e1 0","resourceName":"pNF cbdc3e34-44e1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"cf0b80de-6d06-4f22-811d-d53f175e4de0","resourceInvariantUUID":"443483dc-25e5-419f-aebf-864eb15c632f","resourceCustomizationUUID":"e555099f-e17f-4d23-a66a-d1f63b331ffb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/vf-license-model.xml","artifactChecksum":"OTFkMTU4NTdkMDNmZThmZjZhNjhkY2I1ZDc0ZjI0OTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"943ad60e-6111-4224-89a6-f5efe072fca2","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/pNF.csar","artifactChecksum":"MWQ5Mjc0ZjY2MDc4NmE2M2JhNDA0Y2RiNjY4NzRhNmI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0e6c2c35-9c3d-454d-8e88-31d34fa48125","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cb8948dc-bb91-4efc-8b23-85f857e7e95f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/vendor-license-model.xml","artifactChecksum":"NDg2ZTFkMGJhMWI4YWVkZGQ3YTJlNDljODFkYjk2Nzk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bfd06f72-c904-42f4-9f36-4376b01265a0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e09878a1-e96f-4f4a-9c67-543723e250e4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3467e46f-1548-4b2a-aad1-e66b98048ebd","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfL7a8ty7bwce7m1n1qcxi-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/artifacts/service-DemoPnfL7a8ty7bwce7m1n1qcxi-template.yml","artifactChecksum":"ZDRmZjI4NzRkMWVmZmY0OGQ5MDI3ODZjODhkYzEzOGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6ed93eae-f1c5-4340-9595-f4c6692d188c","artifactVersion":"1"},{"artifactName":"service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/artifacts/service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar","artifactChecksum":"NDU5NDUyMTljYTc1MjlkNjZkZjVjNjA0ZTU2NGNhZDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"49bc4724-cf36-4cfe-88e2-c93161148c52","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-26T06:06:52.262Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T06:06:52.263Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:06:52.264Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:06:52.264Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:06:52.364Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:06:52.365Z||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-03-26T06:06:52.365Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:06:52.377Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:06:52.377Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-03-26T06:06:53.265Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T06:06:53.265Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:06:53.267Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:06:53.267Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-26T06:06:53.368Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-26T06:06:53.368Z||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-03-26T06:06:53.368Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:06:53.380Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:06:53.380Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:06:54.268Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T06:06:54.269Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:06:54.271Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:06:54.271Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-26T06:06:54.371Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:06:54.372Z||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-03-26T06:06:54.372Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:06:54.384Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:06:54.384Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:06:55.271Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T06:06:55.272Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:06:55.274Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:06:55.274Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:06:55.375Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-26T06:06:55.375Z||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-03-26T06:06:55.375Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:06:55.385Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:06:55.386Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:06:56.275Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T06:06:56.276Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:06:56.278Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:06:56.278Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:06:56.378Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:06:56.379Z||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-03-26T06:06:56.379Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:06:56.392Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:06:56.393Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:06:57.278Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T06:06:57.279Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:06:57.281Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:06:57.281Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:06:57.381Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:06:57.383Z||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-03-26T06:06:57.383Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:06:57.396Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:06:57.396Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:06:58.282Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T06:06:58.283Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:06:58.285Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:06:58.285Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/artifacts/service-DemoPnfL7a8ty7bwce7m1n1qcxi-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:06:58.385Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:06:58.386Z||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-03-26T06:06:58.386Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:06:58.397Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:06:58.397Z||pool-62-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-03-26T06:06:59.285Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T06:06:59.286Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:06:59.288Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:06:59.289Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/artifacts/service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:06:59.389Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:06:59.390Z||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-03-26T06:06:59.391Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:06:59.401Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:06:59.401Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:07:00.290Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "serviceName": "Demo_pNF_L7a8Ty7Bwce7M1N1qcXI", "serviceVersion": "1.0", "serviceUUID": "deb068c2-0072-476b-9271-f7eebab0b9a1", "serviceDescription": "catalog service description", "serviceInvariantUUID": "ee635492-b43c-4198-91b9-ba25c0e93c6f", "resources": [ { "resourceInstanceName": "pNF cbdc3e34-44e1 0", "resourceCustomizationUUID": "e555099f-e17f-4d23-a66a-d1f63b331ffb", "resourceName": "pNF cbdc3e34-44e1", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "cf0b80de-6d06-4f22-811d-d53f175e4de0", "resourceInvariantUUID": "443483dc-25e5-419f-aebf-864eb15c632f", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/artifacts/service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar", "artifactChecksum": "NDU5NDUyMTljYTc1MjlkNjZkZjVjNjA0ZTU2NGNhZDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "49bc4724-cf36-4cfe-88e2-c93161148c52" } ], "workloadContext": "Production" } 2022-03-26T06:07:00.290Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-26T06:07:00.290Z|78290546-75e1-4af6-9f7f-333e1d3d38a3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 deb068c2-0072-476b-9271-f7eebab0b9a1 ASDC 2022-03-26T06:07:00.291Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:186e07f1-b36d-44c8-b526-a14f709841c3 ServiceName:Demo_pNF_L7a8Ty7Bwce7M1N1qcXI ServiceVersion:1.0 ServiceUUID:deb068c2-0072-476b-9271-f7eebab0b9a1 ServiceInvariantUUID:ee635492-b43c-4198-91b9-ba25c0e93c6f ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/artifacts/service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar ArtifactUUID:49bc4724-cf36-4cfe-88e2-c93161148c52 ArtifactChecksum:NDU5NDUyMTljYTc1MjlkNjZkZjVjNjA0ZTU2NGNhZDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF cbdc3e34-44e1 0 ResourceCustomizationUUID:e555099f-e17f-4d23-a66a-d1f63b331ffb ResourceInvariantUUID:443483dc-25e5-419f-aebf-864eb15c632f ResourceName:pNF cbdc3e34-44e1 ResourceType:PNF ResourceUUID:cf0b80de-6d06-4f22-811d-d53f175e4de0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-26T06:07:00.291Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF deb068c2-0072-476b-9271-f7eebab0b9a1 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-03-26T06:07:00.314Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-26T06:07:00.314Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-26T06:07:00.315Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-26T06:07:00.315Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 49bc4724-cf36-4cfe-88e2-c93161148c52 from URL: /sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/artifacts/service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar 2022-03-26T06:07:00.315Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-26T06:07:00.315Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/artifacts/service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar 2022-03-26T06:07:00.378Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-26T06:07:00.383Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/artifacts/service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar 49bc4724-cf36-4cfe-88e2-c93161148c52 82640 2022-03-26T06:07:00.384Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/artifacts/service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar ASDC sendASDCNotification 2022-03-26T06:07:00.384Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/artifacts/service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar 2022-03-26T06:07:00.384Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-26T06:07:00.384Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:07:00.387Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:07:00.387Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274820384, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/artifacts/service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T06:07:00.487Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:07:00.488Z||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-03-26T06:07:00.488Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:07:00.501Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:07:00.502Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-26T06:07:01.388Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-26T06:07:01.389Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-26T06:07:01.389Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 49bc4724-cf36-4cfe-88e2-c93161148c52, URL: /sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/artifacts/service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar to file: /app/ASDC/1/service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar 2022-03-26T06:07:01.389Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar 2022-03-26T06:07:01.390Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar 2022-03-26T06:07:01.390Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar 2022-03-26T06:07:01.491Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11895029350534729934/Definitions/service-DemoPnfL7a8ty7bwce7m1n1qcxi-template.yml 2022-03-26T06:07:02.257Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-26T06:07:02.257Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-26T06:07:02.257Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar 2022-03-26T06:07:02.258Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-26T06:07:02.258Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar 2022-03-26T06:07:02.258Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar 2022-03-26T06:07:02.258Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar 2022-03-26T06:07:02.258Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar 2022-03-26T06:07:02.258Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar 2022-03-26T06:07:02.259Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF cbdc3e34-44e1 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-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar 2022-03-26T06:07:02.259Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar 2022-03-26T06:07:02.259Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-26T06:07:02.259Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:07:02.259Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_L7a8Ty7Bwce7M1N1qcXI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:07:02.260Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Node template pNF cbdc3e34-44e1 0 is matching search criteria 2022-03-26T06:07:02.260Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-26T06:07:02.260Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF cbdc3e34-44e1 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-26T06:07:02.260Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:07:02.260Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_L7a8Ty7Bwce7M1N1qcXI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:07:02.261Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Node template pNF cbdc3e34-44e1 0 is matching search criteria 2022-03-26T06:07:02.261Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-26T06:07:02.261Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF cbdc3e34-44e1 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-26T06:07:02.261Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:07:02.261Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_L7a8Ty7Bwce7M1N1qcXI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:07:02.262Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:07:02.262Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_L7a8Ty7Bwce7M1N1qcXI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:07:02.262Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:07:02.262Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_L7a8Ty7Bwce7M1N1qcXI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:07:02.262Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:07:02.262Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_L7a8Ty7Bwce7M1N1qcXI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:07:02.263Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:07:02.263Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_L7a8Ty7Bwce7M1N1qcXI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:07:02.263Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_L7a8Ty7Bwce7M1N1qcXI Description:catalog service description Model UUID:deb068c2-0072-476b-9271-f7eebab0b9a1 Model Version:NULL Model InvariantUuid:ee635492-b43c-4198-91b9-ba25c0e93c6f 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-03-26T06:07:02.269Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: cf0b80de-6d06-4f22-811d-d53f175e4de0 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-26T06:07:02.272Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||INFO|500||pNF cbdc3e34-44e1 0 2022-03-26T06:07:02.272Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: cf0b80de-6d06-4f22-811d-d53f175e4de0 2022-03-26T06:07:02.272Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||No resources found for Service: deb068c2-0072-476b-9271-f7eebab0b9a1 2022-03-26T06:07:02.272Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: deb068c2-0072-476b-9271-f7eebab0b9a1 2022-03-26T06:07:02.272Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF cbdc3e34-44e1 0 cf0b80de-6d06-4f22-811d-d53f175e4de0 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-03-26T06:07:02.276Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@49bf99ef, org.onap.sdc.toscaparser.api.parameters.Input@2586aad9, org.onap.sdc.toscaparser.api.parameters.Input@4dd883f5, org.onap.sdc.toscaparser.api.parameters.Input@3547eea9, org.onap.sdc.toscaparser.api.parameters.Input@82790f] 2022-03-26T06:07:02.276Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:07:02.276Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_L7a8Ty7Bwce7M1N1qcXI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:07:02.277Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid deb068c2-0072-476b-9271-f7eebab0b9a1: pNF cbdc3e34-44e1 2022-03-26T06:07:02.277Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||INFO|500||Processing PNF resource: cf0b80de-6d06-4f22-811d-d53f175e4de0 2022-03-26T06:07:02.277Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:07:02.277Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_L7a8Ty7Bwce7M1N1qcXI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:07:02.277Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||INFO|500||Resource customization UUID: e555099f-e17f-4d23-a66a-d1f63b331ffb is the same as notified resource customizationUUID: e555099f-e17f-4d23-a66a-d1f63b331ffb 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-03-26T06:07:02.322Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF cbdc3e34-44e1 cf0b80de-6d06-4f22-811d-d53f175e4de0 0 ASDC deployResourceStructure 2022-03-26T06:07:02.322Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/artifacts/service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar ASDC sendASDCNotification 2022-03-26T06:07:02.322Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/artifacts/service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar 2022-03-26T06:07:02.323Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-26T06:07:02.323Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:07:02.324Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:07:02.325Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274822322, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/artifacts/service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T06:07:02.425Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:07:02.426Z||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-03-26T06:07:02.426Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:07:02.439Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:07:02.439Z||pool-65-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:07:03.326Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 186e07f1-b36d-44c8-b526-a14f709841c3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T06:07:03.336Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 186e07f1-b36d-44c8-b526-a14f709841c3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T06:07:03.338Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-26T06:07:03.338Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-26T06:07:03.338Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-26T06:07:10.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:07:10.140Z||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-03-26T06:07:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:07:10.165Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:07:10.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:07:10.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "policy-id", "timestamp": 1648274705320, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:07:10.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:07:33.338Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 186e07f1-b36d-44c8-b526-a14f709841c3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T06:07:33.348Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 186e07f1-b36d-44c8-b526-a14f709841c3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T06:07:33.349Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-26T06:07:33.350Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-26T06:07:33.350Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-26T06:08:03.350Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 186e07f1-b36d-44c8-b526-a14f709841c3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T06:08:03.360Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 186e07f1-b36d-44c8-b526-a14f709841c3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T06:08:03.362Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-26T06:08:03.363Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-26T06:08:03.363Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-26T06:08:10.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:08:10.140Z||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-03-26T06:08:10.141Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:08:10.161Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:08:10.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.173Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "clamp", "timestamp": 1648274698629, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/artifacts/service-DemoPnfL7a8ty7bwce7m1n1qcxi-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.174Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "cds", "timestamp": 1648274701536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/artifacts/service-DemoPnfL7a8ty7bwce7m1n1qcxi-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.175Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "ves-openapi-manager", "timestamp": 1648274700705, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/artifacts/service-DemoPnfL7a8ty7bwce7m1n1qcxi-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.175Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "aai-ml", "timestamp": 1648274708515, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.176Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274710422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.176Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "policy-id", "timestamp": 1648274705320, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.176Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.177Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.177Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "clamp", "timestamp": 1648274698629, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/artifacts/service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:08:10.177Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.177Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.177Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "cds", "timestamp": 1648274701536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/artifacts/service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:08:10.177Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.177Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.177Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "ves-openapi-manager", "timestamp": 1648274700705, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/artifacts/service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.178Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.178Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "aai-ml", "timestamp": 1648274708515, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.178Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.178Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274710422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.178Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "policy-id", "timestamp": 1648274705320, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/artifacts/service-DemoPnfL7a8ty7bwce7m1n1qcxi-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.179Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "aai-ml", "timestamp": 1648274708515, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.179Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274710422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.179Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "cds", "timestamp": 1648274712831, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/artifacts/service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T06:08:10.180Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:08:10.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "policy-id", "timestamp": 1648274705320, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/artifacts/service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:08:10.180Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "ves-openapi-manager", "timestamp": 1648274713261, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-26T06:08:10.180Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:08:10.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.181Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "aai-ml", "timestamp": 1648274708515, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.181Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.181Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.181Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274710422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.181Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.181Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.181Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "multicloud-k8s-id", "timestamp": 1648274714058, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.182Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.182Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.182Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "cds", "timestamp": 1648274713838, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/artifacts/service-DemoPnfL7a8ty7bwce7m1n1qcxi-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-03-26T06:08:10.188Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 186e07f1-b36d-44c8-b526-a14f709841c3 2022-03-26T06:08:10.189Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 186e07f1-b36d-44c8-b526-a14f709841c3 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-03-26T06:08:10.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "aai-ml", "timestamp": 1648274708515, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/artifacts/service-DemoPnfL7a8ty7bwce7m1n1qcxi-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "ves-openapi-manager", "timestamp": 1648274714445, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-26T06:08:10.201Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:08:10.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "policy-id", "timestamp": 1648274714325, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/artifacts/service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T06:08:10.202Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:08:10.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274710422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "multicloud-k8s-id", "timestamp": 1648274714058, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "aai-ml", "timestamp": 1648274708515, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/artifacts/service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:08:10.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "ves-openapi-manager", "timestamp": 1648274715452, "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-03-26T06:08:10.208Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 186e07f1-b36d-44c8-b526-a14f709841c3 2022-03-26T06:08:10.209Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 186e07f1-b36d-44c8-b526-a14f709841c3 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-03-26T06:08:10.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "policy-id", "timestamp": 1648274715330, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/artifacts/service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T06:08:10.217Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:08:10.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274710422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/artifacts/service-DemoPnfL7a8ty7bwce7m1n1qcxi-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.217Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "multicloud-k8s-id", "timestamp": 1648274714058, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.218Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "policy-id", "timestamp": 1648274716333, "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-03-26T06:08:10.222Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 186e07f1-b36d-44c8-b526-a14f709841c3 2022-03-26T06:08:10.222Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 186e07f1-b36d-44c8-b526-a14f709841c3 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-03-26T06:08:10.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.230Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274710422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/artifacts/service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:08:10.230Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "multicloud-k8s-id", "timestamp": 1648274714058, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.231Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "aai-ml", "timestamp": 1648274717906, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/artifacts/service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T06:08:10.231Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:08:10.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "multicloud-k8s-id", "timestamp": 1648274714058, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.231Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274719571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/artifacts/service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T06:08:10.231Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:08:10.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "multicloud-k8s-id", "timestamp": 1648274714058, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "multicloud-k8s-id", "timestamp": 1648274714058, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/artifacts/service-DemoPnfL7a8ty7bwce7m1n1qcxi-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "clamp", "timestamp": 1648274719634, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/artifacts/service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T06:08:10.232Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:08:10.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274721985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/artifacts/service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T06:08:10.232Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:08:10.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "multicloud-k8s-id", "timestamp": 1648274714058, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/artifacts/service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:08:10.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274723000, "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-03-26T06:08:10.237Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 186e07f1-b36d-44c8-b526-a14f709841c3 2022-03-26T06:08:10.237Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 186e07f1-b36d-44c8-b526-a14f709841c3 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-03-26T06:08:10.245Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.246Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "clamp", "timestamp": 1648274721641, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/artifacts/service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T06:08:10.246Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:08:10.246Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.246Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "clamp", "timestamp": 1648274722644, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-26T06:08:10.251Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 186e07f1-b36d-44c8-b526-a14f709841c3 2022-03-26T06:08:10.251Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 186e07f1-b36d-44c8-b526-a14f709841c3 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-26T06:08:10.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "aai-ml", "timestamp": 1648274724624, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/artifacts/service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T06:08:10.264Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:08:10.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "aai-ml", "timestamp": 1648274725629, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-26T06:08:10.270Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 186e07f1-b36d-44c8-b526-a14f709841c3 2022-03-26T06:08:10.270Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 186e07f1-b36d-44c8-b526-a14f709841c3 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-03-26T06:08:10.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "ves-openapi-manager", "timestamp": 1648274740705, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.277Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274740422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.277Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "aai-ml", "timestamp": 1648274738515, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.278Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "ves-openapi-manager", "timestamp": 1648274740705, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.278Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274740422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "aai-ml", "timestamp": 1648274738515, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "policy-id", "timestamp": 1648274745320, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "ves-openapi-manager", "timestamp": 1648274740705, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.280Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274740422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.280Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "aai-ml", "timestamp": 1648274738515, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.281Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "policy-id", "timestamp": 1648274745320, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.281Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "cds", "timestamp": 1648274746536, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.281Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "ves-openapi-manager", "timestamp": 1648274740705, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.282Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274740422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.282Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "aai-ml", "timestamp": 1648274738515, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.283Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "policy-id", "timestamp": 1648274745320, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-26T06:08:10.284Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "cds", "timestamp": 1648274746536, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "ves-openapi-manager", "timestamp": 1648274740705, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274740422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.286Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "aai-ml", "timestamp": 1648274738515, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.286Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "policy-id", "timestamp": 1648274745320, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.287Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "cds", "timestamp": 1648274746536, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.288Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "ves-openapi-manager", "timestamp": 1648274740705, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.288Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274740422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.289Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "aai-ml", "timestamp": 1648274738515, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.289Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "policy-id", "timestamp": 1648274745320, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.290Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "cds", "timestamp": 1648274746536, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.290Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "ves-openapi-manager", "timestamp": 1648274740705, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.291Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274740422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:08:10.291Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "aai-ml", "timestamp": 1648274738515, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:08:10.292Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.292Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "policy-id", "timestamp": 1648274745320, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.292Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.292Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "cds", "timestamp": 1648274746536, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.293Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.293Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.293Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "policy-id", "timestamp": 1648274745320, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:08:10.293Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.293Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.293Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "cds", "timestamp": 1648274746536, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.294Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274753658, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T06:08:10.294Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:08:10.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "aai-ml", "timestamp": 1648274753236, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T06:08:10.295Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:08:10.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "cds", "timestamp": 1648274746536, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:08:10.295Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "policy-id", "timestamp": 1648274753389, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T06:08:10.295Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:08:10.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "multicloud-k8s-id", "timestamp": 1648274754058, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.296Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "policy-id", "timestamp": 1648274754393, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T06:08:10.296Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:08:10.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "cds", "timestamp": 1648274754440, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T06:08:10.296Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:08:10.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "multicloud-k8s-id", "timestamp": 1648274754058, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-26T06:08:10.297Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274756709, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T06:08:10.297Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:08:10.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "policy-id", "timestamp": 1648274755400, "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-03-26T06:08:10.307Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 957b1f5c-523e-4e05-a52a-7db09318105a 2022-03-26T06:08:10.308Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 957b1f5c-523e-4e05-a52a-7db09318105a 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-03-26T06:08:10.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "cds", "timestamp": 1648274755454, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-26T06:08:10.318Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 957b1f5c-523e-4e05-a52a-7db09318105a 2022-03-26T06:08:10.319Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 957b1f5c-523e-4e05-a52a-7db09318105a 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-03-26T06:08:10.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "multicloud-k8s-id", "timestamp": 1648274754058, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-26T06:08:10.327Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274757717, "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-03-26T06:08:10.331Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 957b1f5c-523e-4e05-a52a-7db09318105a 2022-03-26T06:08:10.331Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 957b1f5c-523e-4e05-a52a-7db09318105a 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-03-26T06:08:10.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "multicloud-k8s-id", "timestamp": 1648274754058, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "multicloud-k8s-id", "timestamp": 1648274754058, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-26T06:08:10.339Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "multicloud-k8s-id", "timestamp": 1648274754058, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.339Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "clamp", "timestamp": 1648274758629, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.340Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "multicloud-k8s-id", "timestamp": 1648274754058, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:08:10.340Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "clamp", "timestamp": 1648274758629, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-26T06:08:10.341Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "multicloud-k8s-id", "timestamp": 1648274761923, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-26T06:08:10.341Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:08:10.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "aai-ml", "timestamp": 1648274762139, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T06:08:10.342Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:08:10.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "clamp", "timestamp": 1648274758629, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.342Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "multicloud-k8s-id", "timestamp": 1648274762985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-26T06:08:10.343Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:08:10.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "aai-ml", "timestamp": 1648274763144, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-26T06:08:10.348Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 957b1f5c-523e-4e05-a52a-7db09318105a 2022-03-26T06:08:10.348Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 957b1f5c-523e-4e05-a52a-7db09318105a 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-03-26T06:08:10.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "clamp", "timestamp": 1648274758629, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.356Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "multicloud-k8s-id", "timestamp": 1648274764046, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-26T06:08:10.357Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:08:10.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "clamp", "timestamp": 1648274758629, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "multicloud-k8s-id", "timestamp": 1648274765069, "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-03-26T06:08:10.361Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 957b1f5c-523e-4e05-a52a-7db09318105a 2022-03-26T06:08:10.361Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 957b1f5c-523e-4e05-a52a-7db09318105a 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-03-26T06:08:10.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.366Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "clamp", "timestamp": 1648274758629, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:08:10.366Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:10.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.366Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "multicloud-k8s-id", "timestamp": 1648274766072, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-26T06:08:10.367Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:08:10.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:08:10.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "clamp", "timestamp": 1648274758629, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:08:10.367Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:08:33.363Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 186e07f1-b36d-44c8-b526-a14f709841c3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T06:08:33.373Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 186e07f1-b36d-44c8-b526-a14f709841c3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T06:08:33.376Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-26T06:08:33.376Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-26T06:08:33.376Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-26T06:08:33.376Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-26T06:08:33.376Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T06:08:33.376Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T06:08:33.376Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T06:08:33.376Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T06:08:33.376Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T06:08:33.377Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T06:08:33.377Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T06:08:33.377Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-26T06:08:33.380Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-26T06:09:03.380Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 186e07f1-b36d-44c8-b526-a14f709841c3 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-03-26T06:09:03.385Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 186e07f1-b36d-44c8-b526-a14f709841c3 and serviceModelVersionId: deb068c2-0072-476b-9271-f7eebab0b9a1 2022-03-26T06:09:03.385Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee635492-b43c-4198-91b9-ba25c0e93c6f 2022-03-26T06:09:03.386Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee635492-b43c-4198-91b9-ba25c0e93c6f/model-vers/model-ver/deb068c2-0072-476b-9271-f7eebab0b9a1?depth=0 2022-03-26T06:09:03.390Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-03-26T06:09:03.430Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee635492-b43c-4198-91b9-ba25c0e93c6f/model-vers/model-ver/deb068c2-0072-476b-9271-f7eebab0b9a1?depth=0|INFO|500||Invoke 2022-03-26T06:09:03.430Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee635492-b43c-4198-91b9-ba25c0e93c6f/model-vers/model-ver/deb068c2-0072-476b-9271-f7eebab0b9a1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee635492-b43c-4198-91b9-ba25c0e93c6f/model-vers/model-ver/deb068c2-0072-476b-9271-f7eebab0b9a1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[186e07f1-b36d-44c8-b526-a14f709841c3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f3e43597-3737-474a-990c-27c5f5b9716f], X-ECOMP-RequestID=[186e07f1-b36d-44c8-b526-a14f709841c3], X-TransactionId=[], X-ONAP-RequestID=[186e07f1-b36d-44c8-b526-a14f709841c3], Content-Type=[application/merge-patch+json]} 2022-03-26T06:09:03.448Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee635492-b43c-4198-91b9-ba25c0e93c6f/model-vers/model-ver/deb068c2-0072-476b-9271-f7eebab0b9a1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-26T06:09:03.566Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee635492-b43c-4198-91b9-ba25c0e93c6f/model-vers/model-ver/deb068c2-0072-476b-9271-f7eebab0b9a1?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee635492-b43c-4198-91b9-ba25c0e93c6f/model-vers/model-ver/deb068c2-0072-476b-9271-f7eebab0b9a1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220326-06:09:04:813-6038], vertex-id=[200712], Content-Length=[0], Date=[Sat, 26 Mar 2022 06:09:04 GMT], Content-Type=[application/json]} 2022-03-26T06:09:03.566Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee635492-b43c-4198-91b9-ba25c0e93c6f/model-vers/model-ver/deb068c2-0072-476b-9271-f7eebab0b9a1?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-26T06:09:03.567Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee635492-b43c-4198-91b9-ba25c0e93c6f/model-vers/model-ver/deb068c2-0072-476b-9271-f7eebab0b9a1?depth=0|INFO|500||InvokeReturn 2022-03-26T06:09:03.567Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-26T06:09:03.567Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-26T06:09:03.573Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-26T06:09:03.573Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 186e07f1-b36d-44c8-b526-a14f709841c3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-26T06:09:03.574Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-26T06:09:03.574Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:09:03.575Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:09:03.576Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274943574, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-26T06:09:03.676Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:09:03.677Z||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-03-26T06:09:03.677Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:09:03.691Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:09:03.692Z||pool-66-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-26T06:09:04.588Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-26T06:09:04.589Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"957b1f5c-523e-4e05-a52a-7db09318105a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"527d6395-8724-40b0-98ff-f0e17b547b60","serviceDescription":"service","serviceInvariantUUID":"213486a4-677a-47eb-bed2-ac4c94e553df","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"91efe19a-8718-411c-97a6-eadbb68e31f9","resourceInvariantUUID":"ef1f900c-0343-4dfa-b993-ec261e9ebb30","resourceCustomizationUUID":"857273ba-e47b-4d28-93ac-8104799bc9e2","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":"NjQzZmM1ZTNkYjViYTcwYjMzZTExYzE1ZWY1OTdjNDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"da88553f-99a3-484b-8918-e1ff88f41388","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":"YzM4ZGI4OTdhY2NlMzA2MmQ2YWZiYzY2ODViYzFlMDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"57e5e678-419e-4ba1-a59a-b9d350dce6ef","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":"e22a83c9-9d1f-4172-9e93-1bf713f603f0","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":"6d1684f4-eb63-4df1-8d3f-0348d13a75be","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":"9f3b2807-555a-4fc6-912e-8208dbf11a78","artifactVersion":"2","generatedFromUUID":"e22a83c9-9d1f-4172-9e93-1bf713f603f0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTk5NjdjNGI1NjA3MzNlZmUxYjQ5NDQ2OTc2MzcxOTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c4cb98eb-036c-47e6-9e93-f0c2d988529a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWU4ZGI1ZGIyNTk4OGQ1YmQ1OThlODRjYmFjYzM0N2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7995a56a-d879-4967-9625-ab31e6ca4cd0","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-26T06:09:04.589Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T06:09:04.590Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:09:04.592Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:09:04.592Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:04.692Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:09:04.693Z||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-03-26T06:09:04.693Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:09:04.703Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:09:04.703Z||pool-67-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:09:05.592Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T06:09:05.593Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:09:05.595Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:09:05.595Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-26T06:09:05.695Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:09:05.696Z||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-03-26T06:09:05.696Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:09:05.707Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:09:05.707Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:09:06.595Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T06:09:06.596Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:09:06.598Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:09:06.598Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-26T06:09:06.698Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:09:06.699Z||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-03-26T06:09:06.699Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:09:06.710Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:09:06.711Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:09:07.598Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T06:09:07.599Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:09:07.601Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:09:07.601Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:07.702Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:09:07.703Z||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-03-26T06:09:07.703Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:09:07.716Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:09:07.717Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:09:08.602Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T06:09:08.603Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:09:08.604Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:09:08.604Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-26T06:09:08.705Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:09:08.706Z||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-03-26T06:09:08.706Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:09:08.718Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:09:08.718Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:09:09.605Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T06:09:09.606Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:09:09.608Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:09:09.608Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:09.708Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:09:09.709Z||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-03-26T06:09:09.709Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:09:09.722Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:09:09.723Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:09:10.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:09:10.140Z||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-03-26T06:09:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:09:10.155Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:09:10.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "aai-ml", "timestamp": 1648274768515, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "policy-id", "timestamp": 1648274765320, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "multicloud-k8s-id", "timestamp": 1648274774058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274770422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "clamp", "timestamp": 1648274774642, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T06:09:10.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:09:10.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "aai-ml", "timestamp": 1648274768515, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "policy-id", "timestamp": 1648274765320, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.172Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "multicloud-k8s-id", "timestamp": 1648274774058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-26T06:09:10.172Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274770422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.172Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "clamp", "timestamp": 1648274775667, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T06:09:10.172Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:09:10.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "aai-ml", "timestamp": 1648274768515, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.173Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.173Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "policy-id", "timestamp": 1648274765320, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.173Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.173Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "multicloud-k8s-id", "timestamp": 1648274774058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-26T06:09:10.173Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.173Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274770422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.173Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.173Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "clamp", "timestamp": 1648274776672, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-26T06:09:10.180Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 957b1f5c-523e-4e05-a52a-7db09318105a 2022-03-26T06:09:10.180Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 957b1f5c-523e-4e05-a52a-7db09318105a and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-26T06:09:10.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "cds", "timestamp": 1648274776536, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.189Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "aai-ml", "timestamp": 1648274768515, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.190Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "policy-id", "timestamp": 1648274765320, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.190Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "multicloud-k8s-id", "timestamp": 1648274774058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-26T06:09:10.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274770422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "cds", "timestamp": 1648274776536, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "aai-ml", "timestamp": 1648274768515, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "policy-id", "timestamp": 1648274765320, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-26T06:09:10.193Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "multicloud-k8s-id", "timestamp": 1648274774058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-26T06:09:10.193Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274770422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.193Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "cds", "timestamp": 1648274776536, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.194Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "aai-ml", "timestamp": 1648274768515, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.194Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "policy-id", "timestamp": 1648274765320, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.195Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.195Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.195Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "multicloud-k8s-id", "timestamp": 1648274774058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.195Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.195Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.195Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274770422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.195Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.195Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.195Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "cds", "timestamp": 1648274776536, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.196Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "aai-ml", "timestamp": 1648274768515, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.196Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "policy-id", "timestamp": 1648274765320, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.198Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "multicloud-k8s-id", "timestamp": 1648274774058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-26T06:09:10.198Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274770422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "cds", "timestamp": 1648274776536, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "ves-openapi-manager", "timestamp": 1648274780705, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "aai-ml", "timestamp": 1648274768515, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "policy-id", "timestamp": 1648274765320, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "multicloud-k8s-id", "timestamp": 1648274774058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274770422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "cds", "timestamp": 1648274776536, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "ves-openapi-manager", "timestamp": 1648274780705, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "aai-ml", "timestamp": 1648274768515, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:09:10.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "multicloud-k8s-id", "timestamp": 1648274774058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:09:10.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "policy-id", "timestamp": 1648274765320, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:09:10.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274770422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:09:10.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "cds", "timestamp": 1648274776536, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "ves-openapi-manager", "timestamp": 1648274780705, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "aai-ml", "timestamp": 1648274784735, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T06:09:10.203Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:09:10.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "multicloud-k8s-id", "timestamp": 1648274784728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-26T06:09:10.203Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:09:10.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274785297, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T06:09:10.204Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:09:10.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "policy-id", "timestamp": 1648274783936, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T06:09:10.204Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:09:10.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "cds", "timestamp": 1648274776536, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "ves-openapi-manager", "timestamp": 1648274780705, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "multicloud-k8s-id", "timestamp": 1648274785842, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-26T06:09:10.205Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:09:10.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "policy-id", "timestamp": 1648274784940, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T06:09:10.205Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:09:10.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "cds", "timestamp": 1648274776536, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:09:10.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "ves-openapi-manager", "timestamp": 1648274780705, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "policy-id", "timestamp": 1648274785943, "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-03-26T06:09:10.220Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab 2022-03-26T06:09:10.221Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab 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-03-26T06:09:10.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.230Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "ves-openapi-manager", "timestamp": 1648274780705, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.231Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "multicloud-k8s-id", "timestamp": 1648274787126, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-26T06:09:10.231Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:09:10.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "cds", "timestamp": 1648274786443, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T06:09:10.232Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:09:10.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274788322, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T06:09:10.232Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:09:10.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "ves-openapi-manager", "timestamp": 1648274780705, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "cds", "timestamp": 1648274787451, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-26T06:09:10.237Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab 2022-03-26T06:09:10.237Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab 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-03-26T06:09:10.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "multicloud-k8s-id", "timestamp": 1648274788427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-26T06:09:10.253Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:09:10.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274789327, "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-03-26T06:09:10.257Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab 2022-03-26T06:09:10.257Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab 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-03-26T06:09:10.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "ves-openapi-manager", "timestamp": 1648274780705, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "multicloud-k8s-id", "timestamp": 1648274789513, "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-03-26T06:09:10.271Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab 2022-03-26T06:09:10.271Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab 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-03-26T06:09:10.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "ves-openapi-manager", "timestamp": 1648274780705, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.277Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "multicloud-k8s-id", "timestamp": 1648274790519, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-26T06:09:10.277Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:09:10.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "clamp", "timestamp": 1648274788629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.278Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "clamp", "timestamp": 1648274788629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.278Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "clamp", "timestamp": 1648274788629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "aai-ml", "timestamp": 1648274792792, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T06:09:10.279Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:09:10.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "clamp", "timestamp": 1648274788629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-26T06:09:10.280Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "aai-ml", "timestamp": 1648274793797, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-26T06:09:10.284Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab 2022-03-26T06:09:10.285Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab 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-03-26T06:09:10.293Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.293Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "clamp", "timestamp": 1648274788629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.294Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "clamp", "timestamp": 1648274788629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.294Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "clamp", "timestamp": 1648274788629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.295Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "clamp", "timestamp": 1648274788629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.295Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "clamp", "timestamp": 1648274788629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:09:10.295Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "clamp", "timestamp": 1648274802648, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T06:09:10.296Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:09:10.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "clamp", "timestamp": 1648274804655, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T06:09:10.296Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:09:10.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "clamp", "timestamp": 1648274805658, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-26T06:09:10.301Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab 2022-03-26T06:09:10.301Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-26T06:09:10.308Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.309Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "78290546-75e1-4af6-9f7f-333e1d3d38a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274806919, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-26T06:09:10.309Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:09:10.309Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.309Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.310Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.310Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.311Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.311Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.311Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.311Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.312Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "multicloud-k8s-id", "timestamp": 1648274814058, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.312Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/resourceInstances/pnfcbdc3e3444e10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.313Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "multicloud-k8s-id", "timestamp": 1648274814058, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-26T06:09:10.313Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/artifacts/service-DemoPnfL7a8ty7bwce7m1n1qcxi-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "multicloud-k8s-id", "timestamp": 1648274814058, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-26T06:09:10.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/artifacts/service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:09:10.315Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "clamp", "timestamp": 1648274818629, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.315Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "multicloud-k8s-id", "timestamp": 1648274814058, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274820384, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/artifacts/service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T06:09:10.316Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:09:10.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "clamp", "timestamp": 1648274818629, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-26T06:09:10.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "multicloud-k8s-id", "timestamp": 1648274814058, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-26T06:09:10.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "ves-openapi-manager", "timestamp": 1648274820705, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "clamp", "timestamp": 1648274818629, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "multicloud-k8s-id", "timestamp": 1648274814058, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "cds", "timestamp": 1648274821536, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "ves-openapi-manager", "timestamp": 1648274820705, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274822322, "artifactURL": "/sdc/v1/catalog/services/DemoPnfL7a8ty7bwce7m1n1qcxi/1.0/artifacts/service-DemoPnfL7a8ty7bwce7m1n1qcxi-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T06:09:10.322Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:09:10.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "clamp", "timestamp": 1648274818629, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "multicloud-k8s-id", "timestamp": 1648274814058, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "cds", "timestamp": 1648274821536, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "ves-openapi-manager", "timestamp": 1648274820705, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "clamp", "timestamp": 1648274818629, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.325Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "multicloud-k8s-id", "timestamp": 1648274814058, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:09:10.325Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "cds", "timestamp": 1648274821536, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.325Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "ves-openapi-manager", "timestamp": 1648274820705, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.326Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "clamp", "timestamp": 1648274818629, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.326Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "multicloud-k8s-id", "timestamp": 1648274825835, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-26T06:09:10.326Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:09:10.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "cds", "timestamp": 1648274821536, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.327Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "ves-openapi-manager", "timestamp": 1648274820705, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.327Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "clamp", "timestamp": 1648274818629, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.327Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "policy-id", "timestamp": 1648274825320, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.327Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "multicloud-k8s-id", "timestamp": 1648274827008, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-26T06:09:10.327Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:09:10.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "cds", "timestamp": 1648274821536, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "ves-openapi-manager", "timestamp": 1648274820705, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "clamp", "timestamp": 1648274818629, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:09:10.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "policy-id", "timestamp": 1648274825320, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "cds", "timestamp": 1648274821536, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.329Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "ves-openapi-manager", "timestamp": 1648274820705, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.329Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "multicloud-k8s-id", "timestamp": 1648274828214, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-26T06:09:10.329Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:09:10.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "policy-id", "timestamp": 1648274825320, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-26T06:09:10.329Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "cds", "timestamp": 1648274821536, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "ves-openapi-manager", "timestamp": 1648274820705, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "aai-ml", "timestamp": 1648274828515, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "multicloud-k8s-id", "timestamp": 1648274829241, "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-03-26T06:09:10.344Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dfe91df4-2e50-491a-a224-4ed3b1901e01 2022-03-26T06:09:10.345Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfe91df4-2e50-491a-a224-4ed3b1901e01 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-03-26T06:09:10.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "policy-id", "timestamp": 1648274825320, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "cds", "timestamp": 1648274821536, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:09:10.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "aai-ml", "timestamp": 1648274828515, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "multicloud-k8s-id", "timestamp": 1648274830244, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-26T06:09:10.356Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:09:10.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:09:10.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274830421, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:10.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:09:10.615Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T06:09:10.616Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:09:10.623Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:09:10.624Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:09:10.719Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-03-26T06:09:10.720Z||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-03-26T06:09:10.720Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:09:10.737Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:09:10.737Z||pool-73-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:09:11.625Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "527d6395-8724-40b0-98ff-f0e17b547b60", "serviceDescription": "service", "serviceInvariantUUID": "213486a4-677a-47eb-bed2-ac4c94e553df", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "857273ba-e47b-4d28-93ac-8104799bc9e2", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "91efe19a-8718-411c-97a6-eadbb68e31f9", "resourceInvariantUUID": "ef1f900c-0343-4dfa-b993-ec261e9ebb30", "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": "YzM4ZGI4OTdhY2NlMzA2MmQ2YWZiYzY2ODViYzFlMDk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "57e5e678-419e-4ba1-a59a-b9d350dce6ef", "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": "e22a83c9-9d1f-4172-9e93-1bf713f603f0", "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": "9f3b2807-555a-4fc6-912e-8208dbf11a78", "generatedFromUUID": "e22a83c9-9d1f-4172-9e93-1bf713f603f0" }, "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": "9f3b2807-555a-4fc6-912e-8208dbf11a78", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OWU4ZGI1ZGIyNTk4OGQ1YmQ1OThlODRjYmFjYzM0N2Q\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7995a56a-d879-4967-9625-ab31e6ca4cd0" } ], "workloadContext": "Production" } 2022-03-26T06:09:11.626Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-26T06:09:11.626Z|186e07f1-b36d-44c8-b526-a14f709841c3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 527d6395-8724-40b0-98ff-f0e17b547b60 ASDC 2022-03-26T06:09:11.626Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:957b1f5c-523e-4e05-a52a-7db09318105a ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:527d6395-8724-40b0-98ff-f0e17b547b60 ServiceInvariantUUID:213486a4-677a-47eb-bed2-ac4c94e553df 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:7995a56a-d879-4967-9625-ab31e6ca4cd0 ArtifactChecksum:OWU4ZGI1ZGIyNTk4OGQ1YmQ1OThlODRjYmFjYzM0N2Q= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:857273ba-e47b-4d28-93ac-8104799bc9e2 ResourceInvariantUUID:ef1f900c-0343-4dfa-b993-ec261e9ebb30 ResourceName:basic_vm ResourceType:VF ResourceUUID:91efe19a-8718-411c-97a6-eadbb68e31f9 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:57e5e678-419e-4ba1-a59a-b9d350dce6ef ArtifactChecksum:YzM4ZGI4OTdhY2NlMzA2MmQ2YWZiYzY2ODViYzFlMDk= 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:e22a83c9-9d1f-4172-9e93-1bf713f603f0 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:9f3b2807-555a-4fc6-912e-8208dbf11a78 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:9f3b2807-555a-4fc6-912e-8208dbf11a78 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-26T06:09:11.626Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 527d6395-8724-40b0-98ff-f0e17b547b60 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-03-26T06:09:11.654Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-26T06:09:11.654Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-26T06:09:11.654Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-26T06:09:11.655Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7995a56a-d879-4967-9625-ab31e6ca4cd0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-26T06:09:11.655Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-26T06:09:11.655Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-26T06:09:13.112Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-26T06:09:13.115Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 7995a56a-d879-4967-9625-ab31e6ca4cd0 71068 2022-03-26T06:09:13.115Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-03-26T06:09:13.115Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-26T06:09:13.115Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-26T06:09:13.116Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:09:13.118Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:09:13.118Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274953115, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T06:09:13.219Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-26T06:09:13.220Z||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-03-26T06:09:13.220Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:09:13.233Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:09:13.234Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:09:14.119Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-26T06:09:14.120Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-26T06:09:14.120Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 7995a56a-d879-4967-9625-ab31e6ca4cd0, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-03-26T06:09:14.121Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-03-26T06:09:14.121Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-03-26T06:09:14.121Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-03-26T06:09:14.272Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6304970324603558601/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-03-26T06:09:15.508Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-26T06:09:15.508Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-26T06:09:15.508Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-26T06:09:15.508Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-26T06:09:15.508Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||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-03-26T06:09:15.509Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||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-03-26T06:09:15.509Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-26T06:09:15.509Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||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-03-26T06:09:15.509Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-26T06:09:15.509Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||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-03-26T06:09:15.509Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-26T06:09:15.509Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||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-03-26T06:09:15.509Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-26T06:09:15.509Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-26T06:09:15.509Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:09:15.509Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:09:15.510Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-26T06:09:15.510Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-26T06:09:15.510Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-26T06:09:15.510Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:09:15.510Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:09:15.510Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-26T06:09:15.510Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-26T06:09:15.511Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-26T06:09:15.511Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:09:15.511Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:09:15.511Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:09:15.511Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-26T06:09:15.511Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-03-26T06:09:15.511Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-03-26T06:09:15.512Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-03-26T06:09:15.512Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-26T06:09:15.512Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-26T06:09:15.512Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:09:15.512Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-26T06:09:15.512Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:09:15.512Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-26T06:09:15.512Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-26T06:09:15.513Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:09:15.513Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-26T06:09:15.513Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-26T06:09:15.513Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:09:15.513Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-26T06:09:15.513Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-26T06:09:15.513Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:09:15.514Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-26T06:09:15.514Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-26T06:09:15.514Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-26T06:09:15.514Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1c2bac9a-3be9-40c3-87ac-260907ff8fb4 2022-03-26T06:09:15.514Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:09:15.514Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:09:15.514Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:09:15.515Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:09:15.515Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:09:15.515Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:09:15.515Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:09:15.515Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:09:15.515Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:527d6395-8724-40b0-98ff-f0e17b547b60 Model Version:NULL Model InvariantUuid:213486a4-677a-47eb-bed2-ac4c94e553df Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:79087214-0542-4708-b0cb-4ee1120cf843 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:ef1f900c-0343-4dfa-b993-ec261e9ebb30 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:857273ba-e47b-4d28-93ac-8104799bc9e2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b9882eff-2632-4bf3-a486-5fcd52b1626c ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:ff77833b-3215-4580-bb1b-6b95a5ed77e5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1c2bac9a-3be9-40c3-87ac-260907ff8fb4 ModelInvariantUuid:450cb15f-403d-4642-ac43-2cfabef45fed ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:8c9729c7-4a21-4e9e-90ce-b69554e897ce ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:f2008989-1192-45ed-a336-56de4b1673ee ModelInvariantUuid:0894bd5e-a75a-463d-83be-2a4eceb8e2fe ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:5c24f187-e77c-434e-b541-babfe3518e24 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-03-26T06:09:15.521Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 91efe19a-8718-411c-97a6-eadbb68e31f9 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-26T06:09:15.525Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||basic_vm 0 2022-03-26T06:09:15.525Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 91efe19a-8718-411c-97a6-eadbb68e31f9 2022-03-26T06:09:15.525Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 57e5e678-419e-4ba1-a59a-b9d350dce6ef from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-26T06:09:15.525Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-26T06:09:15.525Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||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-03-26T06:09:15.921Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-26T06:09:15.922Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 57e5e678-419e-4ba1-a59a-b9d350dce6ef 787 2022-03-26T06:09:15.922Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||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-03-26T06:09:15.922Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||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-03-26T06:09:15.922Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-26T06:09:15.923Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:09:15.925Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:09:15.925Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274955922, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-26T06:09:16.025Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-26T06:09:16.026Z||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-03-26T06:09:16.026Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:09:16.041Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:09:16.041Z||pool-75-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:09:16.926Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "b9882eff-2632-4bf3-a486-5fcd52b1626c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ff77833b-3215-4580-bb1b-6b95a5ed77e5", "vfModuleModelCustomizationUUID": "45114274-49bf-4c1b-a28b-c4c3453c0271", "isBase": true, "artifacts": [ "e22a83c9-9d1f-4172-9e93-1bf713f603f0", "9f3b2807-555a-4fc6-912e-8208dbf11a78" ], "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-03-26T06:09:16.931Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ff77833b-3215-4580-bb1b-6b95a5ed77e5 VfModuleModelInvariantUUID:b9882eff-2632-4bf3-a486-5fcd52b1626c VfModuleModelDescription:NULL Artifacts UUID List:{ e22a83c9-9d1f-4172-9e93-1bf713f603f0 , 9f3b2807-555a-4fc6-912e-8208dbf11a78 } 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-03-26T06:09:16.933Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "b9882eff-2632-4bf3-a486-5fcd52b1626c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ff77833b-3215-4580-bb1b-6b95a5ed77e5", "vfModuleModelCustomizationUUID": "45114274-49bf-4c1b-a28b-c4c3453c0271", "isBase": true, "artifacts": [ "e22a83c9-9d1f-4172-9e93-1bf713f603f0", "9f3b2807-555a-4fc6-912e-8208dbf11a78" ], "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-03-26T06:09:16.934Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ff77833b-3215-4580-bb1b-6b95a5ed77e5 VfModuleModelInvariantUUID:b9882eff-2632-4bf3-a486-5fcd52b1626c VfModuleModelDescription:NULL Artifacts UUID List:{ e22a83c9-9d1f-4172-9e93-1bf713f603f0 , 9f3b2807-555a-4fc6-912e-8208dbf11a78 } 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-03-26T06:09:16.934Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e22a83c9-9d1f-4172-9e93-1bf713f603f0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-26T06:09:16.934Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-26T06:09:16.934Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||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-03-26T06:09:17.198Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-26T06:09:17.198Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml e22a83c9-9d1f-4172-9e93-1bf713f603f0 5033 2022-03-26T06:09:17.199Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||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-03-26T06:09:17.199Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||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-03-26T06:09:17.199Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-26T06:09:17.200Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:09:17.202Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:09:17.202Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274957199, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-26T06:09:17.302Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-26T06:09:17.303Z||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-03-26T06:09:17.303Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:09:17.315Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:09:17.315Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:09:18.203Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9f3b2807-555a-4fc6-912e-8208dbf11a78 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-26T06:09:18.204Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-26T06:09:18.204Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||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-03-26T06:09:18.699Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-26T06:09:18.700Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 9f3b2807-555a-4fc6-912e-8208dbf11a78 903 2022-03-26T06:09:18.700Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||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-03-26T06:09:18.700Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||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-03-26T06:09:18.700Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-26T06:09:18.701Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:09:18.702Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:09:18.703Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274958700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-26T06:09:18.803Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:09:18.804Z||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-03-26T06:09:18.804Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:09:18.818Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:09:18.818Z||pool-77-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:09:19.703Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 527d6395-8724-40b0-98ff-f0e17b547b60 2022-03-26T06:09:19.704Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 91efe19a-8718-411c-97a6-eadbb68e31f9 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-03-26T06:09:19.717Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@229ea5ce, org.onap.sdc.toscaparser.api.parameters.Input@167c5b67, org.onap.sdc.toscaparser.api.parameters.Input@1aed7003, org.onap.sdc.toscaparser.api.parameters.Input@220a84ff, org.onap.sdc.toscaparser.api.parameters.Input@75ede5a5] 2022-03-26T06:09:19.719Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:09:19.719Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:09:19.719Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-03-26T06:09:19.719Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 857273ba-e47b-4d28-93ac-8104799bc9e2 2022-03-26T06:09:19.720Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 857273ba-e47b-4d28-93ac-8104799bc9e2 matches Tosca VF Customization UUID: 857273ba-e47b-4d28-93ac-8104799bc9e2 2022-03-26T06:09:19.720Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 857273ba-e47b-4d28-93ac-8104799bc9e2 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-03-26T06:09:19.722Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:09:19.722Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:09:19.723Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 857273ba-e47b-4d28-93ac-8104799bc9e2: {\"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-03-26T06:09:19.723Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6f965c7 2022-03-26T06:09:19.723Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:09:19.723Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-26T06:09:19.723Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 45114274-49bf-4c1b-a28b-c4c3453c0271 2022-03-26T06:09:19.724Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 45114274-49bf-4c1b-a28b-c4c3453c0271 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-03-26T06:09:19.727Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:09:19.727Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-26T06:09:19.727Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-26T06:09:19.727Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:09:19.728Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-26T06:09:19.728Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-26T06:09:19.728Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:09:19.728Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-26T06:09:19.728Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-26T06:09:19.729Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-26T06:09:19.729Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1c2bac9a-3be9-40c3-87ac-260907ff8fb4 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-03-26T06:09:19.731Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:09:19.731Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-26T06:09:19.731Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-26T06:09:19.732Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:09:19.732Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-26T06:09:19.732Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=857273ba-e47b-4d28-93ac-8104799bc9e2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-26T06:09:19.734Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:09:19.734Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:09:19.734Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 527d6395-8724-40b0-98ff-f0e17b547b60: basic_vm 2022-03-26T06:09:19.735Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:09:19.735Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:09:19.735Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:09:19.735Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:09:19.735Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:09:19.736Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:09:19.736Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:09:19.736Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:09:19.736Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:09:19.737Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:09:19.737Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||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-03-26T06:09:19.809Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 91efe19a-8718-411c-97a6-eadbb68e31f9 1 ASDC deployResourceStructure 2022-03-26T06:09:19.810Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||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-03-26T06:09:19.810Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||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-03-26T06:09:19.810Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-26T06:09:19.811Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:09:19.813Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:09:19.813Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274959810, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-26T06:09:19.913Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-26T06:09:19.914Z||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-03-26T06:09:19.915Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:09:19.927Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:09:19.928Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:09:20.815Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||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-03-26T06:09:20.815Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||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-03-26T06:09:20.815Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-26T06:09:20.816Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:09:20.818Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:09:20.818Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274960815, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-26T06:09:20.918Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:09:20.919Z||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-03-26T06:09:20.919Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:09:20.933Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:09:20.935Z||pool-79-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:09:21.819Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||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-03-26T06:09:21.819Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||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-03-26T06:09:21.820Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-26T06:09:21.820Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:09:21.822Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:09:21.822Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274961819, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-26T06:09:21.922Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:09:21.923Z||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-03-26T06:09:21.923Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:09:21.935Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:09:21.935Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-26T06:09:22.823Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-03-26T06:09:22.824Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-26T06:09:22.824Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-26T06:09:22.824Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:09:22.826Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:09:22.827Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274962822, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T06:09:22.927Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:09:22.928Z||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-03-26T06:09:22.928Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:09:22.944Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:09:22.945Z||pool-81-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:09:23.827Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 957b1f5c-523e-4e05-a52a-7db09318105a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T06:09:23.837Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 957b1f5c-523e-4e05-a52a-7db09318105a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T06:09:23.839Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-26T06:09:23.839Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-26T06:09:23.840Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-26T06:09:23.840Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-26T06:09:23.840Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T06:09:23.840Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T06:09:23.840Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T06:09:23.840Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T06:09:23.840Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T06:09:23.841Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T06:09:23.841Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-26T06:09:23.844Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-26T06:09:53.845Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 957b1f5c-523e-4e05-a52a-7db09318105a 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-03-26T06:09:53.850Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 957b1f5c-523e-4e05-a52a-7db09318105a and serviceModelVersionId: 527d6395-8724-40b0-98ff-f0e17b547b60 2022-03-26T06:09:53.850Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 213486a4-677a-47eb-bed2-ac4c94e553df 2022-03-26T06:09:53.851Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/213486a4-677a-47eb-bed2-ac4c94e553df/model-vers/model-ver/527d6395-8724-40b0-98ff-f0e17b547b60?depth=0 2022-03-26T06:09:53.855Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-03-26T06:09:53.895Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/213486a4-677a-47eb-bed2-ac4c94e553df/model-vers/model-ver/527d6395-8724-40b0-98ff-f0e17b547b60?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-03-26T06:09:53.896Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/213486a4-677a-47eb-bed2-ac4c94e553df/model-vers/model-ver/527d6395-8724-40b0-98ff-f0e17b547b60?depth=0|INFO|500||Invoke 2022-03-26T06:09:53.915Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/213486a4-677a-47eb-bed2-ac4c94e553df/model-vers/model-ver/527d6395-8724-40b0-98ff-f0e17b547b60?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-26T06:09:54.179Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/213486a4-677a-47eb-bed2-ac4c94e553df/model-vers/model-ver/527d6395-8724-40b0-98ff-f0e17b547b60?depth=0|INFO|500||InvokeReturn 2022-03-26T06:09:54.179Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/213486a4-677a-47eb-bed2-ac4c94e553df/model-vers/model-ver/527d6395-8724-40b0-98ff-f0e17b547b60?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220326-06:09:55:282-22018], vertex-id=[237656], Content-Length=[0], Date=[Sat, 26 Mar 2022 06:09:55 GMT], Content-Type=[application/json]} 2022-03-26T06:09:54.180Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-03-26T06:09:54.181Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-26T06:09:54.181Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-26T06:09:54.185Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-26T06:09:54.185Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 957b1f5c-523e-4e05-a52a-7db09318105a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-26T06:09:54.186Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-26T06:09:54.186Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:09:54.188Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:09:54.188Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274994185, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-26T06:09:54.288Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:09:54.289Z||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-03-26T06:09:54.289Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:09:54.304Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:09:54.305Z||pool-82-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-26T06:09:55.199Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-26T06:09:55.200Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"e1278704-5205-425d-b77f-cca31daa9240","serviceDescription":"service","serviceInvariantUUID":"f3a3e6a7-55b2-4781-b347-0dea270cfc17","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6eecc281-40e0-4d27-b78c-9633a81faa16","resourceInvariantUUID":"2d0a3846-5c81-4dd0-826c-19e58494ae62","resourceCustomizationUUID":"f9163d75-062c-42f8-afe1-c2aca5687be6","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":"NTBkM2QyOTMyZWNhNDkzOGNlNmIwMmEwZDJkYTc0NmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8ce8633d-e37e-40c9-9beb-736646e94f6b","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":"f02ab27f-2a62-469d-a8aa-c4a6c950a0a4","artifactVersion":"2","generatedFromUUID":"102ae5f9-1646-41f6-955e-e03fa80018e1"},{"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":"102ae5f9-1646-41f6-955e-e03fa80018e1","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":"NGU1NDM0NGVkYmNmZWE4Y2I3ZTJjMjQ1YTgwZDhkYTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"01848e65-2d3c-4d87-ac3a-69eceba18db4","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":"5cc20340-d3de-4736-b40d-ba08c8208881","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":"4df2ec34-6ea8-4722-90c7-6d17e31ae811","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":"4cd614ae-1c68-493c-a1a9-8e092368715c","artifactVersion":"2","generatedFromUUID":"5cc20340-d3de-4736-b40d-ba08c8208881"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MDIzZTE3OTBlNDdiNzBhMDk3NDI0ZjkxZGQ5NzFiZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ed56feb2-cc3f-4034-9301-d08d83a05b38","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MjhmYTZkYzRkMzVjNWVlZTYyMGY3NjllNmJlYmQ2OTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1524ba01-b9fa-4c46-af35-083415716129","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-26T06:09:55.200Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T06:09:55.201Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:09:55.203Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:09:55.203Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:09:55.304Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:09:55.305Z||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-03-26T06:09:55.306Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:09:55.319Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:09:55.319Z||pool-83-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:09:56.204Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T06:09:56.206Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:09:56.208Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:09:56.208Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-26T06:09:56.308Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:09:56.309Z||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-03-26T06:09:56.309Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:09:56.332Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:09:56.333Z||pool-84-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:09:57.209Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T06:09:57.210Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:09:57.212Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:09:57.212Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-26T06:09:57.312Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:09:57.313Z||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-03-26T06:09:57.313Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:09:57.326Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:09:57.326Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-26T06:09:58.213Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T06:09:58.214Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:09:58.215Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:09:58.216Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-26T06:09:58.316Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:09:58.316Z||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-03-26T06:09:58.316Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:09:58.327Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:09:58.328Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:09:59.216Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T06:09:59.217Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:09:59.219Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:09:59.219Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-26T06:09:59.319Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:09:59.320Z||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-03-26T06:09:59.320Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:09:59.331Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:09:59.332Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:10:00.220Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T06:10:00.220Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:10:00.222Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:10:00.222Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:10:00.322Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:10:00.323Z||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-03-26T06:10:00.323Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:10:00.334Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:10:00.334Z||pool-88-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:10:01.223Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T06:10:01.223Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:10:01.225Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:10:01.225Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-26T06:10:01.325Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:10:01.326Z||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-03-26T06:10:01.326Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:10:01.346Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:10:01.347Z||pool-89-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-03-26T06:10:02.226Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T06:10:02.227Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:10:02.230Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:10:02.230Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:10:02.330Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:10:02.330Z||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-03-26T06:10:02.331Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:10:02.342Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:10:02.342Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:10:03.230Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T06:10:03.231Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:10:03.233Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:10:03.233Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:10:03.333Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:10:03.334Z||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-03-26T06:10:03.334Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:10:03.344Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:10:03.345Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:10:04.234Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "e1278704-5205-425d-b77f-cca31daa9240", "serviceDescription": "service", "serviceInvariantUUID": "f3a3e6a7-55b2-4781-b347-0dea270cfc17", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "f9163d75-062c-42f8-afe1-c2aca5687be6", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6eecc281-40e0-4d27-b78c-9633a81faa16", "resourceInvariantUUID": "2d0a3846-5c81-4dd0-826c-19e58494ae62", "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": "f02ab27f-2a62-469d-a8aa-c4a6c950a0a4", "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": "102ae5f9-1646-41f6-955e-e03fa80018e1", "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": "NGU1NDM0NGVkYmNmZWE4Y2I3ZTJjMjQ1YTgwZDhkYTI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "01848e65-2d3c-4d87-ac3a-69eceba18db4", "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": "5cc20340-d3de-4736-b40d-ba08c8208881", "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": "4cd614ae-1c68-493c-a1a9-8e092368715c", "generatedFromUUID": "5cc20340-d3de-4736-b40d-ba08c8208881" }, "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": "4cd614ae-1c68-493c-a1a9-8e092368715c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "MjhmYTZkYzRkMzVjNWVlZTYyMGY3NjllNmJlYmQ2OTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1524ba01-b9fa-4c46-af35-083415716129" } ], "workloadContext": "Production" } 2022-03-26T06:10:04.235Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-26T06:10:04.235Z|957b1f5c-523e-4e05-a52a-7db09318105a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 e1278704-5205-425d-b77f-cca31daa9240 ASDC 2022-03-26T06:10:04.236Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:e1278704-5205-425d-b77f-cca31daa9240 ServiceInvariantUUID:f3a3e6a7-55b2-4781-b347-0dea270cfc17 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:1524ba01-b9fa-4c46-af35-083415716129 ArtifactChecksum:MjhmYTZkYzRkMzVjNWVlZTYyMGY3NjllNmJlYmQ2OTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:f9163d75-062c-42f8-afe1-c2aca5687be6 ResourceInvariantUUID:2d0a3846-5c81-4dd0-826c-19e58494ae62 ResourceName:basic_cnf ResourceType:VF ResourceUUID:6eecc281-40e0-4d27-b78c-9633a81faa16 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:f02ab27f-2a62-469d-a8aa-c4a6c950a0a4 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:102ae5f9-1646-41f6-955e-e03fa80018e1 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:01848e65-2d3c-4d87-ac3a-69eceba18db4 ArtifactChecksum:NGU1NDM0NGVkYmNmZWE4Y2I3ZTJjMjQ1YTgwZDhkYTI= 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:5cc20340-d3de-4736-b40d-ba08c8208881 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:4cd614ae-1c68-493c-a1a9-8e092368715c 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:4cd614ae-1c68-493c-a1a9-8e092368715c ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-26T06:10:04.236Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e1278704-5205-425d-b77f-cca31daa9240 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-03-26T06:10:04.266Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-26T06:10:04.267Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-26T06:10:04.267Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-26T06:10:04.267Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1524ba01-b9fa-4c46-af35-083415716129 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-26T06:10:04.267Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-26T06:10:04.267Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-26T06:10:04.391Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-26T06:10:04.393Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 1524ba01-b9fa-4c46-af35-083415716129 68950 2022-03-26T06:10:04.394Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-03-26T06:10:04.394Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-26T06:10:04.394Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-26T06:10:04.394Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:10:04.396Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:10:04.396Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275004394, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T06:10:04.496Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:10:04.497Z||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-03-26T06:10:04.497Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:10:04.507Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:10:04.508Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-03-26T06:10:05.396Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-26T06:10:05.397Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-26T06:10:05.397Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 1524ba01-b9fa-4c46-af35-083415716129, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-26T06:10:05.426Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-03-26T06:10:05.427Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-26T06:10:05.427Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-26T06:10:05.579Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17962516786869497708/Definitions/service-BasicCnf-template.yml 2022-03-26T06:10:06.785Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-26T06:10:06.786Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-26T06:10:06.786Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-26T06:10:06.786Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-03-26T06:10:06.786Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||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-03-26T06:10:06.787Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||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-03-26T06:10:06.787Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-26T06:10:06.787Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||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-03-26T06:10:06.787Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-26T06:10:06.788Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:10:06.788Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:10:06.789Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-26T06:10:06.789Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-26T06:10:06.790Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-26T06:10:06.790Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:10:06.790Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:10:06.791Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-26T06:10:06.791Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-26T06:10:06.791Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-26T06:10:06.791Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:10:06.792Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:10:06.792Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:10:06.793Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-26T06:10:06.793Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-03-26T06:10:06.793Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria 2022-03-26T06:10:06.793Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-26T06:10:06.794Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:10:06.794Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-26T06:10:06.794Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:10:06.795Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-26T06:10:06.797Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-26T06:10:06.797Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:10:06.797Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-26T06:10:06.798Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-26T06:10:06.798Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:10:06.798Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-26T06:10:06.798Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-26T06:10:06.799Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:10:06.799Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-26T06:10:06.799Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-26T06:10:06.800Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=27138f40-a8f9-4565-9394-c7f8a0f39688 2022-03-26T06:10:06.800Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:10:06.800Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:10:06.800Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:10:06.801Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:10:06.801Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:10:06.801Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:10:06.802Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:10:06.802Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:10:06.802Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:e1278704-5205-425d-b77f-cca31daa9240 Model Version:NULL Model InvariantUuid:f3a3e6a7-55b2-4781-b347-0dea270cfc17 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:d4e7a11c-0596-4209-821c-4681305802c8 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:2d0a3846-5c81-4dd0-826c-19e58494ae62 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f9163d75-062c-42f8-afe1-c2aca5687be6 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:02c445f6-f396-4918-979b-80c29f49b5be ModelName:BasicCnf..base_dummy..module-0 ModelUuid:2ffe57ee-bb77-4ba5-9a9b-d5aa8b3a945a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:27138f40-a8f9-4565-9394-c7f8a0f39688 ModelInvariantUuid:b767e4f6-2490-487b-86e8-6ac4a13c8169 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:835b0d11-1506-40b1-bb34-62edbeef8c3b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:c191e40d-6873-4f98-8337-718074e739ba ModelInvariantUuid:f1d57d4e-acab-4fd7-915e-4490ee0db412 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:108aedb3-708f-4240-ab44-22bc137a131d 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-03-26T06:10:06.808Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 6eecc281-40e0-4d27-b78c-9633a81faa16 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-26T06:10:06.811Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||basic_cnf 0 2022-03-26T06:10:06.812Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6eecc281-40e0-4d27-b78c-9633a81faa16 2022-03-26T06:10:06.812Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f02ab27f-2a62-469d-a8aa-c4a6c950a0a4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-26T06:10:06.812Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-26T06:10:06.813Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||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-03-26T06:10:07.126Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-26T06:10:07.126Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env f02ab27f-2a62-469d-a8aa-c4a6c950a0a4 12 2022-03-26T06:10:07.127Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||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-03-26T06:10:07.127Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||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-03-26T06:10:07.127Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-26T06:10:07.129Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:10:07.131Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:10:07.131Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275007127, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-26T06:10:07.232Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-26T06:10:07.233Z||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-03-26T06:10:07.233Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:10:07.244Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:10:07.244Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:10:08.132Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 102ae5f9-1646-41f6-955e-e03fa80018e1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-26T06:10:08.133Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-26T06:10:08.133Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||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-03-26T06:10:08.432Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-26T06:10:08.432Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 102ae5f9-1646-41f6-955e-e03fa80018e1 2688 2022-03-26T06:10:08.433Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||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-03-26T06:10:08.433Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||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-03-26T06:10:08.433Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-26T06:10:08.433Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:10:08.435Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:10:08.435Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275008433, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-26T06:10:08.535Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:10:08.536Z||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-03-26T06:10:08.536Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:10:08.550Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:10:08.550Z||pool-94-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:10:09.436Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 01848e65-2d3c-4d87-ac3a-69eceba18db4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-26T06:10:09.437Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-26T06:10:09.437Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||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-03-26T06:10:09.731Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-26T06:10:09.732Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 01848e65-2d3c-4d87-ac3a-69eceba18db4 828 2022-03-26T06:10:09.732Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||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-03-26T06:10:09.732Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||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-03-26T06:10:09.732Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-26T06:10:09.733Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:10:09.735Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:10:09.735Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275009732, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-26T06:10:09.835Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:10:09.836Z||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-03-26T06:10:09.836Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:10:09.847Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:10:09.847Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:10:10.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:10:10.140Z||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-03-26T06:10:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:10:10.165Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:10:10.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:10:10.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "policy-id", "timestamp": 1648274825320, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-26T06:10:10.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:10:10.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:10:10.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "aai-ml", "timestamp": 1648274828515, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:10:10.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:10:10.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:10:10.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "cds", "timestamp": 1648274830426, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T06:10:10.167Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:10:10.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:10:10.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274830421, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-26T06:10:10.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:10:10.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:10:10.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "policy-id", "timestamp": 1648274825320, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-26T06:10:10.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:10:10.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:10:10.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "aai-ml", "timestamp": 1648274828515, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:10:10.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:10:10.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:10:10.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274830421, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:10:10.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:10:10.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:10:10.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "policy-id", "timestamp": 1648274825320, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:10:10.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:10:10.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:10:10.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "aai-ml", "timestamp": 1648274828515, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-26T06:10:10.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:10:10.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:10:10.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274830421, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:10:10.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:10:10.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:10:10.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "cds", "timestamp": 1648274832836, "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-03-26T06:10:10.176Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dfe91df4-2e50-491a-a224-4ed3b1901e01 2022-03-26T06:10:10.177Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfe91df4-2e50-491a-a224-4ed3b1901e01 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-03-26T06:10:10.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:10:10.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "policy-id", "timestamp": 1648274825320, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:10:10.183Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:10:10.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:10:10.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "aai-ml", "timestamp": 1648274828515, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-26T06:10:10.183Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:10:10.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:10:10.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274830421, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-26T06:10:10.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:10:10.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:10:10.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "aai-ml", "timestamp": 1648274828515, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:10:10.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:10:10.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:10:10.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "policy-id", "timestamp": 1648274834320, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T06:10:10.184Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:10:10.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:10:10.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274830421, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-26T06:10:10.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:10:10.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:10:10.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "clamp", "timestamp": 1648274834654, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T06:10:10.185Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:10:10.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:10:10.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "aai-ml", "timestamp": 1648274828515, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:10:10.185Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:10:10.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:10:10.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "policy-id", "timestamp": 1648274835325, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T06:10:10.185Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:10:10.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:10:10.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274830421, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:10:10.185Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:10:10.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:10:10.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "policy-id", "timestamp": 1648274836327, "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-03-26T06:10:10.189Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dfe91df4-2e50-491a-a224-4ed3b1901e01 2022-03-26T06:10:10.189Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfe91df4-2e50-491a-a224-4ed3b1901e01 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-03-26T06:10:10.195Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:10:10.195Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274830421, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:10:10.196Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:10:10.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:10:10.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "aai-ml", "timestamp": 1648274837604, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T06:10:10.196Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:10:10.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:10:10.197Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274839267, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T06:10:10.197Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:10:10.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:10:10.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "clamp", "timestamp": 1648274837657, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T06:10:10.198Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:10:10.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:10:10.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "clamp", "timestamp": 1648274838663, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-26T06:10:10.202Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dfe91df4-2e50-491a-a224-4ed3b1901e01 2022-03-26T06:10:10.202Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfe91df4-2e50-491a-a224-4ed3b1901e01 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-26T06:10:10.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:10:10.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274842046, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T06:10:10.209Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:10:10.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:10:10.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648274843055, "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-03-26T06:10:10.214Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dfe91df4-2e50-491a-a224-4ed3b1901e01 2022-03-26T06:10:10.215Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfe91df4-2e50-491a-a224-4ed3b1901e01 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-03-26T06:10:10.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:10:10.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "aai-ml", "timestamp": 1648274847642, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T06:10:10.227Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:10:10.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:10:10.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "aai-ml", "timestamp": 1648274848646, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-26T06:10:10.232Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dfe91df4-2e50-491a-a224-4ed3b1901e01 2022-03-26T06:10:10.232Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfe91df4-2e50-491a-a224-4ed3b1901e01 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-03-26T06:10:10.736Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "02c445f6-f396-4918-979b-80c29f49b5be", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2ffe57ee-bb77-4ba5-9a9b-d5aa8b3a945a", "vfModuleModelCustomizationUUID": "1b034d41-d61a-47d1-9773-60f39bbe6d2b", "isBase": true, "artifacts": [ "102ae5f9-1646-41f6-955e-e03fa80018e1", "5cc20340-d3de-4736-b40d-ba08c8208881", "4cd614ae-1c68-493c-a1a9-8e092368715c" ], "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-03-26T06:10:10.740Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2ffe57ee-bb77-4ba5-9a9b-d5aa8b3a945a VfModuleModelInvariantUUID:02c445f6-f396-4918-979b-80c29f49b5be VfModuleModelDescription:NULL Artifacts UUID List:{ 102ae5f9-1646-41f6-955e-e03fa80018e1 , 5cc20340-d3de-4736-b40d-ba08c8208881 , 4cd614ae-1c68-493c-a1a9-8e092368715c } 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-03-26T06:10:10.743Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "02c445f6-f396-4918-979b-80c29f49b5be", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2ffe57ee-bb77-4ba5-9a9b-d5aa8b3a945a", "vfModuleModelCustomizationUUID": "1b034d41-d61a-47d1-9773-60f39bbe6d2b", "isBase": true, "artifacts": [ "102ae5f9-1646-41f6-955e-e03fa80018e1", "5cc20340-d3de-4736-b40d-ba08c8208881", "4cd614ae-1c68-493c-a1a9-8e092368715c" ], "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-03-26T06:10:10.743Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2ffe57ee-bb77-4ba5-9a9b-d5aa8b3a945a VfModuleModelInvariantUUID:02c445f6-f396-4918-979b-80c29f49b5be VfModuleModelDescription:NULL Artifacts UUID List:{ 102ae5f9-1646-41f6-955e-e03fa80018e1 , 5cc20340-d3de-4736-b40d-ba08c8208881 , 4cd614ae-1c68-493c-a1a9-8e092368715c } 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-03-26T06:10:10.743Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5cc20340-d3de-4736-b40d-ba08c8208881 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-26T06:10:10.743Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-26T06:10:10.744Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||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-03-26T06:10:11.123Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-26T06:10:11.123Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 5cc20340-d3de-4736-b40d-ba08c8208881 1164 2022-03-26T06:10:11.123Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||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-03-26T06:10:11.124Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||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-03-26T06:10:11.124Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-26T06:10:11.124Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:10:11.126Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:10:11.126Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275011123, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-26T06:10:11.226Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:10:11.245Z||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-03-26T06:10:11.245Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:10:11.257Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:10:11.258Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:10:12.127Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4cd614ae-1c68-493c-a1a9-8e092368715c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-26T06:10:12.127Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-26T06:10:12.127Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||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-03-26T06:10:12.698Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-26T06:10:12.698Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 4cd614ae-1c68-493c-a1a9-8e092368715c 200 2022-03-26T06:10:12.699Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||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-03-26T06:10:12.699Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||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-03-26T06:10:12.699Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-26T06:10:12.700Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:10:12.702Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:10:12.702Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275012699, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-26T06:10:12.802Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:10:12.803Z||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-03-26T06:10:12.803Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:10:12.817Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:10:12.817Z||pool-97-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:10:13.703Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: e1278704-5205-425d-b77f-cca31daa9240 2022-03-26T06:10:13.703Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 6eecc281-40e0-4d27-b78c-9633a81faa16 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 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=? 2022-03-26T06:10:13.721Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||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 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-03-26T06:10:13.726Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@cb1de60, org.onap.sdc.toscaparser.api.parameters.Input@4cf5319d, org.onap.sdc.toscaparser.api.parameters.Input@510fe01f, org.onap.sdc.toscaparser.api.parameters.Input@7cf137e4, org.onap.sdc.toscaparser.api.parameters.Input@7e31b4c4] 2022-03-26T06:10:13.728Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:10:13.728Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:10:13.728Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-03-26T06:10:13.728Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= f9163d75-062c-42f8-afe1-c2aca5687be6 2022-03-26T06:10:13.729Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f9163d75-062c-42f8-afe1-c2aca5687be6 matches Tosca VF Customization UUID: f9163d75-062c-42f8-afe1-c2aca5687be6 2022-03-26T06:10:13.729Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: f9163d75-062c-42f8-afe1-c2aca5687be6 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-03-26T06:10:13.732Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:10:13.732Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:10:13.733Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id f9163d75-062c-42f8-afe1-c2aca5687be6: {\"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-03-26T06:10:13.733Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@40b75076 2022-03-26T06:10:13.733Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:10:13.733Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-26T06:10:13.734Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1b034d41-d61a-47d1-9773-60f39bbe6d2b 2022-03-26T06:10:13.734Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1b034d41-d61a-47d1-9773-60f39bbe6d2b 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-03-26T06:10:13.736Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:10:13.736Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-26T06:10:13.736Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-26T06:10:13.736Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:10:13.736Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-26T06:10:13.737Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-26T06:10:13.737Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:10:13.737Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-26T06:10:13.737Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-26T06:10:13.738Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=27138f40-a8f9-4565-9394-c7f8a0f39688 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-03-26T06:10:13.740Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:10:13.740Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-26T06:10:13.740Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-26T06:10:13.740Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:10:13.741Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-26T06:10:13.741Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=f9163d75-062c-42f8-afe1-c2aca5687be6 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-26T06:10:13.742Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:10:13.743Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:10:13.743Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid e1278704-5205-425d-b77f-cca31daa9240: basic_cnf 2022-03-26T06:10:13.743Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:10:13.743Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:10:13.743Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:10:13.744Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:10:13.744Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:10:13.744Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:10:13.744Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:10:13.744Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:10:13.745Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:10:13.745Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:10:13.745Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||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-03-26T06:10:13.799Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 6eecc281-40e0-4d27-b78c-9633a81faa16 1 ASDC deployResourceStructure 2022-03-26T06:10:13.800Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||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-03-26T06:10:13.800Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||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-03-26T06:10:13.800Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-26T06:10:13.801Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:10:13.803Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:10:13.803Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275013800, "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-03-26T06:10:13.903Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:10:13.904Z||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-03-26T06:10:13.904Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:10:13.916Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:10:13.917Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:10:14.803Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||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-03-26T06:10:14.804Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||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-03-26T06:10:14.804Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-26T06:10:14.805Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:10:14.807Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:10:14.807Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275014803, "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-03-26T06:10:14.907Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:10:14.908Z||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-03-26T06:10:14.908Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:10:14.928Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:10:14.929Z||pool-99-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:10:15.808Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||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-03-26T06:10:15.808Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||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-03-26T06:10:15.808Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-26T06:10:15.808Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:10:15.810Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:10:15.810Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275015807, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-26T06:10:15.911Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:10:15.911Z||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-03-26T06:10:15.912Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:10:15.925Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:10:15.926Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:10:16.812Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||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-03-26T06:10:16.812Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||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-03-26T06:10:16.812Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-26T06:10:16.812Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:10:16.814Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:10:16.814Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275016811, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-26T06:10:16.915Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-26T06:10:16.916Z||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-03-26T06:10:16.916Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:10:16.929Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:10:16.930Z||pool-101-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:10:17.816Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||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-03-26T06:10:17.816Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||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-03-26T06:10:17.816Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-26T06:10:17.816Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:10:17.818Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:10:17.818Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275017815, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-26T06:10:17.918Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:10:17.920Z||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-03-26T06:10:17.920Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:10:17.930Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:10:17.931Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-03-26T06:10:18.819Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-03-26T06:10:18.819Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-26T06:10:18.819Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-26T06:10:18.820Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:10:18.822Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:10:18.822Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275018819, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T06:10:18.922Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:10:18.923Z||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-03-26T06:10:18.923Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:10:18.936Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:10:18.937Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:10:19.823Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T06:10:19.832Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T06:10:19.835Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-26T06:10:19.835Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-26T06:10:19.835Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-26T06:10:19.836Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-26T06:10:19.836Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T06:10:19.836Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T06:10:19.836Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T06:10:19.836Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T06:10:19.836Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T06:10:19.837Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T06:10:19.837Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-26T06:10:19.841Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-26T06:10:49.842Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab 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-03-26T06:10:49.848Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab and serviceModelVersionId: e1278704-5205-425d-b77f-cca31daa9240 2022-03-26T06:10:49.848Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f3a3e6a7-55b2-4781-b347-0dea270cfc17 2022-03-26T06:10:49.849Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f3a3e6a7-55b2-4781-b347-0dea270cfc17/model-vers/model-ver/e1278704-5205-425d-b77f-cca31daa9240?depth=0 2022-03-26T06:10:49.853Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-03-26T06:10:49.890Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a3e6a7-55b2-4781-b347-0dea270cfc17/model-vers/model-ver/e1278704-5205-425d-b77f-cca31daa9240?depth=0|INFO|500||Invoke 2022-03-26T06:10:49.890Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a3e6a7-55b2-4781-b347-0dea270cfc17/model-vers/model-ver/e1278704-5205-425d-b77f-cca31daa9240?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a3e6a7-55b2-4781-b347-0dea270cfc17/model-vers/model-ver/e1278704-5205-425d-b77f-cca31daa9240?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c8fbd05e-9d9f-4b7f-b9bc-ba64c7476ccf], X-ECOMP-RequestID=[c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab], X-TransactionId=[], X-ONAP-RequestID=[c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab], Content-Type=[application/merge-patch+json]} 2022-03-26T06:10:49.909Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a3e6a7-55b2-4781-b347-0dea270cfc17/model-vers/model-ver/e1278704-5205-425d-b77f-cca31daa9240?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-26T06:10:50.305Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a3e6a7-55b2-4781-b347-0dea270cfc17/model-vers/model-ver/e1278704-5205-425d-b77f-cca31daa9240?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a3e6a7-55b2-4781-b347-0dea270cfc17/model-vers/model-ver/e1278704-5205-425d-b77f-cca31daa9240?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220326-06:10:51:288-15327], vertex-id=[241816], Content-Length=[0], Date=[Sat, 26 Mar 2022 06:10:51 GMT], Content-Type=[application/json]} 2022-03-26T06:10:50.305Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a3e6a7-55b2-4781-b347-0dea270cfc17/model-vers/model-ver/e1278704-5205-425d-b77f-cca31daa9240?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-26T06:10:50.306Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a3e6a7-55b2-4781-b347-0dea270cfc17/model-vers/model-ver/e1278704-5205-425d-b77f-cca31daa9240?depth=0|INFO|500||InvokeReturn 2022-03-26T06:10:50.306Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-26T06:10:50.307Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-26T06:10:50.312Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-26T06:10:50.313Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-26T06:10:50.313Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-26T06:10:50.313Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:10:50.315Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:10:50.315Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275050313, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-26T06:10:50.415Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:10:50.416Z||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-03-26T06:10:50.416Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:10:50.434Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:10:50.434Z||pool-104-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-26T06:10:51.326Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:10:51.326Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|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-03-26T06:10:51.327Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:10:55.690Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:10:55.691Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-26T06:10:55.691Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"dfe91df4-2e50-491a-a224-4ed3b1901e01","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"38d98673-0f36-480b-8d58-cce4c6b3df1c","serviceDescription":"service","serviceInvariantUUID":"93918432-f389-44d8-ab10-ac8e9fda7cb0","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d50ce80a-87b8-4645-9b80-2c349720a56e","resourceInvariantUUID":"a29efa94-8576-4d2f-bfae-61a62e2ff92d","resourceCustomizationUUID":"5ce573f0-33de-4294-a2fc-a62f22a0af9b","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":"ZGVjNzJiZDk5NDU1YzliNTQ2YmRiNGIwYWU1YjE4YTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a2a5b479-69a5-4e14-a6a3-3e5feedc22d4","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":"NGY3MWNkZTRmYzJhNzc3MmY0ZjMxYWQ1MTAxMDhkMWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7bf50c12-0b4f-4fe7-8182-cb7351fbe57e","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":"366c832f-a379-4561-89bd-e2c673c852b6","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":"c9f38a76-bbf9-42bb-859a-d1bb6b5584d2","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":"bb430f51-b147-4e6c-827a-34298beb2f51","artifactVersion":"2","generatedFromUUID":"366c832f-a379-4561-89bd-e2c673c852b6"},{"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":"MGM5ZWI1NGJiMWQ1MGU0Zjc2OWU0NjJiNjAzNWExMmI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"1244f39d-4abb-47df-8ebf-9f14e0522dda","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":"ZGEwZmJlMmRjNmFmZTRiMWE0ZTZmZWU4NjFkNzQ4ZWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"74fcf5cc-06c0-455f-99d6-e243dfc44735","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MTE0OWUyYTdlYzE3Mzc2NjM4YTAxOGY0Y2UwMDBiZDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0d8b078b-5b61-4bf8-a9a8-759df43eff5b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-26T06:10:55.693Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T06:10:55.693Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:10:55.695Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:10:55.695Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275051326, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:10:55.795Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:10:55.796Z||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-03-26T06:10:55.796Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:10:55.807Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:10:55.808Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-26T06:10:56.695Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T06:10:56.696Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:10:56.698Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:10:56.698Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275051326, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-26T06:10:56.798Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:10:56.799Z||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-03-26T06:10:56.799Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:10:56.810Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:10:56.811Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:10:57.698Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T06:10:57.699Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:10:57.701Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:10:57.701Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275051326, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-26T06:10:57.801Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:10:57.803Z||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-03-26T06:10:57.803Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:10:57.815Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:10:57.815Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:10:58.702Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T06:10:58.702Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:10:58.704Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:10:58.704Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275051326, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:10:58.804Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-26T06:10:58.805Z||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-03-26T06:10:58.806Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:10:58.817Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:10:58.818Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:10:59.705Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T06:10:59.706Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:10:59.708Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:10:59.708Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275051326, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-26T06:10:59.808Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:10:59.809Z||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-03-26T06:10:59.809Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:10:59.820Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:10:59.821Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:11:00.709Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T06:11:00.710Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:11:00.712Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:11:00.712Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275051326, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-26T06:11:00.812Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:11:00.813Z||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-03-26T06:11:00.813Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:11:00.825Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:11:00.826Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:11:01.713Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T06:11:01.714Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:11:01.716Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:11:01.716Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275051326, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:11:01.816Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:11:01.818Z||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-03-26T06:11:01.818Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:11:01.830Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:11:01.831Z||pool-111-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:11:02.717Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T06:11:02.718Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:11:02.720Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:11:02.720Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275051326, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:11:02.820Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:11:02.822Z||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-03-26T06:11:02.822Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:11:02.834Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:11:02.835Z||pool-112-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:11:03.721Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "38d98673-0f36-480b-8d58-cce4c6b3df1c", "serviceDescription": "service", "serviceInvariantUUID": "93918432-f389-44d8-ab10-ac8e9fda7cb0", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "5ce573f0-33de-4294-a2fc-a62f22a0af9b", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d50ce80a-87b8-4645-9b80-2c349720a56e", "resourceInvariantUUID": "a29efa94-8576-4d2f-bfae-61a62e2ff92d", "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": "NGY3MWNkZTRmYzJhNzc3MmY0ZjMxYWQ1MTAxMDhkMWM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7bf50c12-0b4f-4fe7-8182-cb7351fbe57e", "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": "366c832f-a379-4561-89bd-e2c673c852b6", "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": "bb430f51-b147-4e6c-827a-34298beb2f51", "generatedFromUUID": "366c832f-a379-4561-89bd-e2c673c852b6" }, "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": "bb430f51-b147-4e6c-827a-34298beb2f51", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MTE0OWUyYTdlYzE3Mzc2NjM4YTAxOGY0Y2UwMDBiZDg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0d8b078b-5b61-4bf8-a9a8-759df43eff5b" } ], "workloadContext": "Production" } 2022-03-26T06:11:03.721Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-26T06:11:03.721Z|c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 38d98673-0f36-480b-8d58-cce4c6b3df1c ASDC 2022-03-26T06:11:03.722Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:dfe91df4-2e50-491a-a224-4ed3b1901e01 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:38d98673-0f36-480b-8d58-cce4c6b3df1c ServiceInvariantUUID:93918432-f389-44d8-ab10-ac8e9fda7cb0 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:0d8b078b-5b61-4bf8-a9a8-759df43eff5b ArtifactChecksum:MTE0OWUyYTdlYzE3Mzc2NjM4YTAxOGY0Y2UwMDBiZDg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:5ce573f0-33de-4294-a2fc-a62f22a0af9b ResourceInvariantUUID:a29efa94-8576-4d2f-bfae-61a62e2ff92d ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:d50ce80a-87b8-4645-9b80-2c349720a56e 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:7bf50c12-0b4f-4fe7-8182-cb7351fbe57e ArtifactChecksum:NGY3MWNkZTRmYzJhNzc3MmY0ZjMxYWQ1MTAxMDhkMWM= 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:366c832f-a379-4561-89bd-e2c673c852b6 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:bb430f51-b147-4e6c-827a-34298beb2f51 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:bb430f51-b147-4e6c-827a-34298beb2f51 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-26T06:11:03.722Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 38d98673-0f36-480b-8d58-cce4c6b3df1c 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-03-26T06:11:03.754Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-26T06:11:03.755Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-26T06:11:03.755Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-26T06:11:03.755Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0d8b078b-5b61-4bf8-a9a8-759df43eff5b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-26T06:11:03.755Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-26T06:11:03.755Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-26T06:11:04.054Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-26T06:11:04.059Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 0d8b078b-5b61-4bf8-a9a8-759df43eff5b 78812 2022-03-26T06:11:04.059Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-03-26T06:11:04.059Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-26T06:11:04.059Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-26T06:11:04.060Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:11:04.062Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:11:04.062Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275064059, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T06:11:04.163Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-26T06:11:04.164Z||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-03-26T06:11:04.164Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:11:04.176Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:11:04.176Z||pool-113-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:11:05.063Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-26T06:11:05.064Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-26T06:11:05.064Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 0d8b078b-5b61-4bf8-a9a8-759df43eff5b, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-26T06:11:05.065Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-03-26T06:11:05.065Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-26T06:11:05.065Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-26T06:11:05.206Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14790425635121571705/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-03-26T06:11:06.323Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-26T06:11:06.323Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-26T06:11:06.323Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-26T06:11:06.324Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-26T06:11:06.324Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||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-03-26T06:11:06.324Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||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-03-26T06:11:06.324Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-26T06:11:06.324Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||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-03-26T06:11:06.324Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-26T06:11:06.324Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||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-03-26T06:11:06.324Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-26T06:11:06.325Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||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-03-26T06:11:06.325Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-26T06:11:06.325Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-26T06:11:06.325Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:11:06.325Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:11:06.325Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-26T06:11:06.326Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-26T06:11:06.326Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-26T06:11:06.326Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:11:06.326Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:11:06.326Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-26T06:11:06.327Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-26T06:11:06.327Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-26T06:11:06.327Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:11:06.327Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:11:06.327Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:11:06.327Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-26T06:11:06.328Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-03-26T06:11:06.328Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-03-26T06:11:06.328Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-03-26T06:11:06.328Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-26T06:11:06.328Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-26T06:11:06.328Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:11:06.329Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-26T06:11:06.329Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:11:06.329Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-26T06:11:06.329Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-26T06:11:06.329Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:11:06.330Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-26T06:11:06.330Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-26T06:11:06.330Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:11:06.330Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-26T06:11:06.330Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-26T06:11:06.331Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:11:06.331Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-26T06:11:06.331Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-26T06:11:06.331Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-26T06:11:06.331Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b36834cc-de75-4288-9d09-ae36a7dd8f7e 2022-03-26T06:11:06.332Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:11:06.332Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:11:06.332Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:11:06.332Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:11:06.332Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:11:06.332Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:11:06.332Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:11:06.332Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:11:06.333Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:38d98673-0f36-480b-8d58-cce4c6b3df1c Model Version:NULL Model InvariantUuid:93918432-f389-44d8-ab10-ac8e9fda7cb0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:ff31f8ee-1391-4c2a-b4f3-a6da2eb999c5 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a29efa94-8576-4d2f-bfae-61a62e2ff92d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5ce573f0-33de-4294-a2fc-a62f22a0af9b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8cb366ab-8435-4214-8c7a-7eb239f4e50f ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:b9c6886e-f323-4d8a-9b22-fa4081cc867c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b36834cc-de75-4288-9d09-ae36a7dd8f7e ModelInvariantUuid:ceb15db4-1f1a-447a-a895-4ee65e8a6c61 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:223e0884-8133-4e6a-84b6-745e563dcd4c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:4e3f3798-477b-4d6d-ad9f-f4319092ae4d ModelInvariantUuid:1c0ac41a-7c76-460d-8bea-b0c13378a7fb ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:f27b469a-9694-4d1b-83e8-7f064e871aff 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-03-26T06:11:06.338Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: d50ce80a-87b8-4645-9b80-2c349720a56e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-26T06:11:06.340Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||basic_vm_macro 0 2022-03-26T06:11:06.340Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d50ce80a-87b8-4645-9b80-2c349720a56e 2022-03-26T06:11:06.340Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7bf50c12-0b4f-4fe7-8182-cb7351fbe57e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-26T06:11:06.341Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-26T06:11:06.341Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||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-03-26T06:11:06.534Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-26T06:11:06.534Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 7bf50c12-0b4f-4fe7-8182-cb7351fbe57e 792 2022-03-26T06:11:06.535Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||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-03-26T06:11:06.535Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||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-03-26T06:11:06.535Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-26T06:11:06.535Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:11:06.537Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:11:06.537Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275066535, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-26T06:11:06.637Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-26T06:11:06.638Z||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-03-26T06:11:06.639Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:11:06.652Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:11:06.653Z||pool-114-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:11:07.538Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "8cb366ab-8435-4214-8c7a-7eb239f4e50f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b9c6886e-f323-4d8a-9b22-fa4081cc867c", "vfModuleModelCustomizationUUID": "34478cd2-9e1e-438d-b8a6-87f0e585574d", "isBase": true, "artifacts": [ "366c832f-a379-4561-89bd-e2c673c852b6", "bb430f51-b147-4e6c-827a-34298beb2f51" ], "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-03-26T06:11:07.542Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b9c6886e-f323-4d8a-9b22-fa4081cc867c VfModuleModelInvariantUUID:8cb366ab-8435-4214-8c7a-7eb239f4e50f VfModuleModelDescription:NULL Artifacts UUID List:{ 366c832f-a379-4561-89bd-e2c673c852b6 , bb430f51-b147-4e6c-827a-34298beb2f51 } 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-03-26T06:11:07.543Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "8cb366ab-8435-4214-8c7a-7eb239f4e50f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b9c6886e-f323-4d8a-9b22-fa4081cc867c", "vfModuleModelCustomizationUUID": "34478cd2-9e1e-438d-b8a6-87f0e585574d", "isBase": true, "artifacts": [ "366c832f-a379-4561-89bd-e2c673c852b6", "bb430f51-b147-4e6c-827a-34298beb2f51" ], "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-03-26T06:11:07.543Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b9c6886e-f323-4d8a-9b22-fa4081cc867c VfModuleModelInvariantUUID:8cb366ab-8435-4214-8c7a-7eb239f4e50f VfModuleModelDescription:NULL Artifacts UUID List:{ 366c832f-a379-4561-89bd-e2c673c852b6 , bb430f51-b147-4e6c-827a-34298beb2f51 } 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-03-26T06:11:07.544Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 366c832f-a379-4561-89bd-e2c673c852b6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-26T06:11:07.544Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-26T06:11:07.544Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||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-03-26T06:11:07.827Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-26T06:11:07.828Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 366c832f-a379-4561-89bd-e2c673c852b6 5033 2022-03-26T06:11:07.828Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||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-03-26T06:11:07.828Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||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-03-26T06:11:07.828Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-26T06:11:07.829Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:11:07.830Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:11:07.831Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275067828, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-26T06:11:07.931Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:11:07.931Z||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-03-26T06:11:07.932Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:11:07.945Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:11:07.945Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:11:08.831Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bb430f51-b147-4e6c-827a-34298beb2f51 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-26T06:11:08.831Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-26T06:11:08.832Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||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-03-26T06:11:09.034Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-26T06:11:09.035Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env bb430f51-b147-4e6c-827a-34298beb2f51 903 2022-03-26T06:11:09.035Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||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-03-26T06:11:09.036Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||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-03-26T06:11:09.036Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-26T06:11:09.036Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:11:09.039Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:11:09.039Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275069035, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-26T06:11:09.139Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:11:09.140Z||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-03-26T06:11:09.140Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:11:09.153Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:11:09.154Z||pool-116-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:11:10.039Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 38d98673-0f36-480b-8d58-cce4c6b3df1c 2022-03-26T06:11:10.040Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 d50ce80a-87b8-4645-9b80-2c349720a56e 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-03-26T06:11:10.051Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e5a693e, org.onap.sdc.toscaparser.api.parameters.Input@1c9d3fcc, org.onap.sdc.toscaparser.api.parameters.Input@5b039174, org.onap.sdc.toscaparser.api.parameters.Input@62146525, org.onap.sdc.toscaparser.api.parameters.Input@feaf3c0] 2022-03-26T06:11:10.053Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:11:10.054Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:11:10.054Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-03-26T06:11:10.054Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 5ce573f0-33de-4294-a2fc-a62f22a0af9b 2022-03-26T06:11:10.054Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5ce573f0-33de-4294-a2fc-a62f22a0af9b matches Tosca VF Customization UUID: 5ce573f0-33de-4294-a2fc-a62f22a0af9b 2022-03-26T06:11:10.054Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 5ce573f0-33de-4294-a2fc-a62f22a0af9b 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-03-26T06:11:10.057Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:11:10.057Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:11:10.057Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 5ce573f0-33de-4294-a2fc-a62f22a0af9b: {\"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-03-26T06:11:10.058Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7ccf0f7a 2022-03-26T06:11:10.058Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:11:10.058Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-26T06:11:10.058Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 34478cd2-9e1e-438d-b8a6-87f0e585574d 2022-03-26T06:11:10.058Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 34478cd2-9e1e-438d-b8a6-87f0e585574d 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-03-26T06:11:10.060Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:11:10.060Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-26T06:11:10.061Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-26T06:11:10.061Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:11:10.061Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-26T06:11:10.061Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-26T06:11:10.061Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:11:10.062Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-26T06:11:10.062Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-26T06:11:10.062Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-26T06:11:10.062Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b36834cc-de75-4288-9d09-ae36a7dd8f7e 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-03-26T06:11:10.064Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:11:10.064Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-26T06:11:10.064Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-26T06:11:10.064Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:11:10.065Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-26T06:11:10.065Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=5ce573f0-33de-4294-a2fc-a62f22a0af9b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-26T06:11:10.066Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:11:10.067Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:11:10.067Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 38d98673-0f36-480b-8d58-cce4c6b3df1c: basic_vm_macro 2022-03-26T06:11:10.067Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:11:10.067Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:11:10.068Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:11:10.068Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:11:10.068Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:11:10.068Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:11:10.068Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:11:10.069Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:11:10.069Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:11:10.069Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:11:10.069Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||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=? 2022-03-26T06:11:10.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:11:10.140Z||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-03-26T06:11:10.140Z||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 8Knc9qyXqjrZ3p1p) ... Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-26T06:11:10.154Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro d50ce80a-87b8-4645-9b80-2c349720a56e 1 ASDC deployResourceStructure 2022-03-26T06:11:10.155Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||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-03-26T06:11:10.155Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||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-03-26T06:11:10.155Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-26T06:11:10.156Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:11:10.158Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:11:10.158Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275070155, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-26T06:11:10.162Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:11:10.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:11:10.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e07f1-b36d-44c8-b526-a14f709841c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274943574, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-26T06:11:10.164Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:11:10.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:11:10.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:11:10.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:11:10.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:11:10.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-26T06:11:10.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:11:10.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:11:10.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-26T06:11:10.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:11:10.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:11:10.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:11:10.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:11:10.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:11:10.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-26T06:11:10.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:11:10.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-26T06:11:10.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:11:10.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-26T06:11:10.258Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-26T06:11:10.259Z||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-03-26T06:11:10.259Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:11:10.270Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:11:10.270Z||pool-117-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:11:11.160Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||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-03-26T06:11:11.160Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||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-03-26T06:11:11.160Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-26T06:11:11.160Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:11:11.162Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:11:11.162Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275071159, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-26T06:11:11.263Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:11:11.264Z||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-03-26T06:11:11.264Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:11:11.277Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:11:11.278Z||pool-118-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:11:12.164Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||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-03-26T06:11:12.164Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||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-03-26T06:11:12.164Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-26T06:11:12.164Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:11:12.166Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:11:12.166Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275072163, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-26T06:11:12.266Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:11:12.267Z||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-03-26T06:11:12.267Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:11:12.279Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:11:12.279Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:11:13.167Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-03-26T06:11:13.168Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-26T06:11:13.168Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-26T06:11:13.168Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:11:13.170Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:11:13.170Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275073167, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T06:11:13.270Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:11:13.271Z||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-03-26T06:11:13.271Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:11:13.283Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:11:13.283Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-26T06:11:14.171Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dfe91df4-2e50-491a-a224-4ed3b1901e01 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T06:11:14.181Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dfe91df4-2e50-491a-a224-4ed3b1901e01 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T06:11:14.183Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-26T06:11:14.183Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-26T06:11:14.183Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-26T06:11:14.184Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-26T06:11:14.184Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T06:11:14.184Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T06:11:14.184Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T06:11:14.184Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T06:11:14.184Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T06:11:14.184Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T06:11:14.184Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-26T06:11:14.188Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-26T06:11:44.189Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dfe91df4-2e50-491a-a224-4ed3b1901e01 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-03-26T06:11:44.197Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dfe91df4-2e50-491a-a224-4ed3b1901e01 and serviceModelVersionId: 38d98673-0f36-480b-8d58-cce4c6b3df1c 2022-03-26T06:11:44.197Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 93918432-f389-44d8-ab10-ac8e9fda7cb0 2022-03-26T06:11:44.198Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/93918432-f389-44d8-ab10-ac8e9fda7cb0/model-vers/model-ver/38d98673-0f36-480b-8d58-cce4c6b3df1c?depth=0 2022-03-26T06:11:44.202Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-03-26T06:11:44.260Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93918432-f389-44d8-ab10-ac8e9fda7cb0/model-vers/model-ver/38d98673-0f36-480b-8d58-cce4c6b3df1c?depth=0|INFO|500||Invoke 2022-03-26T06:11:44.261Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93918432-f389-44d8-ab10-ac8e9fda7cb0/model-vers/model-ver/38d98673-0f36-480b-8d58-cce4c6b3df1c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93918432-f389-44d8-ab10-ac8e9fda7cb0/model-vers/model-ver/38d98673-0f36-480b-8d58-cce4c6b3df1c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dfe91df4-2e50-491a-a224-4ed3b1901e01], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ae255465-b331-4348-bdea-0e1a1fe007d9], X-ECOMP-RequestID=[dfe91df4-2e50-491a-a224-4ed3b1901e01], X-TransactionId=[], X-ONAP-RequestID=[dfe91df4-2e50-491a-a224-4ed3b1901e01], Content-Type=[application/merge-patch+json]} 2022-03-26T06:11:44.280Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93918432-f389-44d8-ab10-ac8e9fda7cb0/model-vers/model-ver/38d98673-0f36-480b-8d58-cce4c6b3df1c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-26T06:11:44.800Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93918432-f389-44d8-ab10-ac8e9fda7cb0/model-vers/model-ver/38d98673-0f36-480b-8d58-cce4c6b3df1c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93918432-f389-44d8-ab10-ac8e9fda7cb0/model-vers/model-ver/38d98673-0f36-480b-8d58-cce4c6b3df1c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220326-06:11:45:656-69849], vertex-id=[258136], Content-Length=[0], Date=[Sat, 26 Mar 2022 06:11:45 GMT], Content-Type=[application/json]} 2022-03-26T06:11:44.800Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93918432-f389-44d8-ab10-ac8e9fda7cb0/model-vers/model-ver/38d98673-0f36-480b-8d58-cce4c6b3df1c?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-26T06:11:44.801Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93918432-f389-44d8-ab10-ac8e9fda7cb0/model-vers/model-ver/38d98673-0f36-480b-8d58-cce4c6b3df1c?depth=0|INFO|500||InvokeReturn 2022-03-26T06:11:44.802Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-26T06:11:44.802Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-26T06:11:44.806Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-26T06:11:44.807Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dfe91df4-2e50-491a-a224-4ed3b1901e01 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-26T06:11:44.807Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-26T06:11:44.807Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:11:44.809Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:11:44.809Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275104807, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-26T06:11:44.909Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:11:44.910Z||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-03-26T06:11:44.910Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:11:44.927Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:11:44.928Z||pool-121-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-26T06:11:45.821Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:11:45.822Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|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-03-26T06:11:45.822Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:11:46.450Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:11:46.451Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-26T06:11:46.451Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"1192aa60-8acc-488f-b121-4e458e8aec80","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"dafc63d0-4509-4673-8a79-c108f02b015c","serviceDescription":"service","serviceInvariantUUID":"857e3e2b-f32d-44e8-a934-9c1ac019a6f0","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"00efa2c3-a068-49ad-8ad8-301a047f48e5","resourceInvariantUUID":"87e6e82d-1cbb-4645-b1ca-9bceada2038f","resourceCustomizationUUID":"209552eb-f98c-484c-a4e1-9bc38da8a3a7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"NGQwYmQwMDc2NmY1OWYzN2RhNjgwNGRiMTFlYWM3MGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0da26398-9ea9-47c2-b92f-0f049bf472be","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3f91deff-2f28-4bea-af2f-ec62fa7bec0a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"83e48733-ff19-4e55-a1c0-ca3720b4d0cf","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"YmExNGFlN2RhNGM5MzI2YzU1MjAyYTcxNDg1MjUzYmI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"196b1736-2787-4395-88f9-cfd53a307fe5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f0e0cd63-ce6a-4656-953f-9b88da4355d3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0fbd1db-e0ad-4e6d-a872-92eaba0c850a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9d19014b-aa41-4bfd-8932-4011bf1b83b1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"NzQ2OTA3NDk0MTdkMzk5MTkxYTFhNWRjMjQ5OTA0YjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c1ccccf7-1989-4cec-b922-7f1244de08e9","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Y2JmMGUwZGJlYzM2MzkxZTEyZjFiNzBjNDUwZDM0ZDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1ee13990-46be-4c95-aaf9-8e6c450dda59","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-26T06:11:46.452Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T06:11:46.453Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:11:46.455Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:11:46.455Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275105821, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:11:46.555Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:11:46.556Z||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-03-26T06:11:46.556Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:11:46.567Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:11:46.567Z||pool-122-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:11:47.456Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T06:11:47.457Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:11:47.458Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:11:47.459Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275105821, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-26T06:11:47.559Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:11:47.560Z||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-03-26T06:11:47.560Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:11:47.572Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:11:47.572Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-26T06:11:48.460Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T06:11:48.461Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:11:48.463Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:11:48.464Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275105821, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-26T06:11:48.564Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:11:48.565Z||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-03-26T06:11:48.565Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:11:48.577Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:11:48.578Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:11:49.464Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T06:11:49.465Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:11:49.467Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:11:49.467Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275105821, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-26T06:11:49.567Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:11:49.568Z||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-03-26T06:11:49.568Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:11:49.582Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:11:49.582Z||pool-125-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-26T06:11:50.467Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T06:11:50.468Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:11:50.470Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:11:50.471Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275105821, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:11:50.571Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:11:50.571Z||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-03-26T06:11:50.572Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:11:50.582Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:11:50.582Z||pool-126-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:11:51.471Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T06:11:51.472Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:11:51.474Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:11:51.475Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275105821, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:11:51.575Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:11:51.575Z||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-03-26T06:11:51.576Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:11:51.587Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:11:51.588Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:11:52.475Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T06:11:52.476Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:11:52.478Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:11:52.478Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275105821, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:11:52.578Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:11:52.579Z||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-03-26T06:11:52.579Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:11:52.591Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:11:52.592Z||pool-128-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:11:53.479Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T06:11:53.480Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:11:53.482Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:11:53.482Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275105821, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:11:53.582Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:11:53.583Z||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-03-26T06:11:53.583Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:11:53.596Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:11:53.597Z||pool-129-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:11:54.483Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-26T06:11:54.483Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:11:54.485Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:11:54.485Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275105821, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:11:54.585Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:11:54.586Z||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-03-26T06:11:54.586Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:11:54.597Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:11:54.598Z||pool-130-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:11:55.486Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "dafc63d0-4509-4673-8a79-c108f02b015c", "serviceDescription": "service", "serviceInvariantUUID": "857e3e2b-f32d-44e8-a934-9c1ac019a6f0", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "209552eb-f98c-484c-a4e1-9bc38da8a3a7", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "00efa2c3-a068-49ad-8ad8-301a047f48e5", "resourceInvariantUUID": "87e6e82d-1cbb-4645-b1ca-9bceada2038f", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-TestPnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "artifactChecksum": "Y2JmMGUwZGJlYzM2MzkxZTEyZjFiNzBjNDUwZDM0ZDM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1ee13990-46be-4c95-aaf9-8e6c450dda59" } ], "workloadContext": "Production" } 2022-03-26T06:11:55.487Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-26T06:11:55.487Z|dfe91df4-2e50-491a-a224-4ed3b1901e01|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dafc63d0-4509-4673-8a79-c108f02b015c ASDC 2022-03-26T06:11:55.487Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:1192aa60-8acc-488f-b121-4e458e8aec80 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:dafc63d0-4509-4673-8a79-c108f02b015c ServiceInvariantUUID:857e3e2b-f32d-44e8-a934-9c1ac019a6f0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-TestPnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ArtifactUUID:1ee13990-46be-4c95-aaf9-8e6c450dda59 ArtifactChecksum:Y2JmMGUwZGJlYzM2MzkxZTEyZjFiNzBjNDUwZDM0ZDM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:209552eb-f98c-484c-a4e1-9bc38da8a3a7 ResourceInvariantUUID:87e6e82d-1cbb-4645-b1ca-9bceada2038f ResourceName:test-pnf ResourceType:PNF ResourceUUID:00efa2c3-a068-49ad-8ad8-301a047f48e5 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-26T06:11:55.487Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dafc63d0-4509-4673-8a79-c108f02b015c 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-03-26T06:11:55.507Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-26T06:11:55.508Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-26T06:11:55.508Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-26T06:11:55.508Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1ee13990-46be-4c95-aaf9-8e6c450dda59 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-26T06:11:55.508Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-26T06:11:55.508Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-26T06:11:56.051Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-26T06:11:56.056Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 1ee13990-46be-4c95-aaf9-8e6c450dda59 105653 2022-03-26T06:11:56.056Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-03-26T06:11:56.056Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-26T06:11:56.056Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-26T06:11:56.056Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:11:56.058Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:11:56.058Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275116056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T06:11:56.159Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:11:56.159Z||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-03-26T06:11:56.159Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:11:56.172Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:11:56.173Z||pool-131-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:11:57.059Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-26T06:11:57.060Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-26T06:11:57.060Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 1ee13990-46be-4c95-aaf9-8e6c450dda59, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-26T06:11:57.061Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-03-26T06:11:57.061Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-26T06:11:57.062Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-26T06:11:57.194Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8076543086834200855/Definitions/service-TestPnfMacro-template.yml 2022-03-26T06:11:57.883Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-26T06:11:57.883Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-26T06:11:57.883Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-26T06:11:57.883Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-26T06:11:57.884Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-26T06:11:57.884Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-26T06:11:57.884Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-26T06:11:57.884Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-26T06:11:57.884Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-26T06:11:57.884Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-26T06:11:57.884Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-26T06:11:57.884Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-26T06:11:57.885Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:11:57.885Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:11:57.885Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-26T06:11:57.885Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-26T06:11:57.885Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-26T06:11:57.885Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:11:57.885Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:11:57.886Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-26T06:11:57.886Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-26T06:11:57.886Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-26T06:11:57.886Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:11:57.886Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:11:57.886Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:11:57.886Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:11:57.887Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:11:57.887Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:11:57.887Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:11:57.887Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:11:57.887Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:11:57.887Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:11:57.887Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:dafc63d0-4509-4673-8a79-c108f02b015c Model Version:NULL Model InvariantUuid:857e3e2b-f32d-44e8-a934-9c1ac019a6f0 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-03-26T06:11:58.780Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 00efa2c3-a068-49ad-8ad8-301a047f48e5 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-26T06:11:58.786Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||test-pnf 0 2022-03-26T06:11:58.786Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 00efa2c3-a068-49ad-8ad8-301a047f48e5 2022-03-26T06:11:58.786Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||No resources found for Service: dafc63d0-4509-4673-8a79-c108f02b015c 2022-03-26T06:11:58.786Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: dafc63d0-4509-4673-8a79-c108f02b015c 2022-03-26T06:11:58.787Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 00efa2c3-a068-49ad-8ad8-301a047f48e5 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-03-26T06:11:58.792Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@79270fe4, org.onap.sdc.toscaparser.api.parameters.Input@18c45, org.onap.sdc.toscaparser.api.parameters.Input@29d84765, org.onap.sdc.toscaparser.api.parameters.Input@6a73b245, org.onap.sdc.toscaparser.api.parameters.Input@2b6ad8c0] 2022-03-26T06:11:58.792Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:11:58.792Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:11:58.792Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid dafc63d0-4509-4673-8a79-c108f02b015c: test-pnf 2022-03-26T06:11:58.793Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||Processing PNF resource: 00efa2c3-a068-49ad-8ad8-301a047f48e5 2022-03-26T06:11:58.793Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-26T06:11:58.793Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-26T06:11:58.793Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||Resource customization UUID: 209552eb-f98c-484c-a4e1-9bc38da8a3a7 is the same as notified resource customizationUUID: 209552eb-f98c-484c-a4e1-9bc38da8a3a7 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-03-26T06:11:58.823Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 00efa2c3-a068-49ad-8ad8-301a047f48e5 0 ASDC deployResourceStructure 2022-03-26T06:11:58.824Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-03-26T06:11:58.824Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-26T06:11:58.824Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-26T06:11:58.824Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:11:58.826Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:11:58.826Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275118824, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T06:11:58.926Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-26T06:11:58.927Z||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-03-26T06:11:58.927Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:11:58.940Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:11:58.941Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-26T06:11:59.827Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1192aa60-8acc-488f-b121-4e458e8aec80 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T06:11:59.838Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1192aa60-8acc-488f-b121-4e458e8aec80 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T06:11:59.839Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-26T06:11:59.840Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-26T06:11:59.840Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-26T06:12:10.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:12:10.140Z||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-03-26T06:12:10.141Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:12:10.165Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:12:10.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:12:10.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:12:10.167Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:12:10.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:12:10.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274953115, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T06:12:10.167Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:12:10.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:12:10.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274955922, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-26T06:12:10.167Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:12:10.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:12:10.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274957199, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-26T06:12:10.168Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:12:10.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:12:10.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274958700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-26T06:12:10.168Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:12:10.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:12:10.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274959810, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-26T06:12:10.168Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:12:10.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:12:10.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274960815, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-26T06:12:10.168Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:12:10.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:12:10.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274961819, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-26T06:12:10.169Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:12:10.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:12:10.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274962822, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T06:12:10.169Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:12:10.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:12:10.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "957b1f5c-523e-4e05-a52a-7db09318105a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274994185, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-26T06:12:10.169Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:12:10.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:12:10.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:12:10.170Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:12:10.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:12:10.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-26T06:12:10.170Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:12:10.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:12:10.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-26T06:12:10.170Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:12:10.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:12:10.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-26T06:12:10.170Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:12:10.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:12:10.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-26T06:12:10.170Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:12:10.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:12:10.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:12:10.171Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:12:10.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:12:10.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-26T06:12:10.171Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:12:10.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:12:10.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:12:10.171Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:12:10.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:12:10.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648274807932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:12:10.171Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:12:10.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:12:10.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275004394, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T06:12:10.171Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:12:10.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:12:10.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275007127, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-26T06:12:10.172Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:12:10.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:12:10.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275008433, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-26T06:12:10.172Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:12:10.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:12:10.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275009732, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-26T06:12:10.172Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:12:29.840Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1192aa60-8acc-488f-b121-4e458e8aec80 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T06:12:29.850Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1192aa60-8acc-488f-b121-4e458e8aec80 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T06:12:29.852Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-26T06:12:29.852Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-26T06:12:29.852Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-26T06:12:59.853Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1192aa60-8acc-488f-b121-4e458e8aec80 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T06:12:59.862Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1192aa60-8acc-488f-b121-4e458e8aec80 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T06:12:59.863Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-26T06:12:59.863Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-26T06:12:59.863Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-26T06:13:10.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:13:10.140Z||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-03-26T06:13:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:13:10.177Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:13:10.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:13:10.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275011123, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-26T06:13:10.179Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:13:10.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:13:10.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275012699, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-26T06:13:10.179Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:13:10.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:13:10.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275013800, "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-03-26T06:13:10.179Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:13:10.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:13:10.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275014803, "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-03-26T06:13:10.179Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:13:10.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:13:10.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275015807, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-26T06:13:10.179Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:13:10.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:13:10.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275016811, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-26T06:13:10.180Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:13:10.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:13:10.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275017815, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-26T06:13:10.180Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:13:10.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:13:10.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275018819, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T06:13:10.180Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:13:10.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:13:10.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8a174eb-2bb2-48f3-b02d-0d60e7dfa2ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275050313, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-26T06:13:10.181Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:13:10.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:13:10.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275051326, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:13:10.181Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:13:10.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:13:10.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275051326, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-26T06:13:10.181Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:13:10.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:13:10.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275051326, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-26T06:13:10.181Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:13:10.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:13:10.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275051326, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:13:10.182Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:13:10.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:13:10.182Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275051326, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-26T06:13:10.182Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:13:10.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:13:10.182Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275051326, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-26T06:13:10.182Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:13:10.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:13:10.182Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275051326, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:13:10.182Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:13:10.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:13:10.182Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275051326, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:13:10.182Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:13:10.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:13:10.183Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275064059, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T06:13:10.183Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:13:10.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:13:10.183Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275066535, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-26T06:13:10.183Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:13:10.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:13:10.183Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275067828, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-26T06:13:10.183Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:13:10.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:13:10.184Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275069035, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-26T06:13:10.184Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:13:29.863Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1192aa60-8acc-488f-b121-4e458e8aec80 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T06:13:29.873Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1192aa60-8acc-488f-b121-4e458e8aec80 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T06:13:29.874Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-26T06:13:29.875Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-26T06:13:29.875Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-26T06:13:59.875Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1192aa60-8acc-488f-b121-4e458e8aec80 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T06:13:59.885Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1192aa60-8acc-488f-b121-4e458e8aec80 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T06:13:59.887Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-26T06:13:59.887Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-26T06:13:59.887Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-26T06:14:10.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:14:10.141Z||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-03-26T06:14:10.142Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:14:10.686Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:14:10.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275070155, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-26T06:14:10.690Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:14:10.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275071159, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-26T06:14:10.690Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:14:10.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275072163, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-26T06:14:10.691Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:14:10.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275073167, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T06:14:10.692Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:14:10.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "multicloud-k8s-id", "timestamp": 1648275074058, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "aai-ml", "timestamp": 1648275068515, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "policy-id", "timestamp": 1648275065320, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648275070422, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "multicloud-k8s-id", "timestamp": 1648275074058, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "aai-ml", "timestamp": 1648275068515, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648275070422, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "policy-id", "timestamp": 1648275065320, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.698Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "multicloud-k8s-id", "timestamp": 1648275074058, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.698Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "aai-ml", "timestamp": 1648275068515, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648275070422, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.700Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "policy-id", "timestamp": 1648275065320, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.700Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "cds", "timestamp": 1648275076536, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.701Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "multicloud-k8s-id", "timestamp": 1648275074058, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.701Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648275070422, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.702Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "aai-ml", "timestamp": 1648275068515, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.703Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "policy-id", "timestamp": 1648275065320, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.703Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "cds", "timestamp": 1648275076536, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.704Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "multicloud-k8s-id", "timestamp": 1648275074058, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.705Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "aai-ml", "timestamp": 1648275068515, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.705Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648275070422, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.706Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "policy-id", "timestamp": 1648275065320, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.707Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "cds", "timestamp": 1648275076536, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.707Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "multicloud-k8s-id", "timestamp": 1648275074058, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "aai-ml", "timestamp": 1648275068515, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648275070422, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "policy-id", "timestamp": 1648275065320, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "cds", "timestamp": 1648275076536, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "multicloud-k8s-id", "timestamp": 1648275074058, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "aai-ml", "timestamp": 1648275068515, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "policy-id", "timestamp": 1648275065320, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.713Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648275070422, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.714Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "cds", "timestamp": 1648275076536, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.714Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "ves-openapi-manager", "timestamp": 1648275080705, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.715Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "multicloud-k8s-id", "timestamp": 1648275074058, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.715Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "aai-ml", "timestamp": 1648275068515, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.716Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648275070422, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.716Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "policy-id", "timestamp": 1648275065320, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.717Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "cds", "timestamp": 1648275076536, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.718Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "ves-openapi-manager", "timestamp": 1648275080705, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.719Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.719Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "multicloud-k8s-id", "timestamp": 1648275074058, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:14:10.719Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.719Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "policy-id", "timestamp": 1648275065320, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:14:10.720Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "aai-ml", "timestamp": 1648275068515, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:14:10.720Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648275070422, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:14:10.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "cds", "timestamp": 1648275076536, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "ves-openapi-manager", "timestamp": 1648275080705, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648275085342, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T06:14:10.722Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:14:10.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "aai-ml", "timestamp": 1648275084835, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T06:14:10.723Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:14:10.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "policy-id", "timestamp": 1648275084031, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T06:14:10.723Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:14:10.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "cds", "timestamp": 1648275076536, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "ves-openapi-manager", "timestamp": 1648275080705, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.724Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "policy-id", "timestamp": 1648275085037, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T06:14:10.724Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:14:10.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "cds", "timestamp": 1648275076536, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:14:10.725Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "ves-openapi-manager", "timestamp": 1648275080705, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.725Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "policy-id", "timestamp": 1648275086048, "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-03-26T06:14:10.734Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1192aa60-8acc-488f-b121-4e458e8aec80 2022-03-26T06:14:10.734Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1192aa60-8acc-488f-b121-4e458e8aec80 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-03-26T06:14:10.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648275087642, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T06:14:10.744Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:14:10.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "ves-openapi-manager", "timestamp": 1648275080705, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "cds", "timestamp": 1648275086447, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T06:14:10.745Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:14:10.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648275088646, "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-03-26T06:14:10.750Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1192aa60-8acc-488f-b121-4e458e8aec80 2022-03-26T06:14:10.750Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1192aa60-8acc-488f-b121-4e458e8aec80 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-03-26T06:14:10.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "ves-openapi-manager", "timestamp": 1648275080705, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-26T06:14:10.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "cds", "timestamp": 1648275087978, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-26T06:14:10.765Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1192aa60-8acc-488f-b121-4e458e8aec80 2022-03-26T06:14:10.766Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1192aa60-8acc-488f-b121-4e458e8aec80 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-03-26T06:14:10.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.774Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "ves-openapi-manager", "timestamp": 1648275080705, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.775Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.775Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "ves-openapi-manager", "timestamp": 1648275080705, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.775Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.775Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "aai-ml", "timestamp": 1648275090461, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T06:14:10.776Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:14:10.776Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.776Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "clamp", "timestamp": 1648275088629, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.776Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.776Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.776Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "ves-openapi-manager", "timestamp": 1648275090470, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-26T06:14:10.777Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:14:10.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.777Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "aai-ml", "timestamp": 1648275091464, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-26T06:14:10.784Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1192aa60-8acc-488f-b121-4e458e8aec80 2022-03-26T06:14:10.784Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1192aa60-8acc-488f-b121-4e458e8aec80 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-03-26T06:14:10.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "clamp", "timestamp": 1648275088629, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.793Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "ves-openapi-manager", "timestamp": 1648275091512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-26T06:14:10.794Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:14:10.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "clamp", "timestamp": 1648275088629, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.794Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "ves-openapi-manager", "timestamp": 1648275092515, "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-03-26T06:14:10.798Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 1192aa60-8acc-488f-b121-4e458e8aec80 2022-03-26T06:14:10.799Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1192aa60-8acc-488f-b121-4e458e8aec80 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-03-26T06:14:10.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "clamp", "timestamp": 1648275088629, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "clamp", "timestamp": 1648275088629, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "clamp", "timestamp": 1648275088629, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.811Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "clamp", "timestamp": 1648275088629, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.811Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "clamp", "timestamp": 1648275088629, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.811Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "clamp", "timestamp": 1648275088629, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:14:10.812Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "clamp", "timestamp": 1648275102695, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T06:14:10.812Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:14:10.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dfe91df4-2e50-491a-a224-4ed3b1901e01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275104807, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-26T06:14:10.812Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:14:10.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "clamp", "timestamp": 1648275105698, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T06:14:10.813Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:14:10.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275105821, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.813Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "clamp", "timestamp": 1648275106702, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-26T06:14:10.819Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1192aa60-8acc-488f-b121-4e458e8aec80 2022-03-26T06:14:10.819Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1192aa60-8acc-488f-b121-4e458e8aec80 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-26T06:14:10.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275105821, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.830Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.830Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275105821, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.830Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.830Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275105821, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.830Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275105821, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.831Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275105821, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.831Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275105821, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275105821, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-26T06:14:10.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275105821, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-26T06:14:10.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-26T06:14:10.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275116056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-26T06:14:10.833Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:14:10.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:14:10.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275118824, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-26T06:14:10.833Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:14:29.887Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1192aa60-8acc-488f-b121-4e458e8aec80 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T06:14:29.903Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1192aa60-8acc-488f-b121-4e458e8aec80 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-26T06:14:29.906Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-26T06:14:29.906Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-26T06:14:29.906Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-26T06:14:29.906Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-26T06:14:29.906Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T06:14:29.906Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T06:14:29.907Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T06:14:29.907Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T06:14:29.907Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T06:14:29.907Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T06:14:29.907Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-26T06:14:29.907Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-26T06:14:29.912Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-26T06:14:59.912Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1192aa60-8acc-488f-b121-4e458e8aec80 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-03-26T06:14:59.920Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1192aa60-8acc-488f-b121-4e458e8aec80 and serviceModelVersionId: dafc63d0-4509-4673-8a79-c108f02b015c 2022-03-26T06:14:59.920Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 857e3e2b-f32d-44e8-a934-9c1ac019a6f0 2022-03-26T06:14:59.922Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/857e3e2b-f32d-44e8-a934-9c1ac019a6f0/model-vers/model-ver/dafc63d0-4509-4673-8a79-c108f02b015c?depth=0 2022-03-26T06:14:59.930Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-03-26T06:14:59.977Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/857e3e2b-f32d-44e8-a934-9c1ac019a6f0/model-vers/model-ver/dafc63d0-4509-4673-8a79-c108f02b015c?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-03-26T06:14:59.980Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/857e3e2b-f32d-44e8-a934-9c1ac019a6f0/model-vers/model-ver/dafc63d0-4509-4673-8a79-c108f02b015c?depth=0|INFO|500||Invoke 2022-03-26T06:15:00.005Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/857e3e2b-f32d-44e8-a934-9c1ac019a6f0/model-vers/model-ver/dafc63d0-4509-4673-8a79-c108f02b015c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-26T06:15:00.111Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/857e3e2b-f32d-44e8-a934-9c1ac019a6f0/model-vers/model-ver/dafc63d0-4509-4673-8a79-c108f02b015c?depth=0|INFO|500||InvokeReturn 2022-03-26T06:15:00.114Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/857e3e2b-f32d-44e8-a934-9c1ac019a6f0/model-vers/model-ver/dafc63d0-4509-4673-8a79-c108f02b015c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220326-06:15:01:396-5785], vertex-id=[245920], Content-Length=[0], Date=[Sat, 26 Mar 2022 06:15:01 GMT], Content-Type=[application/json]} 2022-03-26T06:15:00.115Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-03-26T06:15:00.116Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-26T06:15:00.116Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-26T06:15:00.120Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-26T06:15:00.121Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1192aa60-8acc-488f-b121-4e458e8aec80 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-26T06:15:00.122Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-26T06:15:00.123Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-26T06:15:00.125Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-26T06:15:00.125Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275300121, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-26T06:15:00.225Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-26T06:15:00.227Z||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-03-26T06:15:00.227Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:15:00.241Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:15:00.242Z||pool-133-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-26T06:15:01.136Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:15:01.137Z|1192aa60-8acc-488f-b121-4e458e8aec80|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-03-26T06:15:01.137Z|1192aa60-8acc-488f-b121-4e458e8aec80|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:15:10.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:15:10.140Z||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-03-26T06:15:10.141Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:15:10.766Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:15:10.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-26T06:15:10.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1192aa60-8acc-488f-b121-4e458e8aec80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648275300121, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-26T06:15:10.767Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-26T06:15:11.366Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:15:11.367Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:15:11.368Z|1192aa60-8acc-488f-b121-4e458e8aec80|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-03-26T06:15:11.368Z|1192aa60-8acc-488f-b121-4e458e8aec80|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:15:20.918Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:15:20.919Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:15:20.920Z|1192aa60-8acc-488f-b121-4e458e8aec80|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-03-26T06:15:20.920Z|1192aa60-8acc-488f-b121-4e458e8aec80|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:15:30.478Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:15:30.479Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:15:30.479Z|1192aa60-8acc-488f-b121-4e458e8aec80|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-03-26T06:15:30.479Z|1192aa60-8acc-488f-b121-4e458e8aec80|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:15:40.017Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:15:40.018Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:15:40.019Z||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-03-26T06:15:40.019Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:15:49.566Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:15:49.567Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:15:49.568Z||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-03-26T06:15:49.569Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:15:59.112Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:15:59.113Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:15:59.114Z||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-03-26T06:15:59.114Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:16:08.672Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:16:08.673Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:16:08.674Z||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-03-26T06:16:08.674Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:16:10.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:16:10.140Z||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-03-26T06:16:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:16:18.212Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:16:18.212Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:16:18.213Z||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-03-26T06:16:18.213Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:16:19.683Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:16:27.765Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:17:10.137Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:17:10.138Z||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-03-26T06:17:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:17:10.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:17:10.140Z||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-03-26T06:17:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:17:19.687Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:17:19.689Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:18:10.137Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:18:10.138Z||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-03-26T06:18:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:18:10.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:18:10.140Z||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-03-26T06:18:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:18:19.683Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:18:19.683Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:19:10.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:19:10.138Z||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-03-26T06:19:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:19:10.140Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:19:10.140Z||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-03-26T06:19:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:19:19.685Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:19:19.686Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:20:10.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:20:10.138Z||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-03-26T06:20:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:20:10.140Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:20:10.140Z||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-03-26T06:20:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:20:19.699Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:20:19.702Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:21:10.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:21:10.138Z||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-03-26T06:21:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:21:10.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:21:10.140Z||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-03-26T06:21:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:21:19.691Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:21:19.696Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:22:10.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:22:10.138Z||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-03-26T06:22:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:22:10.140Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:22:10.140Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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-03-26T06:22:10.140Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:22:19.684Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:22:19.685Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:23:10.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:23:10.138Z||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-03-26T06:23:10.139Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:23:10.140Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:23:10.140Z|1192aa60-8acc-488f-b121-4e458e8aec80|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-03-26T06:23:10.140Z|1192aa60-8acc-488f-b121-4e458e8aec80|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:23:19.693Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:23:19.698Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:24:10.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:24:10.138Z||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-03-26T06:24:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:24:10.140Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:24:10.140Z||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-03-26T06:24:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:24:19.692Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:24:19.692Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:25:10.137Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:25:10.138Z|750215cc-f212-4992-88dd-5a689867a99b|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-03-26T06:25:10.138Z|750215cc-f212-4992-88dd-5a689867a99b|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:25:10.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:25:10.140Z||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-03-26T06:25:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:25:19.687Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:25:19.688Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:26:10.137Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:26:10.138Z||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-03-26T06:26:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:26:10.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:26:10.140Z||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-03-26T06:26:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:26:19.684Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:26:19.727Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:27:10.137Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:27:10.138Z||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-03-26T06:27:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:27:10.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:27:10.140Z||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-03-26T06:27:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:27:19.690Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:27:19.705Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:28:10.137Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:28:10.138Z||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-03-26T06:28:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:28:10.139Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:28:10.140Z||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-03-26T06:28:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:28:19.687Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:28:19.695Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:29:10.137Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:29:10.138Z||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-03-26T06:29:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:29:10.140Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:29:10.140Z||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-03-26T06:29:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:29:19.686Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:29:19.689Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:30:10.137Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:30:10.138Z||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-03-26T06:30:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:30:10.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:30:10.140Z||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-03-26T06:30:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:30:19.683Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:30:19.687Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:31:10.137Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:31:10.138Z||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-03-26T06:31:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:31:10.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:31:10.140Z||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-03-26T06:31:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:31:19.683Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:31:19.684Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:32:10.137Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:32:10.138Z||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-03-26T06:32:10.139Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:32:10.140Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:32:10.140Z||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-03-26T06:32:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:32:19.702Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:32:19.703Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:33:10.137Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:33:10.138Z||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-03-26T06:33:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:33:10.140Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:33:10.140Z|750215cc-f212-4992-88dd-5a689867a99b|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-03-26T06:33:10.140Z|750215cc-f212-4992-88dd-5a689867a99b|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:33:19.683Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:33:19.683Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:34:10.137Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:34:10.138Z||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-03-26T06:34:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:34:10.140Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:34:10.140Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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-03-26T06:34:10.140Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:34:19.688Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:34:19.696Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:35:10.137Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:35:10.138Z||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-03-26T06:35:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:35:10.139Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:35:10.140Z|1192aa60-8acc-488f-b121-4e458e8aec80|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-03-26T06:35:10.140Z|1192aa60-8acc-488f-b121-4e458e8aec80|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:35:19.684Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:35:19.687Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:36:10.137Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:36:10.138Z||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-03-26T06:36:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:36:10.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:36:10.140Z||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-03-26T06:36:10.141Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:36:19.680Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:36:19.689Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:37:10.137Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:37:10.138Z||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-03-26T06:37:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:37:10.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:37:10.140Z||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-03-26T06:37:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:37:19.755Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:37:19.756Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:38:10.137Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:38:10.138Z||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-03-26T06:38:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:38:10.139Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:38:10.140Z|750215cc-f212-4992-88dd-5a689867a99b|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-03-26T06:38:10.140Z|750215cc-f212-4992-88dd-5a689867a99b|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:38:19.678Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:38:19.681Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:39:10.137Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:39:10.138Z||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-03-26T06:39:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:39:10.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:39:10.140Z||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-03-26T06:39:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:39:19.683Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:39:19.685Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:40:10.137Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:40:10.138Z|1192aa60-8acc-488f-b121-4e458e8aec80|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-03-26T06:40:10.138Z|1192aa60-8acc-488f-b121-4e458e8aec80|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:40:10.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:40:10.140Z||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-03-26T06:40:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:40:19.684Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:40:19.686Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:41:10.137Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:41:10.138Z|1192aa60-8acc-488f-b121-4e458e8aec80|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-03-26T06:41:10.138Z|1192aa60-8acc-488f-b121-4e458e8aec80|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:41:10.140Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:41:10.140Z||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-03-26T06:41:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:41:19.684Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:41:19.684Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:42:10.137Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:42:10.138Z|1192aa60-8acc-488f-b121-4e458e8aec80|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-03-26T06:42:10.138Z|1192aa60-8acc-488f-b121-4e458e8aec80|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:42:10.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:42:10.140Z||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-03-26T06:42:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:42:19.686Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:42:19.690Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:43:10.137Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:43:10.138Z|1192aa60-8acc-488f-b121-4e458e8aec80|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-03-26T06:43:10.138Z|1192aa60-8acc-488f-b121-4e458e8aec80|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:43:10.139Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:43:10.140Z|750215cc-f212-4992-88dd-5a689867a99b|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-03-26T06:43:10.140Z|750215cc-f212-4992-88dd-5a689867a99b|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:43:19.686Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:43:19.686Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:44:10.137Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:44:10.138Z|1192aa60-8acc-488f-b121-4e458e8aec80|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-03-26T06:44:10.138Z|1192aa60-8acc-488f-b121-4e458e8aec80|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:44:10.139Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:44:10.140Z||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-03-26T06:44:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:44:19.681Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:44:19.682Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:45:10.139Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:45:10.139Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:45:10.140Z|1192aa60-8acc-488f-b121-4e458e8aec80|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-03-26T06:45:10.140Z||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-03-26T06:45:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:45:10.140Z|1192aa60-8acc-488f-b121-4e458e8aec80|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:45:19.684Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:45:19.688Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:46:10.137Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:46:10.138Z|1192aa60-8acc-488f-b121-4e458e8aec80|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-03-26T06:46:10.138Z|1192aa60-8acc-488f-b121-4e458e8aec80|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:46:10.140Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:46:10.141Z||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-03-26T06:46:10.141Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:46:19.688Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:46:19.693Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:47:10.137Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:47:10.138Z|1192aa60-8acc-488f-b121-4e458e8aec80|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-03-26T06:47:10.138Z|1192aa60-8acc-488f-b121-4e458e8aec80|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:47:10.139Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:47:10.140Z||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-03-26T06:47:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:47:19.681Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:47:19.681Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:48:10.137Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:48:10.138Z|1192aa60-8acc-488f-b121-4e458e8aec80|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-03-26T06:48:10.138Z|1192aa60-8acc-488f-b121-4e458e8aec80|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:48:10.140Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:48:10.140Z|750215cc-f212-4992-88dd-5a689867a99b|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-03-26T06:48:10.140Z|750215cc-f212-4992-88dd-5a689867a99b|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:48:19.685Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:48:19.688Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:49:10.137Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:49:10.138Z|1192aa60-8acc-488f-b121-4e458e8aec80|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-03-26T06:49:10.138Z|1192aa60-8acc-488f-b121-4e458e8aec80|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:49:10.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:49:10.140Z||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-03-26T06:49:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:49:19.684Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:49:19.686Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:50:10.137Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:50:10.138Z|1192aa60-8acc-488f-b121-4e458e8aec80|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-03-26T06:50:10.139Z|1192aa60-8acc-488f-b121-4e458e8aec80|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:50:10.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:50:10.140Z||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-03-26T06:50:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:50:19.691Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:50:19.694Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:51:10.137Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:51:10.138Z|1192aa60-8acc-488f-b121-4e458e8aec80|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-03-26T06:51:10.138Z|1192aa60-8acc-488f-b121-4e458e8aec80|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:51:10.140Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:51:10.140Z||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-03-26T06:51:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:51:19.680Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:51:19.685Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:52:10.137Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:52:10.138Z|1192aa60-8acc-488f-b121-4e458e8aec80|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-03-26T06:52:10.138Z|1192aa60-8acc-488f-b121-4e458e8aec80|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:52:10.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:52:10.141Z||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-03-26T06:52:10.142Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:52:19.682Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:52:19.687Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:53:10.137Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:53:10.138Z|1192aa60-8acc-488f-b121-4e458e8aec80|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-03-26T06:53:10.138Z|1192aa60-8acc-488f-b121-4e458e8aec80|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:53:10.140Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:53:10.140Z|750215cc-f212-4992-88dd-5a689867a99b|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-03-26T06:53:10.140Z|750215cc-f212-4992-88dd-5a689867a99b|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:53:19.704Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:53:19.705Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:54:10.137Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:54:10.138Z|1192aa60-8acc-488f-b121-4e458e8aec80|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-03-26T06:54:10.138Z|1192aa60-8acc-488f-b121-4e458e8aec80|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:54:10.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:54:10.140Z||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-03-26T06:54:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:54:19.685Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:54:19.685Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:55:10.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:55:10.138Z||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-03-26T06:55:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:55:10.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:55:10.140Z||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-03-26T06:55:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:55:19.683Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:55:19.685Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:56:10.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:56:10.138Z||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-03-26T06:56:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:56:10.140Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:56:10.140Z||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-03-26T06:56:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:56:19.686Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:56:19.688Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:57:10.137Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:57:10.138Z||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-03-26T06:57:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:57:10.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:57:10.140Z||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-03-26T06:57:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:57:19.684Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:57:19.689Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:58:10.137Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:58:10.138Z||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-03-26T06:58:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:58:10.140Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:58:10.140Z|750215cc-f212-4992-88dd-5a689867a99b|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-03-26T06:58:10.140Z|750215cc-f212-4992-88dd-5a689867a99b|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:58:19.678Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:58:19.683Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:59:10.137Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:59:10.139Z||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-03-26T06:59:10.139Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:59:10.140Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T06:59:10.140Z|1192aa60-8acc-488f-b121-4e458e8aec80|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-03-26T06:59:10.140Z|1192aa60-8acc-488f-b121-4e458e8aec80|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T06:59:19.684Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T06:59:19.724Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:00:10.137Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:00:10.138Z||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-03-26T07:00:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:00:10.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:00:10.140Z||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-03-26T07:00:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:00:19.682Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:00:19.683Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:01:10.137Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:01:10.138Z||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-03-26T07:01:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:01:10.140Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:01:10.140Z||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-03-26T07:01:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:01:19.680Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:01:19.683Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:02:10.137Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:02:10.138Z||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-03-26T07:02:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:02:10.139Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:02:10.140Z||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-03-26T07:02:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:02:19.683Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:02:19.684Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:03:10.137Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:03:10.138Z||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-03-26T07:03:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:03:10.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:03:10.140Z||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-03-26T07:03:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:03:19.695Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:03:19.697Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:04:10.137Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:04:10.138Z||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-03-26T07:04:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:04:10.139Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:04:10.140Z||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-03-26T07:04:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:04:19.688Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:04:19.688Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:05:10.137Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:05:10.138Z||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-03-26T07:05:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:05:10.139Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:05:10.140Z||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-03-26T07:05:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:05:19.684Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:05:19.684Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:06:10.137Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:06:10.138Z||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-03-26T07:06:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:06:10.139Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:06:10.140Z||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-03-26T07:06:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:06:19.688Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:06:19.688Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:07:10.137Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:07:10.138Z||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-03-26T07:07:10.139Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:07:10.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:07:10.140Z||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-03-26T07:07:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:07:19.689Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:07:19.691Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:08:10.137Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:08:10.138Z||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-03-26T07:08:10.139Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:08:10.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:08:10.141Z||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-03-26T07:08:10.141Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:08:19.697Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:08:19.699Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:09:10.137Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:09:10.138Z||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-03-26T07:09:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:09:10.140Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:09:10.140Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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-03-26T07:09:10.140Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:09:19.689Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:09:19.689Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:10:10.137Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:10:10.138Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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-03-26T07:10:10.138Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:10:10.142Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:10:10.143Z|1192aa60-8acc-488f-b121-4e458e8aec80|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-03-26T07:10:10.143Z|1192aa60-8acc-488f-b121-4e458e8aec80|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:10:19.689Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:10:19.690Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:11:10.137Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:11:10.138Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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-03-26T07:11:10.138Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:11:10.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:11:10.140Z||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-03-26T07:11:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:11:19.696Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:11:19.698Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:12:10.137Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:12:10.138Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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-03-26T07:12:10.138Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:12:10.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:12:10.140Z||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-03-26T07:12:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:12:19.688Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:12:19.688Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:13:10.137Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:13:10.138Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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-03-26T07:13:10.138Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:13:10.140Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:13:10.141Z|750215cc-f212-4992-88dd-5a689867a99b|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-03-26T07:13:10.141Z|750215cc-f212-4992-88dd-5a689867a99b|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:13:19.680Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:13:19.690Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:14:10.137Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:14:10.138Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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-03-26T07:14:10.138Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:14:10.140Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:14:10.140Z||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-03-26T07:14:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:14:19.691Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:14:19.691Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:15:10.137Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:15:10.138Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-26T07:15:10.138Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:15:10.139Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:15:10.140Z|1192aa60-8acc-488f-b121-4e458e8aec80|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-03-26T07:15:10.140Z|1192aa60-8acc-488f-b121-4e458e8aec80|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:15:19.683Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:15:19.686Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:16:10.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:16:10.138Z||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-03-26T07:16:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:16:10.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:16:10.140Z||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-03-26T07:16:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:16:19.694Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:16:19.696Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:17:10.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:17:10.138Z||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-03-26T07:17:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:17:10.139Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:17:10.140Z||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-03-26T07:17:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:17:19.685Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:17:19.703Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:18:10.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:18:10.138Z||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-03-26T07:18:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:18:10.140Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:18:10.140Z|750215cc-f212-4992-88dd-5a689867a99b|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-03-26T07:18:10.140Z|750215cc-f212-4992-88dd-5a689867a99b|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:18:19.685Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:18:19.686Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:19:10.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:19:10.138Z||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-03-26T07:19:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:19:10.139Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:19:10.140Z||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-03-26T07:19:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:19:19.683Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:19:19.683Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:20:10.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:20:10.138Z||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-03-26T07:20:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:20:10.139Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:20:10.140Z||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-03-26T07:20:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:20:19.681Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:20:19.684Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:21:10.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:21:10.138Z||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-03-26T07:21:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:21:10.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:21:10.140Z||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-03-26T07:21:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:21:19.686Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:21:19.691Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:22:10.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:22:10.138Z||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-03-26T07:22:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:22:10.139Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:22:10.140Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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-03-26T07:22:10.140Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:22:19.685Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:22:19.686Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:23:10.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:23:10.138Z||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-03-26T07:23:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:23:10.140Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:23:10.140Z|1192aa60-8acc-488f-b121-4e458e8aec80|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-03-26T07:23:10.140Z|1192aa60-8acc-488f-b121-4e458e8aec80|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:23:19.680Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:23:19.684Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:24:10.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:24:10.138Z||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-03-26T07:24:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:24:10.139Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:24:10.140Z||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-03-26T07:24:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:24:19.687Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:24:19.687Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:25:10.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:25:10.138Z||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-03-26T07:25:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:25:10.140Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:25:10.140Z||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-03-26T07:25:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:25:19.688Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:25:19.691Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:26:10.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:26:10.139Z||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-03-26T07:26:10.139Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:26:10.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:26:10.140Z||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-03-26T07:26:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:26:19.689Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:26:19.689Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:27:10.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:27:10.138Z||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-03-26T07:27:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:27:10.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:27:10.140Z||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-03-26T07:27:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:27:19.683Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:27:19.690Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:28:10.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:28:10.139Z||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-03-26T07:28:10.139Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:28:10.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:28:10.140Z||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-03-26T07:28:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:28:19.685Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:28:19.687Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:29:10.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:29:10.138Z||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-03-26T07:29:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:29:10.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:29:10.140Z||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-03-26T07:29:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:29:19.687Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:29:19.689Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:30:10.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:30:10.138Z||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-03-26T07:30:10.139Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:30:10.140Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:30:10.141Z|750215cc-f212-4992-88dd-5a689867a99b|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-03-26T07:30:10.141Z|750215cc-f212-4992-88dd-5a689867a99b|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:30:19.691Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:30:19.693Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:31:10.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:31:10.138Z||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-03-26T07:31:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:31:10.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:31:10.140Z||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-03-26T07:31:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:31:19.686Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:31:19.687Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:32:10.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:32:10.138Z||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-03-26T07:32:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:32:10.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:32:10.140Z||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-03-26T07:32:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:32:19.689Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:32:19.692Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:33:10.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:33:10.138Z||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-03-26T07:33:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:33:10.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:33:10.140Z||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-03-26T07:33:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:33:19.680Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:33:19.683Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:34:10.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:34:10.138Z||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-03-26T07:34:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:34:10.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:34:10.140Z||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-03-26T07:34:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:34:19.683Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:34:19.684Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:35:10.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:35:10.138Z||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-03-26T07:35:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:35:10.140Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:35:10.140Z|750215cc-f212-4992-88dd-5a689867a99b|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-03-26T07:35:10.140Z|750215cc-f212-4992-88dd-5a689867a99b|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:35:19.688Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:35:19.688Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:36:10.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:36:10.138Z||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-03-26T07:36:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:36:10.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:36:10.140Z||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-03-26T07:36:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:36:19.682Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:36:19.687Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:37:10.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:37:10.138Z||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-03-26T07:37:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:37:10.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:37:10.140Z||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-03-26T07:37:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:37:19.686Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:37:19.686Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:38:10.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:38:10.138Z||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-03-26T07:38:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:38:10.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:38:10.140Z||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-03-26T07:38:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:38:19.679Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:38:19.683Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:39:10.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:39:10.138Z||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-03-26T07:39:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:39:10.140Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:39:10.140Z|1192aa60-8acc-488f-b121-4e458e8aec80|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-03-26T07:39:10.140Z|1192aa60-8acc-488f-b121-4e458e8aec80|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:39:19.687Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:39:19.694Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:40:10.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:40:10.138Z||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-03-26T07:40:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:40:10.139Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:40:10.140Z||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-03-26T07:40:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:40:19.684Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:40:19.684Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:41:10.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:41:10.138Z||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-03-26T07:41:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:41:10.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:41:10.140Z||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-03-26T07:41:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:41:19.685Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:41:19.688Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:42:10.137Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:42:10.138Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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-03-26T07:42:10.138Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:42:10.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:42:10.140Z||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-03-26T07:42:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:42:19.684Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:42:19.686Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:43:10.137Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:43:10.138Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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-03-26T07:43:10.138Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:43:10.140Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:43:10.141Z|750215cc-f212-4992-88dd-5a689867a99b|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-03-26T07:43:10.141Z|750215cc-f212-4992-88dd-5a689867a99b|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:43:19.685Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:43:19.685Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:44:10.137Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:44:10.138Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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-03-26T07:44:10.138Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:44:10.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:44:10.140Z||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-03-26T07:44:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:44:19.683Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:44:19.685Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:45:10.137Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:45:10.138Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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-03-26T07:45:10.138Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:45:10.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:45:10.140Z||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-03-26T07:45:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:45:19.684Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:45:19.688Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:46:10.137Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:46:10.138Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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-03-26T07:46:10.138Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:46:10.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:46:10.140Z||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-03-26T07:46:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:46:19.681Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:46:19.689Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:47:10.137Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:47:10.138Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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-03-26T07:47:10.138Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:47:10.140Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:47:10.140Z|1192aa60-8acc-488f-b121-4e458e8aec80|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-03-26T07:47:10.140Z|1192aa60-8acc-488f-b121-4e458e8aec80|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:47:19.685Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:47:19.686Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:48:10.137Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:48:10.138Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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-03-26T07:48:10.138Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:48:10.140Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:48:10.140Z||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-03-26T07:48:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:48:19.682Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:48:19.682Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:49:10.138Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:49:10.139Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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-03-26T07:49:10.139Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:49:10.139Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:49:10.140Z||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-03-26T07:49:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:49:19.684Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:49:19.684Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:50:10.137Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:50:10.138Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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-03-26T07:50:10.138Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:50:10.139Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:50:10.140Z||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-03-26T07:50:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:50:19.685Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:50:19.685Z|2b411648-1ecc-470c-9ca0-93cd8dab9474|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:51:10.137Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:51:10.138Z||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-03-26T07:51:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:51:10.140Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:51:10.140Z|1192aa60-8acc-488f-b121-4e458e8aec80|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-03-26T07:51:10.140Z|1192aa60-8acc-488f-b121-4e458e8aec80|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:51:19.735Z|1192aa60-8acc-488f-b121-4e458e8aec80|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:51:19.735Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:52:10.137Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:52:10.138Z||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-03-26T07:52:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:52:10.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:52:10.140Z||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-03-26T07:52:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:52:19.686Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:52:19.687Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:53:10.137Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:53:10.138Z||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-03-26T07:53:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:53:10.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:53:10.140Z||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-03-26T07:53:10.140Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:53:19.688Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:53:19.690Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:53:52.845Z||http-nio-8085-exec-9|||||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-03-26T07:54:10.137Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:54:10.138Z||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-03-26T07:54:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:54:10.139Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:54:10.140Z|750215cc-f212-4992-88dd-5a689867a99b|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-03-26T07:54:10.140Z|750215cc-f212-4992-88dd-5a689867a99b|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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:54:19.697Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:54:19.697Z|750215cc-f212-4992-88dd-5a689867a99b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-26T07:55:10.137Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:55:10.138Z||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-03-26T07:55:10.138Z||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 8Knc9qyXqjrZ3p1p) ... 2022-03-26T07:55:10.139Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-26T07:55:10.140Z||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-03-26T07:55:10.140Z||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 8Knc9qyXqjrZ3p1p) ...