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-07T05:16:23.696Z||main|||||INFO|500||The following profiles are active: basic 2022-03-07T05:16:39.704Z||main|||||INFO|500||Starting service [Tomcat] 2022-03-07T05:16:39.706Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-03-07T05:16:39.892Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-03-07T05:16:44.813Z||main|||||INFO|500||catdb-pool - Starting... 2022-03-07T05:16:45.319Z||main|||||INFO|500||catdb-pool - Start completed. 2022-03-07T05:16:45.850Z||main|||||INFO|500||reqdb-pool - Starting... 2022-03-07T05:16:45.858Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-03-07T05:16:45.974Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-03-07T05:16:46.228Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-03-07T05:16:46.846Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-03-07T05:16:48.961Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-07T05:16:52.128Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-07T05:16:52.203Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-03-07T05:16:52.907Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-07T05:16:53.105Z||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-07T05:16:54.795Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-07T05:16:56.109Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-03-07T05:16:56.133Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155) at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70) at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$fa32a587.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-03-07T05:16:56.134Z||main|||||WARN|500||The sdc end point is not alive 2022-03-07T05:17:00.487Z||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-07T05:17:04.521Z||main|||||WARN|500||--- 2022-03-07T05:17:04.522Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-03-07T05:17:04.523Z||main|||||WARN|500||--- 2022-03-07T05:17:05.102Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-03-07T05:17:11.959Z||main|||||INFO|500||Started Application in 52.178 seconds (JVM running for 54.782) 2022-03-07T05:17:12.020Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-07T05:17:12.045Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-07T05:17:12.076Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-07T05:17:12.120Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-07T05:17:12.187Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2edbbf0e-9faa-4c31-8b26-1caf5a8e839c url= /sdc/v1/artifactTypes 2022-03-07T05:17:12.187Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-07T05:17:12.575Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-03-07T05:17:12.663Z||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-07T05:17:12.694Z||scheduling-1|||||DEBUG|500||create keys 2022-03-07T05:17:12.704Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-03-07T05:17:12.986Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:17:13.024Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e5e04336-e055-404b-9c1a-963db207369d url= /sdc/v1/registerForDistribution 2022-03-07T05:17:13.822Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e5e04336-e055-404b-9c1a-963db207369d url= /sdc/v1/registerForDistribution 2022-03-07T05:17:13.823Z||scheduling-1|||||INFO|500||start DistributionClient 2022-03-07T05:17:13.838Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:17:13.841Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:17:13.863Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-03-07T05:17:13.907Z||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-07T05:17:13.908Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:17:13.908Z||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-07T05:17:13.908Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:17:25.005Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:17:25.222Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:18:13.832Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:18:13.832Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:18:13.837Z||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-07T05:18:13.837Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:18:13.844Z||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-07T05:18:13.845Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:18:23.539Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:18:23.569Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:19:13.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:19:13.832Z||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-07T05:19:13.832Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:19:13.833Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:19:13.834Z||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-07T05:19:13.834Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:19:23.454Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:19:23.483Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:20:13.830Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:20:13.831Z||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-07T05:20:13.831Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:20:13.832Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:20:13.833Z||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-07T05:20:13.833Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:20:23.453Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:20:23.494Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:21:13.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:21:13.832Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:21:13.832Z||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-07T05:21:13.832Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:21:13.832Z||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-07T05:21:13.832Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:21:23.417Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:21:23.455Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:22:13.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:22:13.831Z||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-07T05:22:13.831Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:22:13.832Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:22:13.832Z||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-07T05:22:13.833Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:22:23.437Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:22:23.490Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:23:13.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:23:13.832Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:23:13.833Z||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-07T05:23:13.833Z||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-07T05:23:13.833Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:23:13.833Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:23:23.400Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:23:23.428Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:24:13.832Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:24:13.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:24:13.835Z||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-07T05:24:13.835Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:24:13.839Z||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-07T05:24:13.840Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:24:23.403Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:24:23.463Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:25:13.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:25:13.832Z||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-07T05:25:13.832Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:25:13.832Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:25:13.832Z||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-07T05:25:13.832Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:25:23.396Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:25:23.402Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:26:13.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:26:13.831Z||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-07T05:26:13.831Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:26:13.832Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:26:13.832Z||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-07T05:26:13.832Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:26:23.398Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:26:23.428Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:27:03.348Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-03-07T05:27:13.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:27:13.832Z||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-07T05:27:13.832Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:27:13.832Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:27:13.833Z||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-07T05:27:13.833Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:27:23.394Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:27:23.416Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:28:13.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:28:13.832Z||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-07T05:28:13.832Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:28:13.832Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:28:13.832Z||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-07T05:28:13.833Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:28:23.395Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:28:23.397Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:29:13.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:29:13.832Z||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-07T05:29:13.832Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:29:13.832Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:29:13.833Z||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-07T05:29:13.834Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:29:23.403Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:29:23.419Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:30:13.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:30:13.832Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:30:13.832Z||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-07T05:30:13.832Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:30:13.832Z||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-07T05:30:13.833Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:30:23.432Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:30:23.434Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:31:13.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:31:13.832Z||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-07T05:31:13.832Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:31:13.832Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:31:13.833Z||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-07T05:31:13.833Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:31:23.410Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:31:23.414Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:32:13.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:32:13.831Z||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-07T05:32:13.832Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:32:13.832Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:32:13.832Z||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-07T05:32:13.832Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:32:23.400Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:32:23.437Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:33:13.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:33:13.831Z||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-07T05:33:13.831Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:33:13.835Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:33:13.836Z||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-07T05:33:13.836Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:33:23.395Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:33:23.413Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:34:13.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:34:13.831Z||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-07T05:34:13.831Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:34:13.832Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:34:13.833Z||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-07T05:34:13.833Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:34:23.393Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:34:23.413Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:35:13.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:35:13.831Z||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-07T05:35:13.831Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:35:13.832Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:35:13.832Z||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-07T05:35:13.833Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:35:23.391Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:35:23.398Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:36:13.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:36:13.831Z||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-07T05:36:13.832Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:36:13.832Z||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-07T05:36:13.831Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:36:13.832Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:36:23.396Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:36:23.403Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:37:13.832Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:37:13.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:37:13.834Z||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-07T05:37:13.834Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:37:13.834Z||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-07T05:37:13.834Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:37:23.394Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:37:23.458Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:38:13.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:38:13.832Z||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-07T05:38:13.832Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:38:13.832Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:38:13.832Z||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-07T05:38:13.833Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:38:23.415Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:38:23.430Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:39:13.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:39:13.831Z||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-07T05:39:13.831Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:39:13.832Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:39:13.832Z||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-07T05:39:13.832Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:39:23.394Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:39:23.401Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:40:13.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:40:13.831Z||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-07T05:40:13.831Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:40:13.832Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:40:13.832Z||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-07T05:40:13.832Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:40:23.394Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:40:23.404Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:41:13.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:41:13.831Z||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-07T05:41:13.831Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:41:13.832Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:41:13.832Z||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-07T05:41:13.833Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:41:23.389Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:41:23.394Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:42:13.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:42:13.831Z||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-07T05:42:13.831Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:42:13.832Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:42:13.832Z||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-07T05:42:13.832Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:42:23.404Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:42:23.418Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:43:13.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:43:13.831Z||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-07T05:43:13.832Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:43:13.832Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:43:13.832Z||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-07T05:43:13.832Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:43:23.393Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:43:23.416Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:44:13.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:44:13.831Z||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-07T05:44:13.831Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:44:13.832Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:44:13.832Z||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-07T05:44:13.832Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:44:23.428Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:44:23.450Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:45:13.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:45:13.832Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:45:13.832Z||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-07T05:45:13.832Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:45:13.832Z||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-07T05:45:13.833Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:45:23.408Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:45:23.453Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:46:13.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:46:13.832Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:46:13.832Z||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-07T05:46:13.832Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:46:13.832Z||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-07T05:46:13.832Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:46:23.432Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:46:23.439Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:47:13.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:47:13.831Z||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-07T05:47:13.831Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:47:13.832Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:47:13.832Z||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-07T05:47:13.833Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:47:23.418Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:47:23.429Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:48:13.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:48:13.831Z||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-07T05:48:13.831Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:48:13.832Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:48:13.833Z||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-07T05:48:13.833Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:48:23.399Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:48:23.425Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:49:13.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:49:13.831Z||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-07T05:49:13.831Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:49:13.832Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:49:13.832Z||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-07T05:49:13.832Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:49:23.405Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:49:23.434Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:50:13.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:50:13.831Z||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-07T05:50:13.831Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:50:13.832Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:50:13.832Z||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-07T05:50:13.832Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:50:23.418Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:50:23.453Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:51:13.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:51:13.831Z||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-07T05:51:13.831Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:51:13.832Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:51:13.832Z||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-07T05:51:13.832Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:51:23.411Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:51:23.416Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:52:13.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:52:13.831Z||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-07T05:52:13.831Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:52:13.832Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:52:13.832Z||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-07T05:52:13.832Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:52:23.425Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:52:23.444Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:53:13.832Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:53:13.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:53:13.835Z||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-07T05:53:13.835Z||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-07T05:53:13.835Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:53:13.835Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:53:23.396Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:53:23.398Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:54:13.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:54:13.831Z||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-07T05:54:13.832Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:54:13.832Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:54:13.832Z||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-07T05:54:13.833Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:54:23.402Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:54:23.464Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:55:13.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:55:13.831Z||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-07T05:55:13.831Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:55:13.832Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:55:13.834Z||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-07T05:55:13.834Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:55:14.081Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:55:14.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "cds", "timestamp": 1646632492128, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T05:55:14.121Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:55:14.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "ves-openapi-manager", "timestamp": 1646632497037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T05:55:14.122Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:55:14.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "cds", "timestamp": 1646632492128, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-07T05:55:14.122Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:55:14.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "ves-openapi-manager", "timestamp": 1646632497037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-07T05:55:14.123Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:55:14.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "multicloud-k8s-id", "timestamp": 1646632499416, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T05:55:14.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:55:14.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "cds", "timestamp": 1646632492128, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-07T05:55:14.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:55:14.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "ves-openapi-manager", "timestamp": 1646632497037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-07T05:55:14.125Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:55:14.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "multicloud-k8s-id", "timestamp": 1646632499416, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json", "status": "NOTIFIED" } 2022-03-07T05:55:14.126Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:55:14.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "cds", "timestamp": 1646632492128, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T05:55:14.127Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:55:14.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "ves-openapi-manager", "timestamp": 1646632497037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T05:55:14.127Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:55:14.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "multicloud-k8s-id", "timestamp": 1646632499416, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-07T05:55:14.128Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:55:14.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "policy-id", "timestamp": 1646632501671, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T05:55:14.129Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:55:14.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "cds", "timestamp": 1646632492128, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-07T05:55:14.129Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:55:14.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "ves-openapi-manager", "timestamp": 1646632497037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-07T05:55:14.130Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:55:14.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "multicloud-k8s-id", "timestamp": 1646632499416, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T05:55:14.131Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:55:14.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "policy-id", "timestamp": 1646632501671, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-07T05:55:14.132Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:55:14.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "cds", "timestamp": 1646632492128, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T05:55:14.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:55:14.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "ves-openapi-manager", "timestamp": 1646632497037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T05:55:14.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:55:14.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "multicloud-k8s-id", "timestamp": 1646632499416, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-07T05:55:14.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:55:14.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "policy-id", "timestamp": 1646632501671, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-07T05:55:14.135Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:55:14.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "cds", "timestamp": 1646632492128, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar", "status": "NOTIFIED" } 2022-03-07T05:55:14.135Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:55:14.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "aai-ml", "timestamp": 1646632504136, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T05:55:14.136Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:55:14.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "ves-openapi-manager", "timestamp": 1646632497037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-07T05:55:14.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:55:14.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "multicloud-k8s-id", "timestamp": 1646632499416, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T05:55:14.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:55:14.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "policy-id", "timestamp": 1646632501671, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T05:55:14.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:55:14.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "aai-ml", "timestamp": 1646632504136, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-07T05:55:14.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:55:14.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "multicloud-k8s-id", "timestamp": 1646632499416, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar", "status": "NOTIFIED" } 2022-03-07T05:55:14.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:55:14.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "policy-id", "timestamp": 1646632501671, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-07T05:55:14.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:55:14.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "cds", "timestamp": 1646632507038, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-07T05:55:14.140Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T05:55:14.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "aai-ml", "timestamp": 1646632504136, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-07T05:55:14.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:55:14.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "policy-id", "timestamp": 1646632501671, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T05:55:14.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:55:14.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "multicloud-k8s-id", "timestamp": 1646632507561, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-07T05:55:14.142Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T05:55:14.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "cds", "timestamp": 1646632508071, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-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-07T05:55:14.392Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1d4b3a26-848a-4403-936f-fa7e48a7d742 2022-03-07T05:55:14.414Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d4b3a26-848a-4403-936f-fa7e48a7d742 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-07T05:55:14.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "aai-ml", "timestamp": 1646632504136, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T05:55:14.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:55:14.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "policy-id", "timestamp": 1646632501671, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar", "status": "NOTIFIED" } 2022-03-07T05:55:14.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:55:14.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "multicloud-k8s-id", "timestamp": 1646632508918, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-07T05:55:14.442Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T05:55:14.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "aai-ml", "timestamp": 1646632504136, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-07T05:55:14.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:55:14.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "policy-id", "timestamp": 1646632509765, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-07T05:55:14.443Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T05:55:14.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "aai-ml", "timestamp": 1646632504136, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T05:55:14.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:55:14.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "multicloud-k8s-id", "timestamp": 1646632510129, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-07T05:55:14.445Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T05:55:14.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "policy-id", "timestamp": 1646632510786, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar", "status": "DEPLOY_OK" } 2022-03-07T05:55:14.446Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T05:55:14.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "aai-ml", "timestamp": 1646632504136, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar", "status": "NOTIFIED" } 2022-03-07T05:55:14.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:55:14.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "multicloud-k8s-id", "timestamp": 1646632511417, "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-07T05:55:14.470Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1d4b3a26-848a-4403-936f-fa7e48a7d742 2022-03-07T05:55:14.471Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d4b3a26-848a-4403-936f-fa7e48a7d742 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-07T05:55:14.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "policy-id", "timestamp": 1646632511794, "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-07T05:55:14.487Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1d4b3a26-848a-4403-936f-fa7e48a7d742 2022-03-07T05:55:14.488Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d4b3a26-848a-4403-936f-fa7e48a7d742 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-07T05:55:14.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "multicloud-k8s-id", "timestamp": 1646632512489, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json", "status": "DEPLOY_OK" } 2022-03-07T05:55:14.502Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T05:55:14.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "aai-ml", "timestamp": 1646632512638, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-07T05:55:14.503Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T05:55:14.643Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:55:14.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-07T05:55:14.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"1d4b3a26-848a-4403-936f-fa7e48a7d742","serviceName":"basic_onboard_uUkdNV","serviceVersion":"1.0","serviceUUID":"e81df428-1765-48d2-96f3-4c15d53debc1","serviceDescription":"service","serviceInvariantUUID":"22cfa2fb-dceb-45a0-963c-481a50dcbf1d","resources":[{"resourceInstanceName":"basic_onboard_uUkdNV 0","resourceName":"basic_onboard_uUkdNV","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b09fa8a2-5667-419a-923a-52b55d47c14a","resourceInvariantUUID":"f6de2eaf-ae4c-4771-a4c1-af39e04d069b","resourceCustomizationUUID":"8265f366-cf50-4c7d-963f-d3132d6e1b7a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/vf-license-model.xml","artifactChecksum":"Mjc1YmNiODQxMjM3MGQ1ZmVhMTliYmZjNzU1NzVkNTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9d21dd17-85e1-4759-aedb-fe3fc8042dad","artifactVersion":"1"},{"artifactName":"basic_onboard_uukdnv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json","artifactChecksum":"YWJhYTNjMDRmY2Y0MTY0NTE5OTkzYTBlMmZkODFiZjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"78ba8b20-18bd-48c2-bd13-6b74cfccb1ec","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5ff8ccd7-82d9-49ca-a4e7-4f477aaebfeb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4b4491d3-926a-4d15-978b-f9cf9e483be4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2ea71d44-8329-45c9-9d77-ca47d3a370db","artifactVersion":"2","generatedFromUUID":"5ff8ccd7-82d9-49ca-a4e7-4f477aaebfeb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUukdnv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-template.yml","artifactChecksum":"NGFjNGYzNDUxZTNhYmRkYjhlZDgzNDFmOGM1MzY4YzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ec625bf1-bb80-40b6-a11b-824ffbd373a5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUukdnv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar","artifactChecksum":"YTllMmUxYTAxYTVjOWZmOGFhYzYwMTNhOThlMjc3NjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3fe63c34-e10b-4882-abe9-97a6e93a4288","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-07T05:55:14.654Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-07T05:55:14.660Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:55:14.671Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:55:14.671Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632513830, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T05:55:14.771Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-03-07T05:55:14.777Z||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-07T05:55:14.777Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:55:14.823Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:55:14.825Z||pool-3-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} 2022-03-07T05:55:15.680Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-07T05:55:15.681Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:55:15.683Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:55:15.683Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632513830, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json", "status": "NOTIFIED" } 2022-03-07T05:55:15.783Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T05:55:15.785Z||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-07T05:55:15.785Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:55:15.806Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:55:15.807Z||pool-4-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-03-07T05:55:16.684Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-07T05:55:16.685Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:55:16.687Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:55:16.687Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632513830, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-07T05:55:16.788Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-07T05:55:16.789Z||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-07T05:55:16.789Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:55:16.841Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:55:16.842Z||pool-5-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1} 2022-03-07T05:55:17.688Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-07T05:55:17.689Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:55:17.692Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:55:17.692Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632513830, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T05:55:17.793Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-07T05:55:17.794Z||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-07T05:55:17.795Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:55:17.832Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:55:17.833Z||pool-6-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-03-07T05:55:18.693Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-07T05:55:18.695Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:55:18.697Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:55:18.697Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632513830, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-07T05:55:18.797Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T05:55:18.800Z||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-07T05:55:18.800Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:55:18.904Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:55:18.905Z||pool-7-thread-1|||||INFO|500||cambria reply ok (106 ms):{"serverTimeMs":0,"count":1} 2022-03-07T05:55:19.698Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-07T05:55:19.699Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:55:19.701Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:55:19.702Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632513830, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T05:55:19.802Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T05:55:19.803Z||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-07T05:55:19.803Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:55:19.833Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:55:19.834Z||pool-8-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-03-07T05:55:20.702Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-07T05:55:20.703Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:55:20.706Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:55:20.706Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632513830, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar", "status": "NOTIFIED" } 2022-03-07T05:55:20.806Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T05:55:20.807Z||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-07T05:55:20.807Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:55:20.839Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:55:20.840Z||pool-9-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-03-07T05:55:21.709Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "serviceName": "basic_onboard_uUkdNV", "serviceVersion": "1.0", "serviceUUID": "e81df428-1765-48d2-96f3-4c15d53debc1", "serviceDescription": "service", "serviceInvariantUUID": "22cfa2fb-dceb-45a0-963c-481a50dcbf1d", "resources": [ { "resourceInstanceName": "basic_onboard_uUkdNV 0", "resourceCustomizationUUID": "8265f366-cf50-4c7d-963f-d3132d6e1b7a", "resourceName": "basic_onboard_uUkdNV", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b09fa8a2-5667-419a-923a-52b55d47c14a", "resourceInvariantUUID": "f6de2eaf-ae4c-4771-a4c1-af39e04d069b", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_uukdnv0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json", "artifactChecksum": "YWJhYTNjMDRmY2Y0MTY0NTE5OTkzYTBlMmZkODFiZjc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "78ba8b20-18bd-48c2-bd13-6b74cfccb1ec", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "5ff8ccd7-82d9-49ca-a4e7-4f477aaebfeb", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "2ea71d44-8329-45c9-9d77-ca47d3a370db", "generatedFromUUID": "5ff8ccd7-82d9-49ca-a4e7-4f477aaebfeb" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "2ea71d44-8329-45c9-9d77-ca47d3a370db", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardUukdnv-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar", "artifactChecksum": "YTllMmUxYTAxYTVjOWZmOGFhYzYwMTNhOThlMjc3NjY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3fe63c34-e10b-4882-abe9-97a6e93a4288" } ], "workloadContext": "Production" } 2022-03-07T05:55:21.711Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-07T05:55:21.711Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e81df428-1765-48d2-96f3-4c15d53debc1 ASDC 2022-03-07T05:55:21.848Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:1d4b3a26-848a-4403-936f-fa7e48a7d742 ServiceName:basic_onboard_uUkdNV ServiceVersion:1.0 ServiceUUID:e81df428-1765-48d2-96f3-4c15d53debc1 ServiceInvariantUUID:22cfa2fb-dceb-45a0-963c-481a50dcbf1d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardUukdnv-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar ArtifactUUID:3fe63c34-e10b-4882-abe9-97a6e93a4288 ArtifactChecksum:YTllMmUxYTAxYTVjOWZmOGFhYzYwMTNhOThlMjc3NjY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_uUkdNV 0 ResourceCustomizationUUID:8265f366-cf50-4c7d-963f-d3132d6e1b7a ResourceInvariantUUID:f6de2eaf-ae4c-4771-a4c1-af39e04d069b ResourceName:basic_onboard_uUkdNV ResourceType:VF ResourceUUID:b09fa8a2-5667-419a-923a-52b55d47c14a ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_uukdnv0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json ArtifactUUID:78ba8b20-18bd-48c2-bd13-6b74cfccb1ec ArtifactChecksum:YWJhYTNjMDRmY2Y0MTY0NTE5OTkzYTBlMmZkODFiZjc= 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/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml ArtifactUUID:5ff8ccd7-82d9-49ca-a4e7-4f477aaebfeb 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/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env ArtifactUUID:2ea71d44-8329-45c9-9d77-ca47d3a370db 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/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env ArtifactUUID:2ea71d44-8329-45c9-9d77-ca47d3a370db ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-07T05:55:21.849Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e81df428-1765-48d2-96f3-4c15d53debc1 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-07T05:55:21.908Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-07T05:55:21.910Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-07T05:55:21.911Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-07T05:55:21.912Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3fe63c34-e10b-4882-abe9-97a6e93a4288 from URL: /sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar 2022-03-07T05:55:21.912Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-07T05:55:21.914Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar 2022-03-07T05:55:22.267Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-07T05:55:22.286Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar 3fe63c34-e10b-4882-abe9-97a6e93a4288 71567 2022-03-07T05:55:22.289Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar ASDC sendASDCNotification 2022-03-07T05:55:22.289Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar 2022-03-07T05:55:22.291Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-07T05:55:22.292Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:55:22.295Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:55:22.297Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632522287, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-07T05:55:22.396Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-07T05:55:22.397Z||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-07T05:55:22.397Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:55:22.425Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:55:22.426Z||pool-10-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-03-07T05:55:23.298Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-07T05:55:23.300Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-07T05:55:23.300Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 3fe63c34-e10b-4882-abe9-97a6e93a4288, URL: /sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar to file: /app/ASDC/1/service-BasicOnboardUukdnv-csar.csar 2022-03-07T05:55:23.301Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardUukdnv-csar.csar 2022-03-07T05:55:23.400Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardUukdnv-csar.csar 2022-03-07T05:55:23.400Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardUukdnv-csar.csar 2022-03-07T05:55:24.150Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2073381140936537752/Definitions/service-BasicOnboardUukdnv-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-07T05:55:26.333Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-07T05:55:26.339Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-07T05:55:26.339Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardUukdnv-csar.csar 2022-03-07T05:55:26.339Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-07T05:55:26.340Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||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-BasicOnboardUukdnv-csar.csar 2022-03-07T05:55:26.340Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUukdnv-csar.csar 2022-03-07T05:55:26.340Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUukdnv-csar.csar 2022-03-07T05:55:26.340Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUukdnv-csar.csar 2022-03-07T05:55:26.340Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardUukdnv-csar.csar 2022-03-07T05:55:26.340Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardUukdnv-csar.csar 2022-03-07T05:55:26.340Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUukdnv-csar.csar 2022-03-07T05:55:26.340Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_uUkdNV 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-BasicOnboardUukdnv-csar.csar 2022-03-07T05:55:26.340Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardUukdnv-csar.csar 2022-03-07T05:55:26.340Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-07T05:55:26.379Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:55:26.381Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUkdNV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:55:26.387Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUkdNV 0 is matching search criteria 2022-03-07T05:55:26.387Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-07T05:55:26.391Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_uUkdNV 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-07T05:55:26.394Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:55:26.394Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUkdNV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:55:26.394Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUkdNV 0 is matching search criteria 2022-03-07T05:55:26.394Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-07T05:55:26.395Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_uUkdNV 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-07T05:55:26.395Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:55:26.395Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUkdNV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:55:26.399Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:55:26.399Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUkdNV 0 is not matching search criteria 2022-03-07T05:55:26.400Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-07T05:55:26.400Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-07T05:55:26.400Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-07T05:55:26.400Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-07T05:55:26.400Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-07T05:55:26.401Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:55:26.401Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUkdNV is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-07T05:55:26.402Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:55:26.403Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUkdNV 0 is matching search criteria 2022-03-07T05:55:26.403Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_uUkdNV 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-07T05:55:26.403Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:55:26.403Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUkdNV 0 is matching search criteria 2022-03-07T05:55:26.403Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_uUkdNV 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-07T05:55:26.404Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:55:26.404Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUkdNV 0 is matching search criteria 2022-03-07T05:55:26.404Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_uUkdNV 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-07T05:55:26.404Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:55:26.405Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUkdNV 0 is not matching search criteria 2022-03-07T05:55:26.405Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-07T05:55:26.405Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-07T05:55:26.405Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=629cbb1f-4865-4790-927c-e93bda0ba77a 2022-03-07T05:55:26.406Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:55:26.406Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUkdNV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:55:26.406Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:55:26.406Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUkdNV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:55:26.406Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:55:26.406Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUkdNV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:55:26.407Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:55:26.407Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUkdNV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:55:26.407Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_uUkdNV Description:service Model UUID:e81df428-1765-48d2-96f3-4c15d53debc1 Model Version:NULL Model InvariantUuid:22cfa2fb-dceb-45a0-963c-481a50dcbf1d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_uUkdNV Model UUID:a9c73dd2-7415-40e6-b0cb-267840a566f4 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f6de2eaf-ae4c-4771-a4c1-af39e04d069b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8265f366-cf50-4c7d-963f-d3132d6e1b7a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c00812c5-ee00-4c19-a985-c8a91a3239cf ModelName:BasicOnboardUukdnv..base_ubuntu18..module-0 ModelUuid:453c9984-2883-4ccf-b862-bd09c576a0dc ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:629cbb1f-4865-4790-927c-e93bda0ba77a ModelInvariantUuid:c1c7e502-18a7-430a-9cef-49fa221d4884 ModelName:basic_onboard_uUkdNV-nodes.ubuntu18Cvfc ModelUuid:7add28ed-60cf-467f-a6a9-8ff6698c01f7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:5218b188-ccfd-4183-8e9e-ead00d6a446b ModelInvariantUuid:9310e126-47a5-4adb-9516-13903ffdd7e2 ModelName:BasicOnboardUukdnv.compute.nodes.heat.ubuntu18 ModelUuid:5516cf84-9c8a-4e10-8e36-a04b94ec4c8a 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-07T05:55:26.418Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: b09fa8a2-5667-419a-923a-52b55d47c14a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-07T05:55:26.516Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||basic_onboard_uUkdNV 0 2022-03-07T05:55:26.525Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b09fa8a2-5667-419a-923a-52b55d47c14a 2022-03-07T05:55:26.525Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 78ba8b20-18bd-48c2-bd13-6b74cfccb1ec from URL: /sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json 2022-03-07T05:55:26.525Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-07T05:55:26.525Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json 2022-03-07T05:55:26.675Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-07T05:55:26.676Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json 78ba8b20-18bd-48c2-bd13-6b74cfccb1ec 798 2022-03-07T05:55:26.676Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json ASDC sendASDCNotification 2022-03-07T05:55:26.677Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json 2022-03-07T05:55:26.677Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-07T05:55:26.677Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:55:26.680Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:55:26.680Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632526676, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-07T05:55:26.780Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T05:55:26.781Z||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-07T05:55:26.782Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:55:26.807Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:55:26.808Z||pool-11-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-03-07T05:55:27.682Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardUukdnv..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "c00812c5-ee00-4c19-a985-c8a91a3239cf", "vfModuleModelVersion": "1", "vfModuleModelUUID": "453c9984-2883-4ccf-b862-bd09c576a0dc", "vfModuleModelCustomizationUUID": "dd4860e2-4e8e-40ae-a6cd-33e8acafbda8", "isBase": true, "artifacts": [ "5ff8ccd7-82d9-49ca-a4e7-4f477aaebfeb", "2ea71d44-8329-45c9-9d77-ca47d3a370db" ], "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-07T05:55:27.705Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardUukdnv..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:453c9984-2883-4ccf-b862-bd09c576a0dc VfModuleModelInvariantUUID:c00812c5-ee00-4c19-a985-c8a91a3239cf VfModuleModelDescription:NULL Artifacts UUID List:{ 5ff8ccd7-82d9-49ca-a4e7-4f477aaebfeb , 2ea71d44-8329-45c9-9d77-ca47d3a370db } 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-07T05:55:27.710Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardUukdnv..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "c00812c5-ee00-4c19-a985-c8a91a3239cf", "vfModuleModelVersion": "1", "vfModuleModelUUID": "453c9984-2883-4ccf-b862-bd09c576a0dc", "vfModuleModelCustomizationUUID": "dd4860e2-4e8e-40ae-a6cd-33e8acafbda8", "isBase": true, "artifacts": [ "5ff8ccd7-82d9-49ca-a4e7-4f477aaebfeb", "2ea71d44-8329-45c9-9d77-ca47d3a370db" ], "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-07T05:55:27.711Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardUukdnv..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:453c9984-2883-4ccf-b862-bd09c576a0dc VfModuleModelInvariantUUID:c00812c5-ee00-4c19-a985-c8a91a3239cf VfModuleModelDescription:NULL Artifacts UUID List:{ 5ff8ccd7-82d9-49ca-a4e7-4f477aaebfeb , 2ea71d44-8329-45c9-9d77-ca47d3a370db } 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-07T05:55:27.711Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5ff8ccd7-82d9-49ca-a4e7-4f477aaebfeb from URL: /sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml 2022-03-07T05:55:27.711Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-07T05:55:27.711Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml 2022-03-07T05:55:28.121Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-07T05:55:28.122Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml 5ff8ccd7-82d9-49ca-a4e7-4f477aaebfeb 5033 2022-03-07T05:55:28.122Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-07T05:55:28.122Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml 2022-03-07T05:55:28.123Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-07T05:55:28.123Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:55:28.126Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:55:28.126Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632528122, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-07T05:55:28.226Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T05:55:28.227Z||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-07T05:55:28.228Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:55:28.263Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:55:28.264Z||pool-12-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1} 2022-03-07T05:55:29.127Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2ea71d44-8329-45c9-9d77-ca47d3a370db from URL: /sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env 2022-03-07T05:55:29.127Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-07T05:55:29.128Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env 2022-03-07T05:55:29.561Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-07T05:55:29.562Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env 2ea71d44-8329-45c9-9d77-ca47d3a370db 909 2022-03-07T05:55:29.562Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-07T05:55:29.562Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env 2022-03-07T05:55:29.562Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-07T05:55:29.563Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:55:29.566Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:55:29.566Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632529562, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-07T05:55:29.666Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T05:55:29.669Z||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-07T05:55:29.670Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:55:29.728Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:55:29.729Z||pool-13-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1} 2022-03-07T05:55:30.567Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: e81df428-1765-48d2-96f3-4c15d53debc1 2022-03-07T05:55:30.568Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_uUkdNV 0 b09fa8a2-5667-419a-923a-52b55d47c14a 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-07T05:55:30.606Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6607a0ed, org.onap.sdc.toscaparser.api.parameters.Input@265d8ef0, org.onap.sdc.toscaparser.api.parameters.Input@372f823f, org.onap.sdc.toscaparser.api.parameters.Input@239fae51, org.onap.sdc.toscaparser.api.parameters.Input@78c47207] 2022-03-07T05:55:30.610Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:55:30.611Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUkdNV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:55:30.611Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-03-07T05:55:30.611Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 8265f366-cf50-4c7d-963f-d3132d6e1b7a 2022-03-07T05:55:30.611Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8265f366-cf50-4c7d-963f-d3132d6e1b7a matches Tosca VF Customization UUID: 8265f366-cf50-4c7d-963f-d3132d6e1b7a 2022-03-07T05:55:30.612Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 8265f366-cf50-4c7d-963f-d3132d6e1b7a 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-07T05:55:30.620Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:55:30.621Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUkdNV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:55:30.623Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 8265f366-cf50-4c7d-963f-d3132d6e1b7a: {\"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-07T05:55:30.623Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1ef2501b 2022-03-07T05:55:30.624Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:55:30.624Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUkdNV is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-07T05:55:30.624Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dd4860e2-4e8e-40ae-a6cd-33e8acafbda8 2022-03-07T05:55:30.626Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dd4860e2-4e8e-40ae-a6cd-33e8acafbda8 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-07T05:55:30.634Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:55:30.635Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUkdNV 0 is matching search criteria 2022-03-07T05:55:30.635Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_uUkdNV 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-07T05:55:30.636Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:55:30.636Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUkdNV 0 is matching search criteria 2022-03-07T05:55:30.636Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_uUkdNV 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-07T05:55:30.637Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:55:30.637Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUkdNV 0 is not matching search criteria 2022-03-07T05:55:30.637Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-07T05:55:30.637Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-07T05:55:30.638Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=629cbb1f-4865-4790-927c-e93bda0ba77a 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-07T05:55:30.653Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:55:30.653Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUkdNV 0 is matching search criteria 2022-03-07T05:55:30.654Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_uUkdNV 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-07T05:55:30.654Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:55:30.655Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUkdNV 0 is matching search criteria 2022-03-07T05:55:30.655Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_uUkdNV 0] matching following query criteria: sdcType=VF, customizationUUID=8265f366-cf50-4c7d-963f-d3132d6e1b7a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-07T05:55:30.660Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:55:30.660Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUkdNV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:55:30.661Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid e81df428-1765-48d2-96f3-4c15d53debc1: basic_onboard_uUkdNV 2022-03-07T05:55:30.662Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:55:30.663Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUkdNV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:55:30.663Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:55:30.664Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUkdNV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:55:30.664Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:55:30.664Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUkdNV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:55:30.665Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:55:30.665Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUkdNV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:55:30.665Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:55:30.666Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUkdNV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:55:30.666Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_uUkdNV 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-07T05:55:30.840Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_uUkdNV b09fa8a2-5667-419a-923a-52b55d47c14a 1 ASDC deployResourceStructure 2022-03-07T05:55:30.841Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json ASDC sendASDCNotification 2022-03-07T05:55:30.841Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json 2022-03-07T05:55:30.842Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-07T05:55:30.842Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:55:30.844Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:55:30.844Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632530841, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json", "status": "DEPLOY_OK" } 2022-03-07T05:55:30.944Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-07T05:55:30.946Z||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-07T05:55:30.946Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:55:31.042Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:55:31.043Z||pool-14-thread-1|||||INFO|500||cambria reply ok (98 ms):{"serverTimeMs":0,"count":1} 2022-03-07T05:55:31.846Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-07T05:55:31.846Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml 2022-03-07T05:55:31.847Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-07T05:55:31.847Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:55:31.850Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:55:31.850Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632531846, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-07T05:55:31.950Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T05:55:31.952Z||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-07T05:55:31.952Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:55:31.986Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:55:31.987Z||pool-15-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-03-07T05:55:32.851Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-07T05:55:32.852Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env 2022-03-07T05:55:32.852Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-07T05:55:32.853Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:55:32.855Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:55:32.855Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632532851, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-07T05:55:32.955Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T05:55:32.957Z||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-07T05:55:32.957Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:55:32.998Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:55:32.999Z||pool-16-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1} 2022-03-07T05:55:33.857Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar ASDC sendASDCNotification 2022-03-07T05:55:33.857Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar 2022-03-07T05:55:33.862Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-07T05:55:33.863Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:55:33.866Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:55:33.866Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632533857, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar", "status": "DEPLOY_OK" } 2022-03-07T05:55:33.966Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T05:55:33.967Z||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-07T05:55:33.967Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:55:33.987Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:55:33.987Z||pool-17-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-03-07T05:55:34.867Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d4b3a26-848a-4403-936f-fa7e48a7d742 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T05:55:34.886Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d4b3a26-848a-4403-936f-fa7e48a7d742 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T05:55:34.890Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-07T05:55:34.890Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-07T05:55:34.890Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-07T05:56:04.891Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d4b3a26-848a-4403-936f-fa7e48a7d742 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T05:56:04.901Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d4b3a26-848a-4403-936f-fa7e48a7d742 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T05:56:04.906Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-07T05:56:04.906Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-07T05:56:04.906Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-07T05:56:13.832Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:56:13.833Z||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-07T05:56:13.833Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:56:13.876Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:56:13.876Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:56:13.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646632513599, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T05:56:13.877Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:56:34.906Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d4b3a26-848a-4403-936f-fa7e48a7d742 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T05:56:34.921Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d4b3a26-848a-4403-936f-fa7e48a7d742 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T05:56:34.924Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-07T05:56:34.925Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-07T05:56:34.925Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-07T05:57:04.925Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d4b3a26-848a-4403-936f-fa7e48a7d742 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T05:57:04.937Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d4b3a26-848a-4403-936f-fa7e48a7d742 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T05:57:04.942Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-07T05:57:04.942Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-07T05:57:04.942Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-07T05:57:13.832Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:57:13.833Z||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-07T05:57:13.833Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:57:14.380Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:57:14.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:57:14.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632513830, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T05:57:14.385Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:57:14.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:57:14.386Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646632513599, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-07T05:57:14.386Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:57:14.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:57:14.386Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632513830, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json", "status": "NOTIFIED" } 2022-03-07T05:57:14.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:57:14.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:57:14.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646632513599, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-07T05:57:14.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:57:14.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:57:14.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632513830, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-07T05:57:14.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:57:14.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:57:14.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646632513599, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T05:57:14.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:57:14.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:57:14.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632513830, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T05:57:14.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:57:14.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:57:14.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646632513599, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-07T05:57:14.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:57:14.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:57:14.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632513830, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-07T05:57:14.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:57:14.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:57:14.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646632513599, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T05:57:14.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:57:14.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:57:14.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "clamp", "timestamp": 1646632518346, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T05:57:14.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:57:14.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:57:14.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632513830, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T05:57:14.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:57:14.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:57:14.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646632513599, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar", "status": "NOTIFIED" } 2022-03-07T05:57:14.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:57:14.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:57:14.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "clamp", "timestamp": 1646632518346, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json", "status": "NOTIFIED" } 2022-03-07T05:57:14.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:57:14.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:57:14.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632513830, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar", "status": "NOTIFIED" } 2022-03-07T05:57:14.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:57:14.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:57:14.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "clamp", "timestamp": 1646632518346, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-07T05:57:14.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:57:14.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:57:14.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646632521859, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-07T05:57:14.396Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T05:57:14.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:57:14.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "clamp", "timestamp": 1646632518346, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T05:57:14.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:57:14.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:57:14.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632522287, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-07T05:57:14.397Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T05:57:14.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:57:14.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "clamp", "timestamp": 1646632518346, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-07T05:57:14.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:57:14.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:57:14.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "clamp", "timestamp": 1646632518346, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T05:57:14.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:57:14.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:57:14.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "clamp", "timestamp": 1646632518346, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar", "status": "NOTIFIED" } 2022-03-07T05:57:14.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:57:14.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:57:14.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632526676, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-07T05:57:14.399Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T05:57:14.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:57:14.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646632527896, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar", "status": "DEPLOY_OK" } 2022-03-07T05:57:14.399Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T05:57:14.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:57:14.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632528122, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-07T05:57:14.400Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T05:57:14.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:57:14.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646632528903, "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-07T05:57:14.411Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1d4b3a26-848a-4403-936f-fa7e48a7d742 2022-03-07T05:57:14.411Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d4b3a26-848a-4403-936f-fa7e48a7d742 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-07T05:57:14.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:57:14.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632529562, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-07T05:57:14.425Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T05:57:14.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:57:14.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632530841, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json", "status": "DEPLOY_OK" } 2022-03-07T05:57:14.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T05:57:14.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:57:14.427Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632531846, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-07T05:57:14.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T05:57:14.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:57:14.427Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "aai-ml", "timestamp": 1646632532046, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar", "status": "DEPLOY_OK" } 2022-03-07T05:57:14.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T05:57:14.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:57:14.428Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "clamp", "timestamp": 1646632532725, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-07T05:57:14.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T05:57:14.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:57:14.428Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632532851, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-07T05:57:14.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T05:57:14.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:57:14.429Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "aai-ml", "timestamp": 1646632533062, "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-07T05:57:14.437Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1d4b3a26-848a-4403-936f-fa7e48a7d742 2022-03-07T05:57:14.437Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d4b3a26-848a-4403-936f-fa7e48a7d742 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-07T05:57:14.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:57:14.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632533857, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar", "status": "DEPLOY_OK" } 2022-03-07T05:57:14.449Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T05:57:14.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:57:14.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "clamp", "timestamp": 1646632534739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar", "status": "DEPLOY_OK" } 2022-03-07T05:57:14.450Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T05:57:14.450Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:57:14.450Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "clamp", "timestamp": 1646632535745, "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-07T05:57:14.459Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1d4b3a26-848a-4403-936f-fa7e48a7d742 2022-03-07T05:57:14.459Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d4b3a26-848a-4403-936f-fa7e48a7d742 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-07T05:57:34.943Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d4b3a26-848a-4403-936f-fa7e48a7d742 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T05:57:34.954Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d4b3a26-848a-4403-936f-fa7e48a7d742 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T05:57:34.958Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-07T05:57:34.958Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-07T05:57:34.958Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-07T05:57:34.958Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-07T05:57:34.958Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-07T05:57:34.958Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-07T05:57:34.959Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-07T05:57:34.959Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-07T05:57:34.959Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-07T05:57:34.959Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-07T05:57:34.959Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||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-07T05:57:34.964Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-07T05:58:04.965Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1d4b3a26-848a-4403-936f-fa7e48a7d742 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-07T05:58:04.975Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1d4b3a26-848a-4403-936f-fa7e48a7d742 and serviceModelVersionId: e81df428-1765-48d2-96f3-4c15d53debc1 2022-03-07T05:58:04.976Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 22cfa2fb-dceb-45a0-963c-481a50dcbf1d 2022-03-07T05:58:13.832Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:58:13.833Z||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-07T05:58:13.834Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:58:14.496Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:58:14.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "aai-ml", "timestamp": 1646632654136, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T05:58:14.519Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "aai-ml", "timestamp": 1646632654136, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-07T05:58:14.520Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "aai-ml", "timestamp": 1646632654136, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-07T05:58:14.520Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "cds", "timestamp": 1646632657128, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T05:58:14.521Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "ves-openapi-manager", "timestamp": 1646632657038, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T05:58:14.522Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.522Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "aai-ml", "timestamp": 1646632654136, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T05:58:14.522Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "cds", "timestamp": 1646632657128, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-07T05:58:14.523Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "ves-openapi-manager", "timestamp": 1646632657038, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-07T05:58:14.523Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "aai-ml", "timestamp": 1646632654136, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-07T05:58:14.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "cds", "timestamp": 1646632657128, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-07T05:58:14.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "ves-openapi-manager", "timestamp": 1646632657038, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-07T05:58:14.525Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "multicloud-k8s-id", "timestamp": 1646632659419, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T05:58:14.526Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.526Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "aai-ml", "timestamp": 1646632654136, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T05:58:14.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "cds", "timestamp": 1646632657128, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T05:58:14.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "ves-openapi-manager", "timestamp": 1646632657038, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T05:58:14.529Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "multicloud-k8s-id", "timestamp": 1646632659419, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json", "status": "NOTIFIED" } 2022-03-07T05:58:14.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "aai-ml", "timestamp": 1646632654136, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar", "status": "NOTIFIED" } 2022-03-07T05:58:14.537Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "cds", "timestamp": 1646632657128, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-07T05:58:14.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "ves-openapi-manager", "timestamp": 1646632657038, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-07T05:58:14.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "multicloud-k8s-id", "timestamp": 1646632659419, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-07T05:58:14.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "policy-id", "timestamp": 1646632661675, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T05:58:14.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "cds", "timestamp": 1646632657128, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T05:58:14.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "aai-ml", "timestamp": 1646632662709, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-07T05:58:14.540Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T05:58:14.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "ves-openapi-manager", "timestamp": 1646632657038, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T05:58:14.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "multicloud-k8s-id", "timestamp": 1646632659419, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T05:58:14.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "policy-id", "timestamp": 1646632661675, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-07T05:58:14.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "cds", "timestamp": 1646632657128, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar", "status": "NOTIFIED" } 2022-03-07T05:58:14.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "ves-openapi-manager", "timestamp": 1646632657038, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-07T05:58:14.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646632663599, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T05:58:14.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "multicloud-k8s-id", "timestamp": 1646632659419, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-07T05:58:14.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "policy-id", "timestamp": 1646632661675, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-07T05:58:14.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646632663599, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-07T05:58:14.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "cds", "timestamp": 1646632665273, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-07T05:58:14.545Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T05:58:14.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "multicloud-k8s-id", "timestamp": 1646632659419, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T05:58:14.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "policy-id", "timestamp": 1646632661675, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T05:58:14.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646632663599, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-07T05:58:14.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "cds", "timestamp": 1646632666283, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-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-07T05:58:14.563Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ae903e4d-1e90-4fc2-bd69-2e0bffc253ec 2022-03-07T05:58:14.564Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae903e4d-1e90-4fc2-bd69-2e0bffc253ec 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-07T05:58:14.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "multicloud-k8s-id", "timestamp": 1646632659419, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar", "status": "NOTIFIED" } 2022-03-07T05:58:14.576Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "policy-id", "timestamp": 1646632661675, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-07T05:58:14.577Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646632663599, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T05:58:14.577Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "multicloud-k8s-id", "timestamp": 1646632667384, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-07T05:58:14.578Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T05:58:14.578Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "policy-id", "timestamp": 1646632661675, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T05:58:14.578Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.578Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646632663599, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-07T05:58:14.579Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.579Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.579Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "policy-id", "timestamp": 1646632661675, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar", "status": "NOTIFIED" } 2022-03-07T05:58:14.579Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.579Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.579Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "multicloud-k8s-id", "timestamp": 1646632668679, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-07T05:58:14.579Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T05:58:14.579Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.579Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "clamp", "timestamp": 1646632668344, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T05:58:14.580Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.580Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.580Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646632663599, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T05:58:14.580Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.581Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.581Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "clamp", "timestamp": 1646632668344, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json", "status": "NOTIFIED" } 2022-03-07T05:58:14.582Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.582Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.582Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646632663599, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar", "status": "NOTIFIED" } 2022-03-07T05:58:14.582Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.583Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.583Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "policy-id", "timestamp": 1646632669912, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-07T05:58:14.583Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T05:58:14.583Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.583Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "multicloud-k8s-id", "timestamp": 1646632670106, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-07T05:58:14.583Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T05:58:14.584Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.584Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "clamp", "timestamp": 1646632668344, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-07T05:58:14.584Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.584Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.584Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "policy-id", "timestamp": 1646632670922, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar", "status": "DEPLOY_OK" } 2022-03-07T05:58:14.584Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T05:58:14.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "multicloud-k8s-id", "timestamp": 1646632671154, "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-07T05:58:14.592Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae903e4d-1e90-4fc2-bd69-2e0bffc253ec 2022-03-07T05:58:14.592Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae903e4d-1e90-4fc2-bd69-2e0bffc253ec 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-07T05:58:14.604Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.604Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646632671844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-07T05:58:14.604Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T05:58:14.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "clamp", "timestamp": 1646632668344, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T05:58:14.605Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "policy-id", "timestamp": 1646632671947, "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-07T05:58:14.616Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae903e4d-1e90-4fc2-bd69-2e0bffc253ec 2022-03-07T05:58:14.617Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae903e4d-1e90-4fc2-bd69-2e0bffc253ec 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-07T05:58:14.626Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.626Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "multicloud-k8s-id", "timestamp": 1646632672164, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json", "status": "DEPLOY_OK" } 2022-03-07T05:58:14.626Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T05:58:14.626Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.626Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "clamp", "timestamp": 1646632668344, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-07T05:58:14.627Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.627Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.627Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "clamp", "timestamp": 1646632668344, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T05:58:14.627Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.627Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.627Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "clamp", "timestamp": 1646632668344, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar", "status": "NOTIFIED" } 2022-03-07T05:58:14.627Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:58:14.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.628Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646632676495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar", "status": "DEPLOY_OK" } 2022-03-07T05:58:14.628Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T05:58:14.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.628Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646632677525, "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-07T05:58:14.633Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ae903e4d-1e90-4fc2-bd69-2e0bffc253ec 2022-03-07T05:58:14.634Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae903e4d-1e90-4fc2-bd69-2e0bffc253ec 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-07T05:58:14.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "aai-ml", "timestamp": 1646632678791, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar", "status": "DEPLOY_OK" } 2022-03-07T05:58:14.646Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T05:58:14.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "aai-ml", "timestamp": 1646632679818, "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-07T05:58:14.655Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ae903e4d-1e90-4fc2-bd69-2e0bffc253ec 2022-03-07T05:58:14.655Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae903e4d-1e90-4fc2-bd69-2e0bffc253ec 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-07T05:58:14.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "clamp", "timestamp": 1646632687746, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-07T05:58:14.671Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T05:58:14.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "clamp", "timestamp": 1646632690747, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar", "status": "DEPLOY_OK" } 2022-03-07T05:58:14.671Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T05:58:14.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:58:14.672Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "clamp", "timestamp": 1646632691750, "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-07T05:58:14.679Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ae903e4d-1e90-4fc2-bd69-2e0bffc253ec 2022-03-07T05:58:14.679Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae903e4d-1e90-4fc2-bd69-2e0bffc253ec 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-07T05:58:21.147Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/22cfa2fb-dceb-45a0-963c-481a50dcbf1d/model-vers/model-ver/e81df428-1765-48d2-96f3-4c15d53debc1?depth=0 2022-03-07T05:58:21.271Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-03-07T05:58:21.865Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22cfa2fb-dceb-45a0-963c-481a50dcbf1d/model-vers/model-ver/e81df428-1765-48d2-96f3-4c15d53debc1?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-07T05:58:21.870Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22cfa2fb-dceb-45a0-963c-481a50dcbf1d/model-vers/model-ver/e81df428-1765-48d2-96f3-4c15d53debc1?depth=0|INFO|500||Invoke 2022-03-07T05:58:22.012Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22cfa2fb-dceb-45a0-963c-481a50dcbf1d/model-vers/model-ver/e81df428-1765-48d2-96f3-4c15d53debc1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-07T05:58:22.696Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22cfa2fb-dceb-45a0-963c-481a50dcbf1d/model-vers/model-ver/e81df428-1765-48d2-96f3-4c15d53debc1?depth=0|INFO|500||InvokeReturn 2022-03-07T05:58:22.697Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22cfa2fb-dceb-45a0-963c-481a50dcbf1d/model-vers/model-ver/e81df428-1765-48d2-96f3-4c15d53debc1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220307-05:58:22:583-46120], vertex-id=[368728], Content-Length=[0], Date=[Mon, 07 Mar 2022 05:58:22 GMT], Content-Type=[application/json]} 2022-03-07T05:58:22.698Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-03-07T05:58:22.703Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-07T05:58:22.704Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||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-07T05:58:22.710Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||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-07T05:58:22.714Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1d4b3a26-848a-4403-936f-fa7e48a7d742 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-07T05:58:22.718Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-07T05:58:22.719Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:58:22.723Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:58:22.723Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632702715, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-07T05:58:22.823Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T05:58:22.824Z||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-07T05:58:22.824Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:58:22.841Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:58:22.842Z||pool-18-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-07T05:58:23.739Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:58:23.740Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|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-07T05:58:23.740Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:58:28.245Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:58:28.247Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-07T05:58:28.247Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"ae903e4d-1e90-4fc2-bd69-2e0bffc253ec","serviceName":"vFW 2022-03-07 05-55-03","serviceVersion":"1.0","serviceUUID":"a3912e92-0814-4ea4-9dfd-b6c44934ad56","serviceDescription":"catalog service description","serviceInvariantUUID":"24bfba0d-028e-427f-ba95-c6c6e6da4354","resources":[{"resourceInstanceName":"vFW 9d0bb58f-ca4c 0","resourceName":"vFW 9d0bb58f-ca4c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dd78b544-48e6-407c-afa6-d616f501c5bc","resourceInvariantUUID":"58a36b79-85a3-481f-9664-ea1d90d44ffd","resourceCustomizationUUID":"b6e28b51-1d95-43bd-b3fb-6e59420881f8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vf-license-model.xml","artifactChecksum":"YjAzMmI1MzE1MTY5YmE1NTNhMThlMzJhOWI2NzQ5ZWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2f84c88f-7477-4e89-b054-c3558226ec2a","artifactVersion":"1"},{"artifactName":"vfw9d0bb58fca4c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json","artifactChecksum":"MmJhNTYxMmE2M2I5YWEwYTEyNmVmZGQxZDE5MjJjNmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"42fec9c2-04f3-4b5a-b8ed-89c2edd37521","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bef20b4d-6199-4ef7-83ed-4c98cdd8ad55","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vendor-license-model.xml","artifactChecksum":"YWI3MzNkZWQ4ZGZhYjBiZDRhNzcwMjE0OTc5MTBmZGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5d3a0c11-0611-4e39-89b5-1e6e16c86b72","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"62d2e038-c782-4b40-8f55-dec41f23b93e","artifactVersion":"2","generatedFromUUID":"bef20b4d-6199-4ef7-83ed-4c98cdd8ad55"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220307055503-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-template.yml","artifactChecksum":"MmEyZWMwZTVjYjhhNDUyNWVhMTczZGY3YmFlZGQwMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"826b4a30-21da-41a1-8c69-5d7b640b0f35","artifactVersion":"1"},{"artifactName":"service-Vfw20220307055503-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar","artifactChecksum":"NTEzMGZlMTk3MDA4YTM0YzY5YjQ0MDgxNGUyNjBkNGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f991f5b2-75c3-4096-8bd0-36a9225beb50","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-07T05:58:28.250Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-07T05:58:28.251Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:58:28.257Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:58:28.257Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632703739, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T05:58:28.357Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T05:58:28.358Z||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-07T05:58:28.358Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:58:28.382Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:58:28.382Z||pool-19-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-03-07T05:58:29.258Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-07T05:58:29.259Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:58:29.261Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:58:29.261Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632703739, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json", "status": "NOTIFIED" } 2022-03-07T05:58:29.361Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T05:58:29.363Z||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-07T05:58:29.363Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:58:29.382Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:58:29.383Z||pool-20-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-07T05:58:30.262Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-07T05:58:30.263Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:58:30.266Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:58:30.266Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632703739, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-07T05:58:30.366Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T05:58:30.367Z||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-07T05:58:30.368Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:58:30.404Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:58:30.405Z||pool-21-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2022-03-07T05:58:31.267Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-07T05:58:31.268Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:58:31.272Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:58:31.272Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632703739, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T05:58:31.372Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T05:58:31.374Z||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-07T05:58:31.374Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:58:31.405Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:58:31.406Z||pool-22-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 2022-03-07T05:58:32.273Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-07T05:58:32.274Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:58:32.279Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:58:32.280Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632703739, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-07T05:58:32.379Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-07T05:58:32.380Z||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-07T05:58:32.380Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:58:32.421Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:58:32.422Z||pool-23-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2022-03-07T05:58:33.281Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-07T05:58:33.282Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:58:33.285Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:58:33.286Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632703739, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T05:58:33.386Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T05:58:33.387Z||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-07T05:58:33.387Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:58:33.405Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:58:33.406Z||pool-24-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-03-07T05:58:34.287Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-07T05:58:34.288Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:58:34.290Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:58:34.291Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632703739, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar", "status": "NOTIFIED" } 2022-03-07T05:58:34.391Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T05:58:34.392Z||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-07T05:58:34.392Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:58:34.419Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:58:34.420Z||pool-25-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-03-07T05:58:35.293Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "serviceName": "vFW 2022-03-07 05-55-03", "serviceVersion": "1.0", "serviceUUID": "a3912e92-0814-4ea4-9dfd-b6c44934ad56", "serviceDescription": "catalog service description", "serviceInvariantUUID": "24bfba0d-028e-427f-ba95-c6c6e6da4354", "resources": [ { "resourceInstanceName": "vFW 9d0bb58f-ca4c 0", "resourceCustomizationUUID": "b6e28b51-1d95-43bd-b3fb-6e59420881f8", "resourceName": "vFW 9d0bb58f-ca4c", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dd78b544-48e6-407c-afa6-d616f501c5bc", "resourceInvariantUUID": "58a36b79-85a3-481f-9664-ea1d90d44ffd", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw9d0bb58fca4c0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json", "artifactChecksum": "MmJhNTYxMmE2M2I5YWEwYTEyNmVmZGQxZDE5MjJjNmU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "42fec9c2-04f3-4b5a-b8ed-89c2edd37521", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "bef20b4d-6199-4ef7-83ed-4c98cdd8ad55", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "62d2e038-c782-4b40-8f55-dec41f23b93e", "generatedFromUUID": "bef20b4d-6199-4ef7-83ed-4c98cdd8ad55" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "62d2e038-c782-4b40-8f55-dec41f23b93e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220307055503-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar", "artifactChecksum": "NTEzMGZlMTk3MDA4YTM0YzY5YjQ0MDgxNGUyNjBkNGI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f991f5b2-75c3-4096-8bd0-36a9225beb50" } ], "workloadContext": "Production" } 2022-03-07T05:58:35.294Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-07T05:58:35.295Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a3912e92-0814-4ea4-9dfd-b6c44934ad56 ASDC 2022-03-07T05:58:35.295Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:ae903e4d-1e90-4fc2-bd69-2e0bffc253ec ServiceName:vFW 2022-03-07 05-55-03 ServiceVersion:1.0 ServiceUUID:a3912e92-0814-4ea4-9dfd-b6c44934ad56 ServiceInvariantUUID:24bfba0d-028e-427f-ba95-c6c6e6da4354 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220307055503-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar ArtifactUUID:f991f5b2-75c3-4096-8bd0-36a9225beb50 ArtifactChecksum:NTEzMGZlMTk3MDA4YTM0YzY5YjQ0MDgxNGUyNjBkNGI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 9d0bb58f-ca4c 0 ResourceCustomizationUUID:b6e28b51-1d95-43bd-b3fb-6e59420881f8 ResourceInvariantUUID:58a36b79-85a3-481f-9664-ea1d90d44ffd ResourceName:vFW 9d0bb58f-ca4c ResourceType:VF ResourceUUID:dd78b544-48e6-407c-afa6-d616f501c5bc ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw9d0bb58fca4c0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json ArtifactUUID:42fec9c2-04f3-4b5a-b8ed-89c2edd37521 ArtifactChecksum:MmJhNTYxMmE2M2I5YWEwYTEyNmVmZGQxZDE5MjJjNmU= 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/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml ArtifactUUID:bef20b4d-6199-4ef7-83ed-4c98cdd8ad55 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/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env ArtifactUUID:62d2e038-c782-4b40-8f55-dec41f23b93e 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/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env ArtifactUUID:62d2e038-c782-4b40-8f55-dec41f23b93e ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-07T05:58:35.296Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a3912e92-0814-4ea4-9dfd-b6c44934ad56 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-07T05:58:35.335Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-07T05:58:35.336Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-07T05:58:35.336Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-07T05:58:35.336Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f991f5b2-75c3-4096-8bd0-36a9225beb50 from URL: /sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar 2022-03-07T05:58:35.336Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-07T05:58:35.336Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar 2022-03-07T05:58:35.513Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-07T05:58:35.520Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar f991f5b2-75c3-4096-8bd0-36a9225beb50 98984 2022-03-07T05:58:35.520Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar ASDC sendASDCNotification 2022-03-07T05:58:35.520Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar 2022-03-07T05:58:35.521Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-07T05:58:35.521Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:58:35.523Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:58:35.523Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632715520, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-07T05:58:35.624Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T05:58:35.625Z||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-07T05:58:35.625Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:58:35.653Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:58:35.654Z||pool-26-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-03-07T05:58:36.524Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-07T05:58:36.526Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-07T05:58:36.526Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: f991f5b2-75c3-4096-8bd0-36a9225beb50, URL: /sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar to file: /app/ASDC/1/service-Vfw20220307055503-csar.csar 2022-03-07T05:58:36.527Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220307055503-csar.csar 2022-03-07T05:58:36.528Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220307055503-csar.csar 2022-03-07T05:58:36.528Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220307055503-csar.csar 2022-03-07T05:58:36.733Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3787892772911500405/Definitions/service-Vfw20220307055503-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2022-03-07T05:58:39.078Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-07T05:58:39.079Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-07T05:58:39.079Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220307055503-csar.csar 2022-03-07T05:58:39.079Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-07T05:58:39.080Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220307055503-csar.csar 2022-03-07T05:58:39.080Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220307055503-csar.csar 2022-03-07T05:58:39.080Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220307055503-csar.csar 2022-03-07T05:58:39.080Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220307055503-csar.csar 2022-03-07T05:58:39.080Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220307055503-csar.csar 2022-03-07T05:58:39.081Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220307055503-csar.csar 2022-03-07T05:58:39.081Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9d0bb58f-ca4c 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-Vfw20220307055503-csar.csar 2022-03-07T05:58:39.081Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220307055503-csar.csar 2022-03-07T05:58:39.081Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220307055503-csar.csar 2022-03-07T05:58:39.081Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220307055503-csar.csar 2022-03-07T05:58:39.082Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220307055503-csar.csar 2022-03-07T05:58:39.082Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220307055503-csar.csar 2022-03-07T05:58:39.082Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220307055503-csar.csar 2022-03-07T05:58:39.082Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-07T05:58:39.082Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:58:39.083Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-07 05-55-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:58:39.083Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d0bb58f-ca4c 0 is matching search criteria 2022-03-07T05:58:39.083Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-07T05:58:39.084Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 9d0bb58f-ca4c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-07T05:58:39.084Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:58:39.084Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-07 05-55-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:58:39.084Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d0bb58f-ca4c 0 is matching search criteria 2022-03-07T05:58:39.085Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-07T05:58:39.085Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 9d0bb58f-ca4c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-07T05:58:39.085Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:58:39.086Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-07 05-55-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:58:39.086Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:58:39.086Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d0bb58f-ca4c 0 is not matching search criteria 2022-03-07T05:58:39.087Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-07T05:58:39.087Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-07T05:58:39.087Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-07T05:58:39.088Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-07T05:58:39.088Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-07T05:58:39.088Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-07T05:58:39.088Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-07T05:58:39.088Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-07T05:58:39.089Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-07T05:58:39.089Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-07T05:58:39.089Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-07T05:58:39.090Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-07T05:58:39.090Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-07T05:58:39.090Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-07T05:58:39.090Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-07T05:58:39.091Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-07T05:58:39.091Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:58:39.091Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-07 05-55-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-07T05:58:39.092Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:58:39.092Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d0bb58f-ca4c 0 is matching search criteria 2022-03-07T05:58:39.092Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 9d0bb58f-ca4c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-07T05:58:39.093Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:58:39.093Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d0bb58f-ca4c 0 is matching search criteria 2022-03-07T05:58:39.094Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 9d0bb58f-ca4c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-07T05:58:39.094Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:58:39.094Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d0bb58f-ca4c 0 is matching search criteria 2022-03-07T05:58:39.094Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 9d0bb58f-ca4c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-07T05:58:39.095Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:58:39.095Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d0bb58f-ca4c 0 is not matching search criteria 2022-03-07T05:58:39.095Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-07T05:58:39.095Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-07T05:58:39.096Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-07T05:58:39.096Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-07T05:58:39.096Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-07T05:58:39.097Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-07T05:58:39.097Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-07T05:58:39.097Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-07T05:58:39.098Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-07T05:58:39.098Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-07T05:58:39.098Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-07T05:58:39.099Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e91a99a7-ff7c-4159-8a15-24e0d749a9d9 2022-03-07T05:58:39.099Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:58:39.099Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d0bb58f-ca4c 0 is not matching search criteria 2022-03-07T05:58:39.100Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-07T05:58:39.100Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-07T05:58:39.100Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-07T05:58:39.100Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-07T05:58:39.101Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-07T05:58:39.101Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-07T05:58:39.101Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-07T05:58:39.101Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-07T05:58:39.102Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-07T05:58:39.102Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-07T05:58:39.102Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-07T05:58:39.102Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-07T05:58:39.103Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=597f4bf5-92b3-4831-ba0b-f727807bac0c 2022-03-07T05:58:39.103Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:58:39.103Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d0bb58f-ca4c 0 is not matching search criteria 2022-03-07T05:58:39.104Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-07T05:58:39.104Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-07T05:58:39.104Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-07T05:58:39.105Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-07T05:58:39.105Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-07T05:58:39.105Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-07T05:58:39.105Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-07T05:58:39.106Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-07T05:58:39.106Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-07T05:58:39.106Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-07T05:58:39.106Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-07T05:58:39.107Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-07T05:58:39.107Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0f92c77f-505a-439e-9690-75b75eafe1c4 2022-03-07T05:58:39.107Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:58:39.107Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-07 05-55-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:58:39.108Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:58:39.108Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-07 05-55-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:58:39.108Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:58:39.109Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-07 05-55-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:58:39.109Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:58:39.109Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-07 05-55-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:58:39.109Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-07 05-55-03 Description:catalog service description Model UUID:a3912e92-0814-4ea4-9dfd-b6c44934ad56 Model Version:NULL Model InvariantUuid:24bfba0d-028e-427f-ba95-c6c6e6da4354 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 9d0bb58f-ca4c Model UUID:e9afcf18-0515-4b77-8f60-8b068850ca04 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:58a36b79-85a3-481f-9664-ea1d90d44ffd Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b6e28b51-1d95-43bd-b3fb-6e59420881f8 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f00ef033-2c8f-4a23-8217-cd10965cfcfd ModelName:Vfw9d0bb58fCa4c..base_vfw..module-0 ModelUuid:eee171b3-de05-48e0-86f9-9b79bb25f18b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e91a99a7-ff7c-4159-8a15-24e0d749a9d9 ModelInvariantUuid:8b245e43-5740-43db-9b17-fb3fbf117644 ModelName:vFW 9d0bb58f-ca4c-nodes.vfwCvfc ModelUuid:45fe4c2d-90a1-42c4-941d-eccc163fb834 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:863abbd2-ac5d-4163-beb1-5aaa11e94672 ModelInvariantUuid:b920a006-9462-4575-9d5e-5592d4f1bb2a ModelName:Vfw9d0bb58fCa4c.compute.nodes.heat.vfw ModelUuid:eed31c84-f522-44d4-984e-7f87520c121a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:597f4bf5-92b3-4831-ba0b-f727807bac0c ModelInvariantUuid:34f266d4-241e-4f6a-802a-f527f33017c8 ModelName:vFW 9d0bb58f-ca4c-nodes.vsnCvfc ModelUuid:eaf54b6d-cc98-4443-9bbb-b79a9800342b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:76959536-d5de-463e-864d-f9a5d5032f5b ModelInvariantUuid:6c81b988-a9aa-4478-bfa9-d6d97872c5eb ModelName:Vfw9d0bb58fCa4c.compute.nodes.heat.vsn ModelUuid:180d5b31-2264-430d-9c63-459cd2daf373 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:0f92c77f-505a-439e-9690-75b75eafe1c4 ModelInvariantUuid:e5b30eb2-f81c-4aef-9eb9-4467d5cbd84f ModelName:vFW 9d0bb58f-ca4c-nodes.vpgCvfc ModelUuid:c66e057d-9d07-4bad-bcaf-80d979628d57 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:e1849f98-4556-49ab-93d6-e75ec7a196cc ModelInvariantUuid:23c6d52c-b5e3-4df7-9645-b9214e3eeff6 ModelName:Vfw9d0bb58fCa4c.compute.nodes.heat.vpg ModelUuid:455c0b20-93f6-4eef-a7ce-7a3890cbf36d 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-07T05:58:39.116Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: dd78b544-48e6-407c-afa6-d616f501c5bc Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-07T05:58:39.119Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||vFW 9d0bb58f-ca4c 0 2022-03-07T05:58:39.120Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dd78b544-48e6-407c-afa6-d616f501c5bc 2022-03-07T05:58:39.120Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 42fec9c2-04f3-4b5a-b8ed-89c2edd37521 from URL: /sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json 2022-03-07T05:58:39.120Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-07T05:58:39.120Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json 2022-03-07T05:58:39.413Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-07T05:58:39.414Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json 42fec9c2-04f3-4b5a-b8ed-89c2edd37521 785 2022-03-07T05:58:39.415Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json ASDC sendASDCNotification 2022-03-07T05:58:39.416Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json 2022-03-07T05:58:39.416Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-07T05:58:39.417Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:58:39.419Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:58:39.419Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632719415, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-07T05:58:39.519Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T05:58:39.521Z||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-07T05:58:39.521Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:58:39.562Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:58:39.563Z||pool-27-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2022-03-07T05:58:40.420Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw9d0bb58fCa4c..base_vfw..module-0", "vfModuleModelInvariantUUID": "f00ef033-2c8f-4a23-8217-cd10965cfcfd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "eee171b3-de05-48e0-86f9-9b79bb25f18b", "vfModuleModelCustomizationUUID": "a0def063-8138-4c2e-bafb-1b1dc81d70db", "isBase": true, "artifacts": [ "bef20b4d-6199-4ef7-83ed-4c98cdd8ad55", "62d2e038-c782-4b40-8f55-dec41f23b93e" ], "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-07T05:58:40.425Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw9d0bb58fCa4c..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:eee171b3-de05-48e0-86f9-9b79bb25f18b VfModuleModelInvariantUUID:f00ef033-2c8f-4a23-8217-cd10965cfcfd VfModuleModelDescription:NULL Artifacts UUID List:{ bef20b4d-6199-4ef7-83ed-4c98cdd8ad55 , 62d2e038-c782-4b40-8f55-dec41f23b93e } 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-07T05:58:40.427Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw9d0bb58fCa4c..base_vfw..module-0", "vfModuleModelInvariantUUID": "f00ef033-2c8f-4a23-8217-cd10965cfcfd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "eee171b3-de05-48e0-86f9-9b79bb25f18b", "vfModuleModelCustomizationUUID": "a0def063-8138-4c2e-bafb-1b1dc81d70db", "isBase": true, "artifacts": [ "bef20b4d-6199-4ef7-83ed-4c98cdd8ad55", "62d2e038-c782-4b40-8f55-dec41f23b93e" ], "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-07T05:58:40.428Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw9d0bb58fCa4c..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:eee171b3-de05-48e0-86f9-9b79bb25f18b VfModuleModelInvariantUUID:f00ef033-2c8f-4a23-8217-cd10965cfcfd VfModuleModelDescription:NULL Artifacts UUID List:{ bef20b4d-6199-4ef7-83ed-4c98cdd8ad55 , 62d2e038-c782-4b40-8f55-dec41f23b93e } 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-07T05:58:40.428Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bef20b4d-6199-4ef7-83ed-4c98cdd8ad55 from URL: /sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml 2022-03-07T05:58:40.428Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-07T05:58:40.429Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml 2022-03-07T05:58:40.609Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-07T05:58:40.611Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml bef20b4d-6199-4ef7-83ed-4c98cdd8ad55 20368 2022-03-07T05:58:40.611Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-07T05:58:40.611Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml 2022-03-07T05:58:40.611Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-07T05:58:40.612Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:58:40.614Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:58:40.614Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632720611, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-07T05:58:40.715Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T05:58:40.716Z||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-07T05:58:40.716Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:58:40.743Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:58:40.744Z||pool-28-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-03-07T05:58:41.615Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 62d2e038-c782-4b40-8f55-dec41f23b93e from URL: /sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env 2022-03-07T05:58:41.617Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-07T05:58:41.617Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env 2022-03-07T05:58:41.783Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-07T05:58:41.784Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env 62d2e038-c782-4b40-8f55-dec41f23b93e 2098 2022-03-07T05:58:41.785Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-07T05:58:41.785Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env 2022-03-07T05:58:41.785Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-07T05:58:41.786Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:58:41.788Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:58:41.788Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632721785, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-07T05:58:41.888Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-07T05:58:41.890Z||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-07T05:58:41.890Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:58:41.930Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:58:41.931Z||pool-29-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-03-07T05:58:42.789Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: a3912e92-0814-4ea4-9dfd-b6c44934ad56 2022-03-07T05:58:42.790Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9d0bb58f-ca4c 0 dd78b544-48e6-407c-afa6-d616f501c5bc 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-07T05:58:42.814Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@403bfcd, org.onap.sdc.toscaparser.api.parameters.Input@39684bca, org.onap.sdc.toscaparser.api.parameters.Input@f6fc755, org.onap.sdc.toscaparser.api.parameters.Input@73b9ae69, org.onap.sdc.toscaparser.api.parameters.Input@6a5d8a04] 2022-03-07T05:58:42.817Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:58:42.818Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-07 05-55-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:58:42.819Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-03-07T05:58:42.819Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= b6e28b51-1d95-43bd-b3fb-6e59420881f8 2022-03-07T05:58:42.820Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b6e28b51-1d95-43bd-b3fb-6e59420881f8 matches Tosca VF Customization UUID: b6e28b51-1d95-43bd-b3fb-6e59420881f8 2022-03-07T05:58:42.820Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: b6e28b51-1d95-43bd-b3fb-6e59420881f8 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-07T05:58:42.824Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:58:42.825Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-07 05-55-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:58:42.826Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id b6e28b51-1d95-43bd-b3fb-6e59420881f8: {\"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-07T05:58:42.827Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5e40a21f 2022-03-07T05:58:42.827Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:58:42.828Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-07 05-55-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-07T05:58:42.829Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a0def063-8138-4c2e-bafb-1b1dc81d70db 2022-03-07T05:58:42.829Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a0def063-8138-4c2e-bafb-1b1dc81d70db 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-07T05:58:42.833Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:58:42.833Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d0bb58f-ca4c 0 is matching search criteria 2022-03-07T05:58:42.834Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 9d0bb58f-ca4c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-07T05:58:42.835Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:58:42.835Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d0bb58f-ca4c 0 is matching search criteria 2022-03-07T05:58:42.836Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 9d0bb58f-ca4c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-07T05:58:42.836Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:58:42.837Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d0bb58f-ca4c 0 is not matching search criteria 2022-03-07T05:58:42.837Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-07T05:58:42.838Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-07T05:58:42.839Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-07T05:58:42.839Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-07T05:58:42.839Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-07T05:58:42.840Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-07T05:58:42.841Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-07T05:58:42.841Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-07T05:58:42.842Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-07T05:58:42.842Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-07T05:58:42.843Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-07T05:58:42.843Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e91a99a7-ff7c-4159-8a15-24e0d749a9d9 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-07T05:58:42.848Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:58:42.848Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d0bb58f-ca4c 0 is matching search criteria 2022-03-07T05:58:42.849Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 9d0bb58f-ca4c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-07T05:58:42.850Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:58:42.850Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d0bb58f-ca4c 0 is not matching search criteria 2022-03-07T05:58:42.851Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-07T05:58:42.851Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-07T05:58:42.852Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-07T05:58:42.852Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-07T05:58:42.853Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-07T05:58:42.854Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-07T05:58:42.854Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-07T05:58:42.854Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-07T05:58:42.855Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-07T05:58:42.855Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-07T05:58:42.856Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-07T05:58:42.856Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-07T05:58:42.857Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=597f4bf5-92b3-4831-ba0b-f727807bac0c 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-07T05:58:42.861Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:58:42.862Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d0bb58f-ca4c 0 is matching search criteria 2022-03-07T05:58:42.862Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 9d0bb58f-ca4c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-07T05:58:42.866Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:58:42.867Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d0bb58f-ca4c 0 is not matching search criteria 2022-03-07T05:58:42.867Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-07T05:58:42.868Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-07T05:58:42.868Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-07T05:58:42.869Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-07T05:58:42.869Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-07T05:58:42.869Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-07T05:58:42.870Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-07T05:58:42.870Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-07T05:58:42.871Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-07T05:58:42.871Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-07T05:58:42.871Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-07T05:58:42.872Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-07T05:58:42.872Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0f92c77f-505a-439e-9690-75b75eafe1c4 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-07T05:58:42.877Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:58:42.877Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d0bb58f-ca4c 0 is matching search criteria 2022-03-07T05:58:42.878Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 9d0bb58f-ca4c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-07T05:58:42.878Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:58:42.879Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d0bb58f-ca4c 0 is matching search criteria 2022-03-07T05:58:42.879Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 9d0bb58f-ca4c 0] matching following query criteria: sdcType=VF, customizationUUID=b6e28b51-1d95-43bd-b3fb-6e59420881f8 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-07T05:58:42.882Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:58:42.883Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-07 05-55-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:58:42.883Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid a3912e92-0814-4ea4-9dfd-b6c44934ad56: vFW 9d0bb58f-ca4c 2022-03-07T05:58:42.884Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:58:42.884Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-07 05-55-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:58:42.885Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:58:42.885Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-07 05-55-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:58:42.886Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:58:42.886Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-07 05-55-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:58:42.887Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:58:42.887Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-07 05-55-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:58:42.888Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:58:42.888Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-07 05-55-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:58:42.889Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-03-07 05-55-03 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-07T05:58:43.083Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9d0bb58f-ca4c dd78b544-48e6-407c-afa6-d616f501c5bc 1 ASDC deployResourceStructure 2022-03-07T05:58:43.084Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json ASDC sendASDCNotification 2022-03-07T05:58:43.085Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json 2022-03-07T05:58:43.085Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-07T05:58:43.086Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:58:43.089Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:58:43.090Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632723084, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json", "status": "DEPLOY_OK" } 2022-03-07T05:58:43.190Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T05:58:43.191Z||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-07T05:58:43.191Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:58:43.207Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:58:43.208Z||pool-30-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-07T05:58:44.091Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-07T05:58:44.092Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml 2022-03-07T05:58:44.092Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-07T05:58:44.093Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:58:44.095Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:58:44.095Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632724091, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-07T05:58:44.195Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T05:58:44.196Z||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-07T05:58:44.197Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:58:44.252Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:58:44.253Z||pool-31-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":1,"count":1} 2022-03-07T05:58:45.096Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-07T05:58:45.097Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env 2022-03-07T05:58:45.097Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-07T05:58:45.098Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:58:45.100Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:58:45.100Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632725096, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-07T05:58:45.200Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T05:58:45.201Z||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-07T05:58:45.202Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:58:45.219Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:58:45.220Z||pool-32-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-07T05:58:46.101Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar ASDC sendASDCNotification 2022-03-07T05:58:46.102Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar 2022-03-07T05:58:46.102Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-07T05:58:46.103Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:58:46.106Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:58:46.106Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632726101, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar", "status": "DEPLOY_OK" } 2022-03-07T05:58:46.206Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T05:58:46.209Z||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-07T05:58:46.209Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:58:46.250Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:58:46.251Z||pool-33-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2022-03-07T05:58:47.107Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae903e4d-1e90-4fc2-bd69-2e0bffc253ec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T05:58:47.121Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae903e4d-1e90-4fc2-bd69-2e0bffc253ec Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T05:58:47.127Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-07T05:58:47.127Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-07T05:58:47.127Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-07T05:58:47.128Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-07T05:58:47.128Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-07T05:58:47.128Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-07T05:58:47.129Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-07T05:58:47.129Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-07T05:58:47.129Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-07T05:58:47.130Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-07T05:58:47.130Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||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-07T05:58:47.137Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-07T05:59:13.832Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:59:13.833Z||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-07T05:59:13.833Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:59:14.479Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:59:14.480Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:59:14.480Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632702715, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-07T05:59:14.481Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T05:59:14.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:59:14.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632703739, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T05:59:14.482Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:59:14.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:59:14.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632703739, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json", "status": "NOTIFIED" } 2022-03-07T05:59:14.482Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:59:14.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:59:14.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632703739, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-07T05:59:14.483Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:59:14.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:59:14.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632703739, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T05:59:14.483Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:59:14.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:59:14.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632703739, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-07T05:59:14.484Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:59:14.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:59:14.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632703739, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T05:59:14.484Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:59:14.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:59:14.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632703739, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar", "status": "NOTIFIED" } 2022-03-07T05:59:14.485Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T05:59:14.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:59:14.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632715520, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-07T05:59:14.485Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T05:59:14.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:59:14.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632719415, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-07T05:59:14.486Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T05:59:14.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:59:14.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632720611, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-07T05:59:14.486Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T05:59:14.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:59:14.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632721785, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-07T05:59:14.487Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T05:59:14.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:59:14.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632723084, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json", "status": "DEPLOY_OK" } 2022-03-07T05:59:14.487Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T05:59:14.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:59:14.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632724091, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-07T05:59:14.488Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T05:59:14.488Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:59:14.488Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632725096, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-07T05:59:14.488Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T05:59:14.488Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T05:59:14.488Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632726101, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar", "status": "DEPLOY_OK" } 2022-03-07T05:59:14.488Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T05:59:17.138Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ae903e4d-1e90-4fc2-bd69-2e0bffc253ec 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-07T05:59:17.147Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ae903e4d-1e90-4fc2-bd69-2e0bffc253ec and serviceModelVersionId: a3912e92-0814-4ea4-9dfd-b6c44934ad56 2022-03-07T05:59:17.148Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 24bfba0d-028e-427f-ba95-c6c6e6da4354 2022-03-07T05:59:17.149Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/24bfba0d-028e-427f-ba95-c6c6e6da4354/model-vers/model-ver/a3912e92-0814-4ea4-9dfd-b6c44934ad56?depth=0 2022-03-07T05:59:17.153Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-03-07T05:59:17.212Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24bfba0d-028e-427f-ba95-c6c6e6da4354/model-vers/model-ver/a3912e92-0814-4ea4-9dfd-b6c44934ad56?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-07T05:59:17.214Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24bfba0d-028e-427f-ba95-c6c6e6da4354/model-vers/model-ver/a3912e92-0814-4ea4-9dfd-b6c44934ad56?depth=0|INFO|500||Invoke 2022-03-07T05:59:17.257Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24bfba0d-028e-427f-ba95-c6c6e6da4354/model-vers/model-ver/a3912e92-0814-4ea4-9dfd-b6c44934ad56?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-07T05:59:17.667Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24bfba0d-028e-427f-ba95-c6c6e6da4354/model-vers/model-ver/a3912e92-0814-4ea4-9dfd-b6c44934ad56?depth=0|INFO|500||InvokeReturn 2022-03-07T05:59:17.668Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24bfba0d-028e-427f-ba95-c6c6e6da4354/model-vers/model-ver/a3912e92-0814-4ea4-9dfd-b6c44934ad56?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220307-05:59:17:826-80723], vertex-id=[372952], Content-Length=[0], Date=[Mon, 07 Mar 2022 05:59:17 GMT], Content-Type=[application/json]} 2022-03-07T05:59:17.669Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-03-07T05:59:17.669Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-07T05:59:17.669Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||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-07T05:59:17.676Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||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-07T05:59:17.677Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ae903e4d-1e90-4fc2-bd69-2e0bffc253ec and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-07T05:59:17.677Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-07T05:59:17.677Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:59:17.680Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:59:17.681Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632757677, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-07T05:59:17.781Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T05:59:17.783Z||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-07T05:59:17.783Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:59:17.806Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:59:17.807Z||pool-34-thread-1|||||INFO|500||cambria reply ok (25 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-07T05:59:18.693Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:59:18.694Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|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-07T05:59:18.694Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:59:28.335Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:59:28.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T05:59:28.336Z||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-07T05:59:28.336Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T05:59:35.637Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:59:35.638Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-07T05:59:35.638Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"1a18303b-af10-4c53-844e-4b06525bc882","serviceName":"vFW 2022-03-07 05-57-18","serviceVersion":"1.0","serviceUUID":"54bf92c1-f9df-4210-80f7-29bdd19ccd9b","serviceDescription":"catalog service description","serviceInvariantUUID":"e5af3c20-46da-4634-9e75-4f7fc73d5d47","resources":[{"resourceInstanceName":"vFW eed413d6-8496 0","resourceName":"vFW eed413d6-8496","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"77191206-2e87-4b74-967e-00cf29ae5f2e","resourceInvariantUUID":"0eeeed03-ae6c-476f-897f-a552da42760f","resourceCustomizationUUID":"f79aed85-f075-49b7-805d-f01cff24486f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vf-license-model.xml","artifactChecksum":"MDJhYjU1ZjUzYWEwODNhMTg5NGJjZGYwMTViZTIwY2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9ab05b26-a4f5-429b-a13c-3a8a84a8d280","artifactVersion":"1"},{"artifactName":"vfweed413d684960_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vfweed413d684960_modules.json","artifactChecksum":"Y2FhNzM0ZjNmNGFjYzRmMWQzNzZjZjZkZjIzMGE4Yjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ac8be71b-4c17-48cb-9787-88fd7843072c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"babf3dc8-439a-4467-96d8-7d11570859db","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vendor-license-model.xml","artifactChecksum":"ZTM0NjFkNmY2ZDNhZGZiNzdiOTZmNTA4YjI3ODA5NWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"54382d2e-38d1-49c9-be25-3310b62f9521","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cc563040-4fb5-4469-9d3c-ef0e969d796b","artifactVersion":"2","generatedFromUUID":"babf3dc8-439a-4467-96d8-7d11570859db"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220307055718-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-template.yml","artifactChecksum":"NTdjMTk1OWI1NWQ0NzNmYjZmMTlkYzliZjUzNDhiYzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da46a36b-9d15-4e7c-831f-e05810de035b","artifactVersion":"1"},{"artifactName":"service-Vfw20220307055718-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-csar.csar","artifactChecksum":"N2M0YzMxZGZiYjVkY2I1YmEyY2QzMzExM2FjMzE4MjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4ad15e05-496f-42c3-aaa3-1d3376a52232","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-07T05:59:35.642Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-07T05:59:35.642Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:59:35.644Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:59:35.644Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632768336, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T05:59:35.744Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T05:59:35.746Z||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-07T05:59:35.746Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:59:35.780Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:59:35.781Z||pool-35-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-03-07T05:59:36.645Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-07T05:59:36.646Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:59:36.648Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:59:36.649Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632768336, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vfweed413d684960_modules.json", "status": "NOTIFIED" } 2022-03-07T05:59:36.749Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T05:59:36.750Z||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-07T05:59:36.750Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:59:36.769Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:59:36.770Z||pool-36-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-07T05:59:37.649Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-07T05:59:37.651Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:59:37.655Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:59:37.655Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632768336, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-07T05:59:37.758Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-03-07T05:59:37.759Z||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-07T05:59:37.759Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:59:37.798Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:59:37.799Z||pool-37-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-03-07T05:59:38.656Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-07T05:59:38.657Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:59:38.659Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:59:38.659Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632768336, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T05:59:38.759Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T05:59:38.761Z||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-07T05:59:38.761Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:59:38.803Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:59:38.803Z||pool-38-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1} 2022-03-07T05:59:39.661Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-07T05:59:39.662Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:59:39.665Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:59:39.665Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632768336, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-07T05:59:39.765Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T05:59:39.766Z||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-07T05:59:39.766Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:59:39.800Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:59:39.801Z||pool-39-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-03-07T05:59:40.666Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-07T05:59:40.667Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:59:40.669Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:59:40.669Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632768336, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T05:59:40.769Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T05:59:40.770Z||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-07T05:59:40.771Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:59:40.857Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:59:40.858Z||pool-40-thread-1|||||INFO|500||cambria reply ok (89 ms):{"serverTimeMs":0,"count":1} 2022-03-07T05:59:41.670Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-07T05:59:41.670Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:59:41.672Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:59:41.673Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632768336, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-csar.csar", "status": "NOTIFIED" } 2022-03-07T05:59:41.773Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T05:59:41.777Z||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-07T05:59:41.777Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:59:41.799Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:59:41.800Z||pool-41-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-03-07T05:59:42.674Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "serviceName": "vFW 2022-03-07 05-57-18", "serviceVersion": "1.0", "serviceUUID": "54bf92c1-f9df-4210-80f7-29bdd19ccd9b", "serviceDescription": "catalog service description", "serviceInvariantUUID": "e5af3c20-46da-4634-9e75-4f7fc73d5d47", "resources": [ { "resourceInstanceName": "vFW eed413d6-8496 0", "resourceCustomizationUUID": "f79aed85-f075-49b7-805d-f01cff24486f", "resourceName": "vFW eed413d6-8496", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "77191206-2e87-4b74-967e-00cf29ae5f2e", "resourceInvariantUUID": "0eeeed03-ae6c-476f-897f-a552da42760f", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfweed413d684960_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vfweed413d684960_modules.json", "artifactChecksum": "Y2FhNzM0ZjNmNGFjYzRmMWQzNzZjZjZkZjIzMGE4Yjk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ac8be71b-4c17-48cb-9787-88fd7843072c", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "babf3dc8-439a-4467-96d8-7d11570859db", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "cc563040-4fb5-4469-9d3c-ef0e969d796b", "generatedFromUUID": "babf3dc8-439a-4467-96d8-7d11570859db" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "cc563040-4fb5-4469-9d3c-ef0e969d796b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220307055718-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-csar.csar", "artifactChecksum": "N2M0YzMxZGZiYjVkY2I1YmEyY2QzMzExM2FjMzE4MjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4ad15e05-496f-42c3-aaa3-1d3376a52232" } ], "workloadContext": "Production" } 2022-03-07T05:59:42.675Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-07T05:59:42.675Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 54bf92c1-f9df-4210-80f7-29bdd19ccd9b ASDC 2022-03-07T05:59:42.676Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:1a18303b-af10-4c53-844e-4b06525bc882 ServiceName:vFW 2022-03-07 05-57-18 ServiceVersion:1.0 ServiceUUID:54bf92c1-f9df-4210-80f7-29bdd19ccd9b ServiceInvariantUUID:e5af3c20-46da-4634-9e75-4f7fc73d5d47 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220307055718-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-csar.csar ArtifactUUID:4ad15e05-496f-42c3-aaa3-1d3376a52232 ArtifactChecksum:N2M0YzMxZGZiYjVkY2I1YmEyY2QzMzExM2FjMzE4MjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW eed413d6-8496 0 ResourceCustomizationUUID:f79aed85-f075-49b7-805d-f01cff24486f ResourceInvariantUUID:0eeeed03-ae6c-476f-897f-a552da42760f ResourceName:vFW eed413d6-8496 ResourceType:VF ResourceUUID:77191206-2e87-4b74-967e-00cf29ae5f2e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfweed413d684960_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vfweed413d684960_modules.json ArtifactUUID:ac8be71b-4c17-48cb-9787-88fd7843072c ArtifactChecksum:Y2FhNzM0ZjNmNGFjYzRmMWQzNzZjZjZkZjIzMGE4Yjk= 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/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.yaml ArtifactUUID:babf3dc8-439a-4467-96d8-7d11570859db 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/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.env ArtifactUUID:cc563040-4fb5-4469-9d3c-ef0e969d796b 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/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.env ArtifactUUID:cc563040-4fb5-4469-9d3c-ef0e969d796b ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-07T05:59:42.676Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 54bf92c1-f9df-4210-80f7-29bdd19ccd9b 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-07T05:59:42.718Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-07T05:59:42.719Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-07T05:59:42.719Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-07T05:59:42.719Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4ad15e05-496f-42c3-aaa3-1d3376a52232 from URL: /sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-csar.csar 2022-03-07T05:59:42.719Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-07T05:59:42.720Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-csar.csar 2022-03-07T05:59:42.977Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-07T05:59:42.981Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-csar.csar 4ad15e05-496f-42c3-aaa3-1d3376a52232 98999 2022-03-07T05:59:42.982Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-csar.csar ASDC sendASDCNotification 2022-03-07T05:59:42.982Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-csar.csar 2022-03-07T05:59:42.982Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-07T05:59:42.982Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:59:42.985Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:59:42.985Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632782982, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-07T05:59:43.086Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-07T05:59:43.087Z||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-07T05:59:43.087Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:59:43.107Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:59:43.108Z||pool-42-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-07T05:59:43.985Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-07T05:59:43.987Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-07T05:59:43.987Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 4ad15e05-496f-42c3-aaa3-1d3376a52232, URL: /sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-csar.csar to file: /app/ASDC/1/service-Vfw20220307055718-csar.csar 2022-03-07T05:59:43.988Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220307055718-csar.csar 2022-03-07T05:59:43.988Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220307055718-csar.csar 2022-03-07T05:59:43.988Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220307055718-csar.csar 2022-03-07T05:59:44.169Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12373222851377629160/Definitions/service-Vfw20220307055718-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-03-07T05:59:46.304Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-07T05:59:46.305Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-07T05:59:46.305Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220307055718-csar.csar 2022-03-07T05:59:46.306Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-07T05:59:46.306Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||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-Vfw20220307055718-csar.csar 2022-03-07T05:59:46.306Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||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-Vfw20220307055718-csar.csar 2022-03-07T05:59:46.307Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220307055718-csar.csar 2022-03-07T05:59:46.307Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220307055718-csar.csar 2022-03-07T05:59:46.307Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220307055718-csar.csar 2022-03-07T05:59:46.307Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||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-Vfw20220307055718-csar.csar 2022-03-07T05:59:46.307Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220307055718-csar.csar 2022-03-07T05:59:46.308Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220307055718-csar.csar 2022-03-07T05:59:46.308Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220307055718-csar.csar 2022-03-07T05:59:46.308Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220307055718-csar.csar 2022-03-07T05:59:46.308Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW eed413d6-8496 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-Vfw20220307055718-csar.csar 2022-03-07T05:59:46.308Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220307055718-csar.csar 2022-03-07T05:59:46.308Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220307055718-csar.csar 2022-03-07T05:59:46.309Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-07T05:59:46.309Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:59:46.309Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-07 05-57-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:59:46.309Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vFW eed413d6-8496 0 is matching search criteria 2022-03-07T05:59:46.310Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-07T05:59:46.310Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW eed413d6-8496 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-07T05:59:46.310Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:59:46.311Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-07 05-57-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:59:46.311Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vFW eed413d6-8496 0 is matching search criteria 2022-03-07T05:59:46.311Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-07T05:59:46.311Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW eed413d6-8496 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-07T05:59:46.312Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:59:46.312Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-07 05-57-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:59:46.312Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:59:46.312Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vFW eed413d6-8496 0 is not matching search criteria 2022-03-07T05:59:46.312Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-07T05:59:46.313Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-07T05:59:46.313Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-07T05:59:46.313Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-07T05:59:46.313Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-07T05:59:46.314Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-07T05:59:46.314Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-07T05:59:46.314Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-07T05:59:46.314Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-07T05:59:46.314Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-07T05:59:46.315Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-07T05:59:46.315Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-07T05:59:46.315Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-07T05:59:46.315Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-07T05:59:46.315Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-07T05:59:46.316Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-07T05:59:46.316Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:59:46.316Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-07 05-57-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-07T05:59:46.316Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:59:46.317Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vFW eed413d6-8496 0 is matching search criteria 2022-03-07T05:59:46.317Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW eed413d6-8496 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-07T05:59:46.317Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:59:46.317Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vFW eed413d6-8496 0 is matching search criteria 2022-03-07T05:59:46.317Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW eed413d6-8496 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-07T05:59:46.318Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:59:46.318Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vFW eed413d6-8496 0 is matching search criteria 2022-03-07T05:59:46.318Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW eed413d6-8496 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-07T05:59:46.318Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:59:46.319Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vFW eed413d6-8496 0 is not matching search criteria 2022-03-07T05:59:46.319Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-07T05:59:46.319Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-07T05:59:46.319Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-07T05:59:46.319Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-07T05:59:46.320Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-07T05:59:46.320Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-07T05:59:46.320Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-07T05:59:46.320Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-07T05:59:46.320Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-07T05:59:46.321Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-07T05:59:46.321Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-07T05:59:46.321Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=82893deb-be15-4aa7-a61b-93ff891d5938 2022-03-07T05:59:46.321Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:59:46.322Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vFW eed413d6-8496 0 is not matching search criteria 2022-03-07T05:59:46.322Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-07T05:59:46.322Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-07T05:59:46.322Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-07T05:59:46.322Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-07T05:59:46.322Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-07T05:59:46.323Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-07T05:59:46.323Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-07T05:59:46.323Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-07T05:59:46.323Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-07T05:59:46.324Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-07T05:59:46.324Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-07T05:59:46.324Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-07T05:59:46.324Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=11341bf4-859c-447c-823e-a059232dbc84 2022-03-07T05:59:46.325Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:59:46.325Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vFW eed413d6-8496 0 is not matching search criteria 2022-03-07T05:59:46.325Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-07T05:59:46.326Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-07T05:59:46.326Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-07T05:59:46.326Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-07T05:59:46.326Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-07T05:59:46.326Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-07T05:59:46.327Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-07T05:59:46.327Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-07T05:59:46.327Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-07T05:59:46.327Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-07T05:59:46.328Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-07T05:59:46.328Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-07T05:59:46.328Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bbcfd2b9-556b-40f7-a6ce-602b9d6fecce 2022-03-07T05:59:46.328Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:59:46.329Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-07 05-57-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:59:46.329Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:59:46.329Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-07 05-57-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:59:46.329Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:59:46.329Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-07 05-57-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:59:46.330Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:59:46.330Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-07 05-57-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:59:46.330Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-07 05-57-18 Description:catalog service description Model UUID:54bf92c1-f9df-4210-80f7-29bdd19ccd9b Model Version:NULL Model InvariantUuid:e5af3c20-46da-4634-9e75-4f7fc73d5d47 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW eed413d6-8496 Model UUID:207bf87c-70fd-43b8-94fa-9ce84351ae6a Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:0eeeed03-ae6c-476f-897f-a552da42760f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f79aed85-f075-49b7-805d-f01cff24486f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7a3baf8c-940d-4130-a24f-9d3fdb6e9e75 ModelName:VfwEed413d68496..base_vfw..module-0 ModelUuid:7391142a-6eb9-49f0-9238-b58be5662a7e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:82893deb-be15-4aa7-a61b-93ff891d5938 ModelInvariantUuid:15c60588-82ed-4ce1-8d22-949037f8e4a1 ModelName:vFW eed413d6-8496-nodes.vfwCvfc ModelUuid:02dad382-fd81-4f6f-b9d2-210cdf5948dd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:a8b59d78-1163-42a0-9819-4cfc6c8ef7a9 ModelInvariantUuid:94df8443-d6eb-4a80-a694-91fa085632a7 ModelName:VfwEed413d68496.compute.nodes.heat.vfw ModelUuid:a1ae4de0-cf9e-455f-8131-86e08added77 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:11341bf4-859c-447c-823e-a059232dbc84 ModelInvariantUuid:e67dbbc2-b039-452b-8859-922ef1cb5ffa ModelName:vFW eed413d6-8496-nodes.vsnCvfc ModelUuid:d3cdde76-f09c-4321-ae55-653fe2d1bc59 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:4ea6b14f-2fd8-47b3-873b-ead64f2f5655 ModelInvariantUuid:fb683e21-e9df-4251-92af-73b0a79d11b4 ModelName:VfwEed413d68496.compute.nodes.heat.vsn ModelUuid:06673611-b1ec-491b-94bf-f4e56b8b7d01 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:bbcfd2b9-556b-40f7-a6ce-602b9d6fecce ModelInvariantUuid:f0c2e71c-27f1-4b76-81df-27ba7a327f30 ModelName:vFW eed413d6-8496-nodes.vpgCvfc ModelUuid:1c84e4ce-988f-4d01-8832-ad43f1dc09e8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:8de81cf3-89d0-45ff-b246-d5f937adc687 ModelInvariantUuid:0a045dc0-26ca-45f2-adf1-a4b94169e8a6 ModelName:VfwEed413d68496.compute.nodes.heat.vpg ModelUuid:ebe8803c-34d4-4e7b-92d6-033d334d3790 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-07T05:59:46.337Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 77191206-2e87-4b74-967e-00cf29ae5f2e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-07T05:59:46.341Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||vFW eed413d6-8496 0 2022-03-07T05:59:46.341Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 77191206-2e87-4b74-967e-00cf29ae5f2e 2022-03-07T05:59:46.341Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ac8be71b-4c17-48cb-9787-88fd7843072c from URL: /sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vfweed413d684960_modules.json 2022-03-07T05:59:46.342Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-07T05:59:46.342Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vfweed413d684960_modules.json 2022-03-07T05:59:46.573Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-07T05:59:46.573Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vfweed413d684960_modules.json ac8be71b-4c17-48cb-9787-88fd7843072c 785 2022-03-07T05:59:46.574Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vfweed413d684960_modules.json ASDC sendASDCNotification 2022-03-07T05:59:46.574Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vfweed413d684960_modules.json 2022-03-07T05:59:46.574Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-07T05:59:46.574Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:59:46.576Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:59:46.576Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632786574, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vfweed413d684960_modules.json", "status": "DOWNLOAD_OK" } 2022-03-07T05:59:46.677Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T05:59:46.678Z||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-07T05:59:46.678Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:59:46.807Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:59:46.807Z||pool-43-thread-1|||||INFO|500||cambria reply ok (130 ms):{"serverTimeMs":0,"count":1} 2022-03-07T05:59:47.577Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwEed413d68496..base_vfw..module-0", "vfModuleModelInvariantUUID": "7a3baf8c-940d-4130-a24f-9d3fdb6e9e75", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7391142a-6eb9-49f0-9238-b58be5662a7e", "vfModuleModelCustomizationUUID": "16bd0cff-07c4-4f2a-b2ab-113813851c42", "isBase": true, "artifacts": [ "babf3dc8-439a-4467-96d8-7d11570859db", "cc563040-4fb5-4469-9d3c-ef0e969d796b" ], "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-07T05:59:47.581Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwEed413d68496..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7391142a-6eb9-49f0-9238-b58be5662a7e VfModuleModelInvariantUUID:7a3baf8c-940d-4130-a24f-9d3fdb6e9e75 VfModuleModelDescription:NULL Artifacts UUID List:{ babf3dc8-439a-4467-96d8-7d11570859db , cc563040-4fb5-4469-9d3c-ef0e969d796b } 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-07T05:59:47.584Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwEed413d68496..base_vfw..module-0", "vfModuleModelInvariantUUID": "7a3baf8c-940d-4130-a24f-9d3fdb6e9e75", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7391142a-6eb9-49f0-9238-b58be5662a7e", "vfModuleModelCustomizationUUID": "16bd0cff-07c4-4f2a-b2ab-113813851c42", "isBase": true, "artifacts": [ "babf3dc8-439a-4467-96d8-7d11570859db", "cc563040-4fb5-4469-9d3c-ef0e969d796b" ], "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-07T05:59:47.584Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwEed413d68496..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7391142a-6eb9-49f0-9238-b58be5662a7e VfModuleModelInvariantUUID:7a3baf8c-940d-4130-a24f-9d3fdb6e9e75 VfModuleModelDescription:NULL Artifacts UUID List:{ babf3dc8-439a-4467-96d8-7d11570859db , cc563040-4fb5-4469-9d3c-ef0e969d796b } 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-07T05:59:47.584Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: babf3dc8-439a-4467-96d8-7d11570859db from URL: /sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.yaml 2022-03-07T05:59:47.584Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-07T05:59:47.584Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.yaml 2022-03-07T05:59:47.865Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-07T05:59:47.866Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.yaml babf3dc8-439a-4467-96d8-7d11570859db 20368 2022-03-07T05:59:47.867Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-07T05:59:47.867Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.yaml 2022-03-07T05:59:47.867Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-07T05:59:47.867Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:59:47.870Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:59:47.870Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632787867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-07T05:59:47.970Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T05:59:47.971Z||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-07T05:59:47.971Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:59:48.034Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:59:48.036Z||pool-44-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1} 2022-03-07T05:59:48.872Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: cc563040-4fb5-4469-9d3c-ef0e969d796b from URL: /sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.env 2022-03-07T05:59:48.873Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-07T05:59:48.873Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.env 2022-03-07T05:59:49.182Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-07T05:59:49.182Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.env cc563040-4fb5-4469-9d3c-ef0e969d796b 2098 2022-03-07T05:59:49.183Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-07T05:59:49.183Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.env 2022-03-07T05:59:49.183Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-07T05:59:49.183Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:59:49.185Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:59:49.186Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632789183, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-07T05:59:49.286Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T05:59:49.287Z||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-07T05:59:49.287Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:59:49.332Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:59:49.333Z||pool-45-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} 2022-03-07T05:59:50.186Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 54bf92c1-f9df-4210-80f7-29bdd19ccd9b 2022-03-07T05:59:50.187Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW eed413d6-8496 0 77191206-2e87-4b74-967e-00cf29ae5f2e 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-07T05:59:50.205Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3fb54eab, org.onap.sdc.toscaparser.api.parameters.Input@6f0ce38d, org.onap.sdc.toscaparser.api.parameters.Input@75583fe0, org.onap.sdc.toscaparser.api.parameters.Input@15484752, org.onap.sdc.toscaparser.api.parameters.Input@1d8346] 2022-03-07T05:59:50.207Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:59:50.207Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-07 05-57-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:59:50.208Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-03-07T05:59:50.208Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= f79aed85-f075-49b7-805d-f01cff24486f 2022-03-07T05:59:50.208Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f79aed85-f075-49b7-805d-f01cff24486f matches Tosca VF Customization UUID: f79aed85-f075-49b7-805d-f01cff24486f 2022-03-07T05:59:50.208Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: f79aed85-f075-49b7-805d-f01cff24486f 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-07T05:59:50.211Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:59:50.211Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-07 05-57-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:59:50.212Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id f79aed85-f075-49b7-805d-f01cff24486f: {\"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-07T05:59:50.212Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6b33339b 2022-03-07T05:59:50.212Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:59:50.213Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-07 05-57-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-07T05:59:50.213Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 16bd0cff-07c4-4f2a-b2ab-113813851c42 2022-03-07T05:59:50.213Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 16bd0cff-07c4-4f2a-b2ab-113813851c42 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-07T05:59:50.216Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:59:50.216Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vFW eed413d6-8496 0 is matching search criteria 2022-03-07T05:59:50.216Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW eed413d6-8496 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-07T05:59:50.217Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:59:50.217Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vFW eed413d6-8496 0 is matching search criteria 2022-03-07T05:59:50.217Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW eed413d6-8496 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-07T05:59:50.217Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:59:50.217Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vFW eed413d6-8496 0 is not matching search criteria 2022-03-07T05:59:50.217Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-07T05:59:50.218Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-07T05:59:50.218Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-07T05:59:50.218Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-07T05:59:50.218Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-07T05:59:50.218Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-07T05:59:50.219Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-07T05:59:50.219Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-07T05:59:50.219Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-07T05:59:50.219Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-07T05:59:50.219Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-07T05:59:50.220Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=82893deb-be15-4aa7-a61b-93ff891d5938 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-07T05:59:50.222Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:59:50.223Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vFW eed413d6-8496 0 is matching search criteria 2022-03-07T05:59:50.223Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW eed413d6-8496 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-07T05:59:50.223Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:59:50.224Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vFW eed413d6-8496 0 is not matching search criteria 2022-03-07T05:59:50.224Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-07T05:59:50.224Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-07T05:59:50.224Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-07T05:59:50.224Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-07T05:59:50.225Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-07T05:59:50.225Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-07T05:59:50.225Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-07T05:59:50.225Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-07T05:59:50.225Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-07T05:59:50.225Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-07T05:59:50.226Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-07T05:59:50.226Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-07T05:59:50.226Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=11341bf4-859c-447c-823e-a059232dbc84 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-07T05:59:50.228Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:59:50.229Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vFW eed413d6-8496 0 is matching search criteria 2022-03-07T05:59:50.229Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW eed413d6-8496 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-07T05:59:50.229Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:59:50.229Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vFW eed413d6-8496 0 is not matching search criteria 2022-03-07T05:59:50.229Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-07T05:59:50.229Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-07T05:59:50.230Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-07T05:59:50.230Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-07T05:59:50.230Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-07T05:59:50.230Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-07T05:59:50.230Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-07T05:59:50.231Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-07T05:59:50.231Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-07T05:59:50.231Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-07T05:59:50.231Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-07T05:59:50.231Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-07T05:59:50.231Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bbcfd2b9-556b-40f7-a6ce-602b9d6fecce 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-07T05:59:50.234Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:59:50.234Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vFW eed413d6-8496 0 is matching search criteria 2022-03-07T05:59:50.234Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW eed413d6-8496 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-07T05:59:50.235Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:59:50.235Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vFW eed413d6-8496 0 is matching search criteria 2022-03-07T05:59:50.235Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW eed413d6-8496 0] matching following query criteria: sdcType=VF, customizationUUID=f79aed85-f075-49b7-805d-f01cff24486f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-07T05:59:50.237Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:59:50.237Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-07 05-57-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:59:50.237Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 54bf92c1-f9df-4210-80f7-29bdd19ccd9b: vFW eed413d6-8496 2022-03-07T05:59:50.238Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:59:50.238Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-07 05-57-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:59:50.238Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:59:50.238Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-07 05-57-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:59:50.238Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:59:50.239Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-07 05-57-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:59:50.239Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:59:50.239Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-07 05-57-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:59:50.239Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T05:59:50.239Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-07 05-57-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T05:59:50.240Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-03-07 05-57-18 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-07T05:59:50.417Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW eed413d6-8496 77191206-2e87-4b74-967e-00cf29ae5f2e 1 ASDC deployResourceStructure 2022-03-07T05:59:50.418Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vfweed413d684960_modules.json ASDC sendASDCNotification 2022-03-07T05:59:50.418Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vfweed413d684960_modules.json 2022-03-07T05:59:50.418Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-07T05:59:50.418Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:59:50.420Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:59:50.421Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632790418, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vfweed413d684960_modules.json", "status": "DEPLOY_OK" } 2022-03-07T05:59:50.521Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T05:59:50.522Z||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-07T05:59:50.522Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:59:50.545Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:59:50.546Z||pool-46-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-03-07T05:59:51.422Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-07T05:59:51.422Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.yaml 2022-03-07T05:59:51.422Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-07T05:59:51.422Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:59:51.424Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:59:51.424Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632791421, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-07T05:59:51.525Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T05:59:51.525Z||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-07T05:59:51.526Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:59:51.555Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:59:51.556Z||pool-47-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-03-07T05:59:52.427Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-07T05:59:52.427Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.env 2022-03-07T05:59:52.428Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-07T05:59:52.428Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:59:52.432Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:59:52.432Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632792426, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-07T05:59:52.532Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-07T05:59:52.533Z||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-07T05:59:52.534Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:59:52.553Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:59:52.554Z||pool-48-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-07T05:59:53.434Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-csar.csar ASDC sendASDCNotification 2022-03-07T05:59:53.434Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-csar.csar 2022-03-07T05:59:53.435Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-07T05:59:53.435Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-07T05:59:53.438Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T05:59:53.438Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632793434, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-csar.csar", "status": "DEPLOY_OK" } 2022-03-07T05:59:53.538Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T05:59:53.539Z||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-07T05:59:53.540Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T05:59:53.592Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T05:59:53.592Z||pool-49-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1} 2022-03-07T05:59:54.439Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a18303b-af10-4c53-844e-4b06525bc882 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T05:59:54.450Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a18303b-af10-4c53-844e-4b06525bc882 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T05:59:54.452Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-07T05:59:54.452Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-07T05:59:54.452Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-07T06:00:13.832Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:00:13.835Z||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-07T06:00:13.835Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:00:14.534Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:00:14.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632757677, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-07T06:00:14.540Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:00:14.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "aai-ml", "timestamp": 1646632774136, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:00:14.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632768336, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:00:14.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "aai-ml", "timestamp": 1646632774136, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vfweed413d684960_modules.json", "status": "NOT_NOTIFIED" } 2022-03-07T06:00:14.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632768336, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vfweed413d684960_modules.json", "status": "NOTIFIED" } 2022-03-07T06:00:14.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "cds", "timestamp": 1646632777128, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:00:14.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "ves-openapi-manager", "timestamp": 1646632777038, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:00:14.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "aai-ml", "timestamp": 1646632774136, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-07T06:00:14.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632768336, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-07T06:00:14.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "cds", "timestamp": 1646632777128, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vfweed413d684960_modules.json", "status": "NOT_NOTIFIED" } 2022-03-07T06:00:14.550Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "ves-openapi-manager", "timestamp": 1646632777038, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vfweed413d684960_modules.json", "status": "NOT_NOTIFIED" } 2022-03-07T06:00:14.550Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632768336, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:00:14.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "aai-ml", "timestamp": 1646632774136, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:00:14.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "cds", "timestamp": 1646632777128, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-07T06:00:14.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "ves-openapi-manager", "timestamp": 1646632777038, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-07T06:00:14.553Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "aai-ml", "timestamp": 1646632774136, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-07T06:00:14.553Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632768336, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-07T06:00:14.554Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "multicloud-k8s-id", "timestamp": 1646632779416, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:00:14.554Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "cds", "timestamp": 1646632777128, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:00:14.555Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "ves-openapi-manager", "timestamp": 1646632777038, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:00:14.555Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632768336, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T06:00:14.556Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "aai-ml", "timestamp": 1646632774136, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T06:00:14.556Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "multicloud-k8s-id", "timestamp": 1646632779416, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vfweed413d684960_modules.json", "status": "NOTIFIED" } 2022-03-07T06:00:14.557Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "cds", "timestamp": 1646632777128, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-07T06:00:14.558Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "ves-openapi-manager", "timestamp": 1646632777038, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-07T06:00:14.558Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632768336, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-csar.csar", "status": "NOTIFIED" } 2022-03-07T06:00:14.559Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.559Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "aai-ml", "timestamp": 1646632774136, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-csar.csar", "status": "NOTIFIED" } 2022-03-07T06:00:14.559Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.559Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "multicloud-k8s-id", "timestamp": 1646632779416, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-07T06:00:14.560Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.560Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "policy-id", "timestamp": 1646632781671, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:00:14.560Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.560Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "cds", "timestamp": 1646632777128, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T06:00:14.561Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "ves-openapi-manager", "timestamp": 1646632777038, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T06:00:14.561Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632782982, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-07T06:00:14.562Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:00:14.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "multicloud-k8s-id", "timestamp": 1646632779416, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:00:14.562Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "aai-ml", "timestamp": 1646632783397, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-07T06:00:14.563Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:00:14.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "policy-id", "timestamp": 1646632781671, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vfweed413d684960_modules.json", "status": "NOT_NOTIFIED" } 2022-03-07T06:00:14.563Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "cds", "timestamp": 1646632777128, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-csar.csar", "status": "NOTIFIED" } 2022-03-07T06:00:14.564Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.564Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "ves-openapi-manager", "timestamp": 1646632777038, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-07T06:00:14.564Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.564Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646632783599, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:00:14.565Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.565Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.565Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "multicloud-k8s-id", "timestamp": 1646632779416, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-07T06:00:14.565Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.565Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.565Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "policy-id", "timestamp": 1646632781671, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-07T06:00:14.566Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.566Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "cds", "timestamp": 1646632784970, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-07T06:00:14.566Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:00:14.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.566Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646632783599, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vfweed413d684960_modules.json", "status": "NOT_NOTIFIED" } 2022-03-07T06:00:14.567Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.567Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.567Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "multicloud-k8s-id", "timestamp": 1646632779416, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T06:00:14.567Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.567Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.567Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "policy-id", "timestamp": 1646632781671, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:00:14.568Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "cds", "timestamp": 1646632785995, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-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-07T06:00:14.583Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1a18303b-af10-4c53-844e-4b06525bc882 2022-03-07T06:00:14.584Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a18303b-af10-4c53-844e-4b06525bc882 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-07T06:00:14.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646632783599, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-07T06:00:14.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "multicloud-k8s-id", "timestamp": 1646632779416, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-csar.csar", "status": "NOTIFIED" } 2022-03-07T06:00:14.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "policy-id", "timestamp": 1646632781671, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-07T06:00:14.609Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632786574, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vfweed413d684960_modules.json", "status": "DOWNLOAD_OK" } 2022-03-07T06:00:14.609Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:00:14.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646632783599, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:00:14.609Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "policy-id", "timestamp": 1646632781671, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T06:00:14.610Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "multicloud-k8s-id", "timestamp": 1646632787496, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vfweed413d684960_modules.json", "status": "DOWNLOAD_OK" } 2022-03-07T06:00:14.612Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:00:14.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646632783599, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-07T06:00:14.613Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632787867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-07T06:00:14.613Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:00:14.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "policy-id", "timestamp": 1646632781671, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-csar.csar", "status": "NOTIFIED" } 2022-03-07T06:00:14.614Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "multicloud-k8s-id", "timestamp": 1646632788622, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-07T06:00:14.614Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:00:14.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646632783599, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T06:00:14.614Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.615Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "clamp", "timestamp": 1646632788345, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:00:14.615Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.615Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632789183, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-07T06:00:14.615Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:00:14.616Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.616Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "policy-id", "timestamp": 1646632789691, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-07T06:00:14.616Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:00:14.616Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.616Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646632783599, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-csar.csar", "status": "NOTIFIED" } 2022-03-07T06:00:14.617Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.617Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.617Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "multicloud-k8s-id", "timestamp": 1646632789887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-07T06:00:14.617Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:00:14.617Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.617Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "clamp", "timestamp": 1646632788345, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vfweed413d684960_modules.json", "status": "NOTIFIED" } 2022-03-07T06:00:14.618Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.618Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.618Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632790418, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vfweed413d684960_modules.json", "status": "DEPLOY_OK" } 2022-03-07T06:00:14.618Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:00:14.618Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.618Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "policy-id", "timestamp": 1646632790719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-csar.csar", "status": "DEPLOY_OK" } 2022-03-07T06:00:14.619Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:00:14.619Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.619Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "clamp", "timestamp": 1646632788345, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-07T06:00:14.619Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.620Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.620Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "multicloud-k8s-id", "timestamp": 1646632790935, "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-07T06:00:14.630Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1a18303b-af10-4c53-844e-4b06525bc882 2022-03-07T06:00:14.631Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a18303b-af10-4c53-844e-4b06525bc882 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-07T06:00:14.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646632791649, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-07T06:00:14.646Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:00:14.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632791421, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-07T06:00:14.647Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:00:14.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "policy-id", "timestamp": 1646632791723, "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-07T06:00:14.655Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1a18303b-af10-4c53-844e-4b06525bc882 2022-03-07T06:00:14.656Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a18303b-af10-4c53-844e-4b06525bc882 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-07T06:00:14.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "clamp", "timestamp": 1646632788345, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:00:14.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "multicloud-k8s-id", "timestamp": 1646632791954, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vfweed413d684960_modules.json", "status": "DEPLOY_OK" } 2022-03-07T06:00:14.668Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:00:14.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632792426, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-07T06:00:14.670Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:00:14.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "clamp", "timestamp": 1646632788345, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-07T06:00:14.671Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632793434, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-csar.csar", "status": "DEPLOY_OK" } 2022-03-07T06:00:14.671Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:00:14.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "clamp", "timestamp": 1646632788345, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T06:00:14.672Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.672Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "clamp", "timestamp": 1646632788345, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-csar.csar", "status": "NOTIFIED" } 2022-03-07T06:00:14.672Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:00:14.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.672Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646632795824, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-csar.csar", "status": "DEPLOY_OK" } 2022-03-07T06:00:14.672Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:00:14.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.673Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646632796828, "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-07T06:00:14.679Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1a18303b-af10-4c53-844e-4b06525bc882 2022-03-07T06:00:14.679Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a18303b-af10-4c53-844e-4b06525bc882 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-07T06:00:14.688Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.688Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "aai-ml", "timestamp": 1646632799224, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-csar.csar", "status": "DEPLOY_OK" } 2022-03-07T06:00:14.688Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:00:14.688Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "aai-ml", "timestamp": 1646632800240, "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-07T06:00:14.695Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1a18303b-af10-4c53-844e-4b06525bc882 2022-03-07T06:00:14.695Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a18303b-af10-4c53-844e-4b06525bc882 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-07T06:00:14.703Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.703Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "clamp", "timestamp": 1646632802766, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-07T06:00:14.704Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:00:14.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "clamp", "timestamp": 1646632803785, "artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-csar.csar", "status": "DEPLOY_OK" } 2022-03-07T06:00:14.704Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:00:14.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:00:14.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "clamp", "timestamp": 1646632804788, "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-07T06:00:14.710Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1a18303b-af10-4c53-844e-4b06525bc882 2022-03-07T06:00:14.710Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a18303b-af10-4c53-844e-4b06525bc882 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-07T06:00:24.453Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a18303b-af10-4c53-844e-4b06525bc882 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:00:24.468Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a18303b-af10-4c53-844e-4b06525bc882 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:00:24.473Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-07T06:00:24.473Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-07T06:00:24.473Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-07T06:00:24.473Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-07T06:00:24.473Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-07T06:00:24.474Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-07T06:00:24.474Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-07T06:00:24.474Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-07T06:00:24.474Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-07T06:00:24.474Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-07T06:00:24.474Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||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-07T06:00:24.482Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-07T06:00:54.483Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a18303b-af10-4c53-844e-4b06525bc882 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-07T06:00:54.491Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a18303b-af10-4c53-844e-4b06525bc882 and serviceModelVersionId: 54bf92c1-f9df-4210-80f7-29bdd19ccd9b 2022-03-07T06:00:54.491Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e5af3c20-46da-4634-9e75-4f7fc73d5d47 2022-03-07T06:00:54.493Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e5af3c20-46da-4634-9e75-4f7fc73d5d47/model-vers/model-ver/54bf92c1-f9df-4210-80f7-29bdd19ccd9b?depth=0 2022-03-07T06:00:54.501Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-03-07T06:00:54.591Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5af3c20-46da-4634-9e75-4f7fc73d5d47/model-vers/model-ver/54bf92c1-f9df-4210-80f7-29bdd19ccd9b?depth=0|INFO|500||Invoke 2022-03-07T06:00:54.591Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5af3c20-46da-4634-9e75-4f7fc73d5d47/model-vers/model-ver/54bf92c1-f9df-4210-80f7-29bdd19ccd9b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5af3c20-46da-4634-9e75-4f7fc73d5d47/model-vers/model-ver/54bf92c1-f9df-4210-80f7-29bdd19ccd9b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1a18303b-af10-4c53-844e-4b06525bc882], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8ff6a71b-bc4c-40ac-aaf5-8d9b18749e74], X-ECOMP-RequestID=[1a18303b-af10-4c53-844e-4b06525bc882], X-TransactionId=[], X-ONAP-RequestID=[1a18303b-af10-4c53-844e-4b06525bc882], Content-Type=[application/merge-patch+json]} 2022-03-07T06:00:54.620Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5af3c20-46da-4634-9e75-4f7fc73d5d47/model-vers/model-ver/54bf92c1-f9df-4210-80f7-29bdd19ccd9b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-07T06:00:55.002Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5af3c20-46da-4634-9e75-4f7fc73d5d47/model-vers/model-ver/54bf92c1-f9df-4210-80f7-29bdd19ccd9b?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/e5af3c20-46da-4634-9e75-4f7fc73d5d47/model-vers/model-ver/54bf92c1-f9df-4210-80f7-29bdd19ccd9b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220307-06:00:55:188-53298], vertex-id=[204952], Content-Length=[0], Date=[Mon, 07 Mar 2022 06:00:55 GMT], Content-Type=[application/json]} 2022-03-07T06:00:55.002Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5af3c20-46da-4634-9e75-4f7fc73d5d47/model-vers/model-ver/54bf92c1-f9df-4210-80f7-29bdd19ccd9b?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-07T06:00:55.003Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5af3c20-46da-4634-9e75-4f7fc73d5d47/model-vers/model-ver/54bf92c1-f9df-4210-80f7-29bdd19ccd9b?depth=0|INFO|500||InvokeReturn 2022-03-07T06:00:55.004Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-07T06:00:55.005Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||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-07T06:00:55.010Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||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-07T06:00:55.010Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a18303b-af10-4c53-844e-4b06525bc882 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-07T06:00:55.010Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-07T06:00:55.010Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-07T06:00:55.013Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T06:00:55.013Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632855010, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-07T06:00:55.113Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T06:00:55.114Z||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-07T06:00:55.114Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T06:00:55.172Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:00:55.173Z||pool-50-thread-1|||||INFO|500||cambria reply ok (59 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-07T06:00:56.033Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:00:56.034Z|1a18303b-af10-4c53-844e-4b06525bc882|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-07T06:00:56.034Z|1a18303b-af10-4c53-844e-4b06525bc882|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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:01:05.635Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:01:05.636Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:01:05.637Z||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-07T06:01:05.637Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:01:13.832Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:01:13.833Z||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-07T06:01:13.833Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:01:14.484Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:01:14.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:01:14.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a18303b-af10-4c53-844e-4b06525bc882", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646632855010, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-07T06:01:14.487Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:01:15.220Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:01:15.221Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:01:15.222Z||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-07T06:01:15.222Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:01:24.803Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:02:13.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:02:13.831Z||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-07T06:02:13.831Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:02:13.832Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:02:13.832Z||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-07T06:02:13.832Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:02:23.417Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:02:23.467Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:03:13.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:03:13.831Z||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-07T06:03:13.831Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:03:13.832Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:03:13.832Z||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-07T06:03:13.832Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:03:23.397Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:03:23.407Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:04:13.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:04:13.831Z||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-07T06:04:13.831Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:04:13.832Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:04:13.832Z||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-07T06:04:13.832Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:04:23.387Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:04:23.421Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:05:13.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:05:13.831Z||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-07T06:05:13.831Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:05:13.832Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:05:13.833Z|1a18303b-af10-4c53-844e-4b06525bc882|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-07T06:05:13.833Z|1a18303b-af10-4c53-844e-4b06525bc882|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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:05:23.401Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:05:23.406Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:06:13.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:06:13.831Z||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-07T06:06:13.831Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:06:13.832Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:06:13.833Z|1a18303b-af10-4c53-844e-4b06525bc882|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-07T06:06:13.833Z|1a18303b-af10-4c53-844e-4b06525bc882|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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:06:23.414Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:06:23.478Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:07:13.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:07:13.831Z||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-07T06:07:13.831Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:07:13.832Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:07:13.832Z||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-07T06:07:13.832Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:07:14.653Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:07:14.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-07T06:07:14.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"681e1a34-4dca-46b6-acdf-35c0853ed320","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"6e8f26f3-c68e-45e5-a0e9-d8b1127605ec","serviceDescription":"service","serviceInvariantUUID":"51f11b5f-55ab-4f44-905b-e823026b202e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"f1a80c31-cde2-4dc4-be8e-1f48e7190479","resourceInvariantUUID":"cd817203-995d-4dea-a5b1-0eadceea9b55","resourceCustomizationUUID":"fd707a27-af23-449b-9065-f33dc4329758","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":"MjRiYmY1YjA0NjU4ODVjYTU5MTBlNTEwZjI0NDFlN2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"eb972b17-5344-4860-bc1d-cee455fc755e","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDhmZDMwOTE4N2Y5ZTYzMTUzNjJmMzQ3M2NjMjlkMDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"517b7d0b-7a9b-4c8b-aa6a-77529e7cb4e9","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-07T06:07:14.657Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-07T06:07:14.657Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-07T06:07:14.660Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T06:07:14.660Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "681e1a34-4dca-46b6-acdf-35c0853ed320", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633233830, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T06:07:14.760Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T06:07:14.761Z||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-07T06:07:14.762Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T06:07:14.812Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:07:14.813Z||pool-51-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":5,"count":1} 2022-03-07T06:07:14.955Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:07:14.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:07:14.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "681e1a34-4dca-46b6-acdf-35c0853ed320", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633233830, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T06:07:14.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:07:15.661Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-07T06:07:15.661Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-07T06:07:15.664Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T06:07:15.664Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "681e1a34-4dca-46b6-acdf-35c0853ed320", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633233830, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-07T06:07:15.764Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T06:07:15.765Z||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-07T06:07:15.765Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T06:07:15.804Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:07:15.806Z||pool-52-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-03-07T06:07:16.665Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "681e1a34-4dca-46b6-acdf-35c0853ed320", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "6e8f26f3-c68e-45e5-a0e9-d8b1127605ec", "serviceDescription": "service", "serviceInvariantUUID": "51f11b5f-55ab-4f44-905b-e823026b202e", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "fd707a27-af23-449b-9065-f33dc4329758", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "f1a80c31-cde2-4dc4-be8e-1f48e7190479", "resourceInvariantUUID": "cd817203-995d-4dea-a5b1-0eadceea9b55", "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": "ZDhmZDMwOTE4N2Y5ZTYzMTUzNjJmMzQ3M2NjMjlkMDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "517b7d0b-7a9b-4c8b-aa6a-77529e7cb4e9" } ], "workloadContext": "Production" } 2022-03-07T06:07:16.665Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-07T06:07:16.666Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6e8f26f3-c68e-45e5-a0e9-d8b1127605ec ASDC 2022-03-07T06:07:16.666Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:681e1a34-4dca-46b6-acdf-35c0853ed320 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:6e8f26f3-c68e-45e5-a0e9-d8b1127605ec ServiceInvariantUUID:51f11b5f-55ab-4f44-905b-e823026b202e 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:517b7d0b-7a9b-4c8b-aa6a-77529e7cb4e9 ArtifactChecksum:ZDhmZDMwOTE4N2Y5ZTYzMTUzNjJmMzQ3M2NjMjlkMDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:fd707a27-af23-449b-9065-f33dc4329758 ResourceInvariantUUID:cd817203-995d-4dea-a5b1-0eadceea9b55 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:f1a80c31-cde2-4dc4-be8e-1f48e7190479 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-03-07T06:07:16.666Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6e8f26f3-c68e-45e5-a0e9-d8b1127605ec 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-07T06:07:16.693Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-07T06:07:16.694Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-07T06:07:16.694Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-07T06:07:16.695Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 517b7d0b-7a9b-4c8b-aa6a-77529e7cb4e9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-07T06:07:16.695Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-07T06:07:16.695Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-07T06:07:17.396Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-07T06:07:17.400Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 517b7d0b-7a9b-4c8b-aa6a-77529e7cb4e9 52511 2022-03-07T06:07:17.400Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||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-07T06:07:17.400Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||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-07T06:07:17.400Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-07T06:07:17.401Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-07T06:07:17.403Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T06:07:17.403Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "681e1a34-4dca-46b6-acdf-35c0853ed320", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633237400, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-07T06:07:17.504Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T06:07:17.506Z||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-07T06:07:17.506Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T06:07:17.531Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:07:17.532Z||pool-53-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-03-07T06:07:18.404Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-07T06:07:18.405Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-07T06:07:18.406Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 517b7d0b-7a9b-4c8b-aa6a-77529e7cb4e9, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-07T06:07:18.406Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-03-07T06:07:18.406Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-07T06:07:18.406Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-07T06:07:18.574Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15399211434245315861/Definitions/service-BasicNetwork-template.yml 2022-03-07T06:07:19.135Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-07T06:07:19.136Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-07T06:07:19.136Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-07T06:07:19.136Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-03-07T06:07:19.136Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||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-07T06:07:19.137Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||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-07T06:07:19.137Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||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-07T06:07:19.137Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||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-07T06:07:19.137Z|681e1a34-4dca-46b6-acdf-35c0853ed320|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-BasicNetwork-csar.csar 2022-03-07T06:07:19.137Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||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-07T06:07:19.137Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||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-07T06:07:19.137Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||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-07T06:07:19.138Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-07T06:07:19.138Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:07:19.138Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T06:07:19.138Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-07T06:07:19.139Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-07T06:07:19.139Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-07T06:07:19.139Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:07:19.139Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T06:07:19.140Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-07T06:07:19.140Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-07T06:07:19.140Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-07T06:07:19.140Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:07:19.140Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T06:07:19.140Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:07:19.140Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T06:07:19.141Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:07:19.141Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T06:07:19.141Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:07:19.141Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T06:07:19.141Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:07:19.141Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T06:07:19.141Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:6e8f26f3-c68e-45e5-a0e9-d8b1127605ec Model Version:NULL Model InvariantUuid:51f11b5f-55ab-4f44-905b-e823026b202e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:cd817203-995d-4dea-a5b1-0eadceea9b55 Model UUID:f05bdbf7-dbf2-4f75-8885-b38f69e8abc4 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:fd707a27-af23-449b-9065-f33dc4329758 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-07T06:07:19.148Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: f1a80c31-cde2-4dc4-be8e-1f48e7190479 2022-03-07T06:07:19.148Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||INFO|500||No resources found for Service: 6e8f26f3-c68e-45e5-a0e9-d8b1127605ec Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-07T06:07:19.153Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||INFO|500|| 2022-03-07T06:07:19.153Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-03-07T06:07:19.154Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 6e8f26f3-c68e-45e5-a0e9-d8b1127605ec 2022-03-07T06:07:19.155Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 6e8f26f3-c68e-45e5-a0e9-d8b1127605ec 2022-03-07T06:07:19.155Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-03-07T06:07:19.155Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||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-07T06:07:19.163Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@443354e8, org.onap.sdc.toscaparser.api.parameters.Input@3a85ab9, org.onap.sdc.toscaparser.api.parameters.Input@42f2d86a, org.onap.sdc.toscaparser.api.parameters.Input@2f7abf6b, org.onap.sdc.toscaparser.api.parameters.Input@71b03a78] 2022-03-07T06:07:19.166Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:07:19.166Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T06:07:19.166Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:07:19.166Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T06:07:19.167Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 6e8f26f3-c68e-45e5-a0e9-d8b1127605ec: Generic NeutronNet 2022-03-07T06:07:19.167Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:07:19.167Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T06:07:19.167Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:07:19.168Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||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-07T06:07:19.214Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:07:19.215Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T06:07:19.215Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:07:19.215Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T06:07:19.215Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:07:19.215Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T06:07:19.215Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||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-07T06:07:19.274Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-03-07T06:07:19.275Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||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-07T06:07:19.275Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||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-07T06:07:19.275Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-07T06:07:19.275Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-07T06:07:19.277Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T06:07:19.277Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "681e1a34-4dca-46b6-acdf-35c0853ed320", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633239275, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-07T06:07:19.377Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T06:07:19.380Z||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-07T06:07:19.380Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T06:07:19.408Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:07:19.409Z||pool-54-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-03-07T06:07:20.278Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 681e1a34-4dca-46b6-acdf-35c0853ed320 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:07:20.289Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 681e1a34-4dca-46b6-acdf-35c0853ed320 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:07:20.291Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-07T06:07:20.291Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-07T06:07:20.292Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-07T06:07:50.292Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 681e1a34-4dca-46b6-acdf-35c0853ed320 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:07:50.303Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 681e1a34-4dca-46b6-acdf-35c0853ed320 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:07:50.305Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-07T06:07:50.305Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-07T06:07:50.305Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-07T06:08:13.832Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:08:13.834Z||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-07T06:08:13.834Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:08:13.901Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:08:13.902Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-07T06:08:13.902Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "681e1a34-4dca-46b6-acdf-35c0853ed320", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646633233599, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T06:08:13.903Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-07T06:08:20.306Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 681e1a34-4dca-46b6-acdf-35c0853ed320 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:08:20.318Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 681e1a34-4dca-46b6-acdf-35c0853ed320 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:08:20.326Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-07T06:08:20.326Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-07T06:08:20.326Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-07T06:08:50.326Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 681e1a34-4dca-46b6-acdf-35c0853ed320 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:08:50.341Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 681e1a34-4dca-46b6-acdf-35c0853ed320 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:08:50.343Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-07T06:08:50.344Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-07T06:08:50.344Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-07T06:09:13.832Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:09:13.834Z||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-07T06:09:13.835Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:09:13.934Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:09:13.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:09:13.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "681e1a34-4dca-46b6-acdf-35c0853ed320", "consumerID": "cds", "timestamp": 1646633227131, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T06:09:13.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:09:20.344Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 681e1a34-4dca-46b6-acdf-35c0853ed320 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:09:20.356Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 681e1a34-4dca-46b6-acdf-35c0853ed320 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:09:20.359Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-07T06:09:20.359Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-07T06:09:20.359Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-07T06:09:50.360Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 681e1a34-4dca-46b6-acdf-35c0853ed320 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:09:50.377Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 681e1a34-4dca-46b6-acdf-35c0853ed320 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:09:50.379Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-07T06:09:50.379Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-07T06:09:50.379Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-07T06:10:13.832Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:10:13.833Z||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-07T06:10:13.833Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:10:13.898Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:10:13.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:10:13.903Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "681e1a34-4dca-46b6-acdf-35c0853ed320", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646633233599, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-07T06:10:13.904Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:10:13.905Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:10:13.905Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "681e1a34-4dca-46b6-acdf-35c0853ed320", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633233830, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-07T06:10:13.906Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:10:13.906Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:10:13.906Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "681e1a34-4dca-46b6-acdf-35c0853ed320", "consumerID": "cds", "timestamp": 1646633227131, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-07T06:10:13.906Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:10:13.906Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:10:13.906Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "681e1a34-4dca-46b6-acdf-35c0853ed320", "consumerID": "cds", "timestamp": 1646633237597, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-07T06:10:13.907Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:10:13.907Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:10:13.907Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "681e1a34-4dca-46b6-acdf-35c0853ed320", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646633237854, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-07T06:10:13.908Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:10:13.908Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:10:13.908Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "681e1a34-4dca-46b6-acdf-35c0853ed320", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633237400, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-07T06:10:13.908Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:10:13.908Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:10:13.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "681e1a34-4dca-46b6-acdf-35c0853ed320", "consumerID": "ves-openapi-manager", "timestamp": 1646633237040, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T06:10:13.909Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:10:13.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:10:13.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "681e1a34-4dca-46b6-acdf-35c0853ed320", "consumerID": "cds", "timestamp": 1646633238606, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-07T06:10:13.917Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 681e1a34-4dca-46b6-acdf-35c0853ed320 2022-03-07T06:10:13.918Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 681e1a34-4dca-46b6-acdf-35c0853ed320 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-07T06:10:13.930Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:10:13.930Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "681e1a34-4dca-46b6-acdf-35c0853ed320", "consumerID": "ves-openapi-manager", "timestamp": 1646633237040, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-07T06:10:13.930Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:10:13.930Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:10:13.930Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "681e1a34-4dca-46b6-acdf-35c0853ed320", "consumerID": "clamp", "timestamp": 1646633238344, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T06:10:13.931Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:10:13.931Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:10:13.931Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "681e1a34-4dca-46b6-acdf-35c0853ed320", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646633239720, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-07T06:10:13.931Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:10:13.931Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:10:13.932Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "681e1a34-4dca-46b6-acdf-35c0853ed320", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633239275, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-07T06:10:13.932Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:10:13.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:10:13.932Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "681e1a34-4dca-46b6-acdf-35c0853ed320", "consumerID": "clamp", "timestamp": 1646633238344, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-07T06:10:13.932Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:10:13.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:10:13.933Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "681e1a34-4dca-46b6-acdf-35c0853ed320", "consumerID": "multicloud-k8s-id", "timestamp": 1646633239416, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T06:10:13.933Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:10:13.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:10:13.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "681e1a34-4dca-46b6-acdf-35c0853ed320", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646633240730, "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-07T06:10:13.940Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 681e1a34-4dca-46b6-acdf-35c0853ed320 2022-03-07T06:10:13.941Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 681e1a34-4dca-46b6-acdf-35c0853ed320 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-07T06:10:13.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:10:13.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "681e1a34-4dca-46b6-acdf-35c0853ed320", "consumerID": "multicloud-k8s-id", "timestamp": 1646633239416, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-07T06:10:13.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:10:13.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:10:13.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "681e1a34-4dca-46b6-acdf-35c0853ed320", "consumerID": "policy-id", "timestamp": 1646633241671, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T06:10:13.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:10:13.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:10:13.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "681e1a34-4dca-46b6-acdf-35c0853ed320", "consumerID": "policy-id", "timestamp": 1646633241671, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-07T06:10:13.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:10:13.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:10:13.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "681e1a34-4dca-46b6-acdf-35c0853ed320", "consumerID": "policy-id", "timestamp": 1646633244712, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-07T06:10:13.951Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:10:13.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:10:13.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "681e1a34-4dca-46b6-acdf-35c0853ed320", "consumerID": "policy-id", "timestamp": 1646633245720, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-07T06:10:13.952Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:10:13.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:10:13.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "681e1a34-4dca-46b6-acdf-35c0853ed320", "consumerID": "policy-id", "timestamp": 1646633246724, "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-07T06:10:13.962Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 681e1a34-4dca-46b6-acdf-35c0853ed320 2022-03-07T06:10:13.962Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 681e1a34-4dca-46b6-acdf-35c0853ed320 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-07T06:10:13.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:10:13.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "681e1a34-4dca-46b6-acdf-35c0853ed320", "consumerID": "clamp", "timestamp": 1646633252850, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-07T06:10:13.975Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:10:13.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:10:13.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "681e1a34-4dca-46b6-acdf-35c0853ed320", "consumerID": "aai-ml", "timestamp": 1646633254136, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T06:10:13.975Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:10:13.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:10:13.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "681e1a34-4dca-46b6-acdf-35c0853ed320", "consumerID": "clamp", "timestamp": 1646633255853, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-07T06:10:13.976Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:10:13.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:10:13.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "681e1a34-4dca-46b6-acdf-35c0853ed320", "consumerID": "aai-ml", "timestamp": 1646633254136, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-07T06:10:13.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:10:13.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:10:13.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "681e1a34-4dca-46b6-acdf-35c0853ed320", "consumerID": "clamp", "timestamp": 1646633256858, "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-07T06:10:13.985Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 681e1a34-4dca-46b6-acdf-35c0853ed320 2022-03-07T06:10:13.985Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 681e1a34-4dca-46b6-acdf-35c0853ed320 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-07T06:10:14.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:10:14.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "681e1a34-4dca-46b6-acdf-35c0853ed320", "consumerID": "aai-ml", "timestamp": 1646633257145, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-07T06:10:14.000Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:10:14.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:10:14.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "681e1a34-4dca-46b6-acdf-35c0853ed320", "consumerID": "aai-ml", "timestamp": 1646633263490, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-07T06:10:14.001Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:10:14.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:10:14.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "681e1a34-4dca-46b6-acdf-35c0853ed320", "consumerID": "aai-ml", "timestamp": 1646633264498, "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-07T06:10:14.007Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 681e1a34-4dca-46b6-acdf-35c0853ed320 2022-03-07T06:10:14.007Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 681e1a34-4dca-46b6-acdf-35c0853ed320 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-07T06:10:20.380Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 681e1a34-4dca-46b6-acdf-35c0853ed320 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:10:20.390Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 681e1a34-4dca-46b6-acdf-35c0853ed320 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:10:20.394Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-07T06:10:20.395Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-07T06:10:20.395Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-07T06:10:20.395Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-07T06:10:20.395Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-07T06:10:20.395Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-07T06:10:20.395Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-07T06:10:20.395Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-07T06:10:20.395Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-07T06:10:20.395Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-07T06:10:20.395Z|681e1a34-4dca-46b6-acdf-35c0853ed320|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-07T06:10:20.402Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-07T06:10:50.402Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 681e1a34-4dca-46b6-acdf-35c0853ed320 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-07T06:10:51.191Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 681e1a34-4dca-46b6-acdf-35c0853ed320 and serviceModelVersionId: 6e8f26f3-c68e-45e5-a0e9-d8b1127605ec 2022-03-07T06:10:51.191Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 51f11b5f-55ab-4f44-905b-e823026b202e 2022-03-07T06:10:51.193Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/51f11b5f-55ab-4f44-905b-e823026b202e/model-vers/model-ver/6e8f26f3-c68e-45e5-a0e9-d8b1127605ec?depth=0 2022-03-07T06:10:51.203Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-07T06:10:51.264Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51f11b5f-55ab-4f44-905b-e823026b202e/model-vers/model-ver/6e8f26f3-c68e-45e5-a0e9-d8b1127605ec?depth=0|INFO|500||Invoke 2022-03-07T06:10:51.265Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51f11b5f-55ab-4f44-905b-e823026b202e/model-vers/model-ver/6e8f26f3-c68e-45e5-a0e9-d8b1127605ec?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51f11b5f-55ab-4f44-905b-e823026b202e/model-vers/model-ver/6e8f26f3-c68e-45e5-a0e9-d8b1127605ec?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[681e1a34-4dca-46b6-acdf-35c0853ed320], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a66f2a77-98c8-4fbc-9f78-f168d36f9bac], X-ECOMP-RequestID=[681e1a34-4dca-46b6-acdf-35c0853ed320], X-TransactionId=[], X-ONAP-RequestID=[681e1a34-4dca-46b6-acdf-35c0853ed320], Content-Type=[application/merge-patch+json]} 2022-03-07T06:10:51.297Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51f11b5f-55ab-4f44-905b-e823026b202e/model-vers/model-ver/6e8f26f3-c68e-45e5-a0e9-d8b1127605ec?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-07T06:10:51.830Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51f11b5f-55ab-4f44-905b-e823026b202e/model-vers/model-ver/6e8f26f3-c68e-45e5-a0e9-d8b1127605ec?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/51f11b5f-55ab-4f44-905b-e823026b202e/model-vers/model-ver/6e8f26f3-c68e-45e5-a0e9-d8b1127605ec?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220307-06:10:51:858-34627], vertex-id=[266424], Content-Length=[0], Date=[Mon, 07 Mar 2022 06:10:51 GMT], Content-Type=[application/json]} 2022-03-07T06:10:51.831Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51f11b5f-55ab-4f44-905b-e823026b202e/model-vers/model-ver/6e8f26f3-c68e-45e5-a0e9-d8b1127605ec?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-07T06:10:51.832Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51f11b5f-55ab-4f44-905b-e823026b202e/model-vers/model-ver/6e8f26f3-c68e-45e5-a0e9-d8b1127605ec?depth=0|INFO|500||InvokeReturn 2022-03-07T06:10:51.832Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-07T06:10:51.832Z|681e1a34-4dca-46b6-acdf-35c0853ed320|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-07T06:10:51.839Z|681e1a34-4dca-46b6-acdf-35c0853ed320|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-07T06:10:51.840Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 681e1a34-4dca-46b6-acdf-35c0853ed320 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-07T06:10:51.840Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-07T06:10:51.841Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-07T06:10:51.844Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T06:10:51.844Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "681e1a34-4dca-46b6-acdf-35c0853ed320", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633451840, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-07T06:10:51.944Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T06:10:51.945Z||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-07T06:10:51.946Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T06:10:52.015Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:10:52.015Z||pool-55-thread-1|||||INFO|500||cambria reply ok (70 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-07T06:10:52.857Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:10:52.858Z|681e1a34-4dca-46b6-acdf-35c0853ed320|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-07T06:10:52.858Z|681e1a34-4dca-46b6-acdf-35c0853ed320|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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:10:57.711Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:10:57.712Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-07T06:10:57.713Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"b53b694f-daa8-44fa-b480-c18a48cade11","serviceName":"Demo_pNF_Gj0SYzJ2Dp8cvqjWKygr","serviceVersion":"1.0","serviceUUID":"1550bcbc-c438-4b7f-a92d-1d17751b1c39","serviceDescription":"catalog service description","serviceInvariantUUID":"10405920-e4ae-4206-9237-c8cad2db8b3b","resources":[{"resourceInstanceName":"pNF 78377ef5-8725 0","resourceName":"pNF 78377ef5-8725","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ff368738-e287-4618-9bdc-493b093b6b61","resourceInvariantUUID":"1a1c11af-86e2-4805-be54-81bf297ab50a","resourceCustomizationUUID":"5ee1e000-9745-4494-893f-b9346e70c135","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/vf-license-model.xml","artifactChecksum":"YTQ4MWFlMTFmYzg3ODllNTE2NGE3YTJjN2QwNTZlN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3c0c19a2-12c5-45bf-9017-1ecc6b58cde8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/pNF.csar","artifactChecksum":"ZjliNWFmMjYwMjJkNTZmZmJmNWVkYTQzNmRiYmZjMmU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fd37a5aa-8e60-496d-84dd-58ac89772393","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9c7f660b-3f58-459a-ae2b-bdb2aeb04f61","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/vendor-license-model.xml","artifactChecksum":"NTQ2MGY3MTM0OTAzZDU5ZDk0ZjUyN2ZhMDA0Y2FiNDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"38d97063-9aef-4665-8f0f-665160f3b72e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c25b105c-6cb9-4092-b590-4f2b0135a6f8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eb3f55c4-6a70-49a3-83f6-b324f81f468a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGj0syzj2dp8cvqjwkygr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/artifacts/service-DemoPnfGj0syzj2dp8cvqjwkygr-template.yml","artifactChecksum":"YmFkYWJiMTRkNThkNzIzNDBlMjNlY2Y4NDMxNzY0YTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cd41d571-e18f-4ff8-af3e-a06f6c9d5d08","artifactVersion":"1"},{"artifactName":"service-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/artifacts/service-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar","artifactChecksum":"ZTdhMmNmNmJjYTIwYTAwNDY1ODIxZTg3YTM3NTc3NTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"127607b3-8d93-4a19-adfc-3daeb6a94f78","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-07T06:10:57.717Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-07T06:10:57.717Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-07T06:10:57.720Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T06:10:57.721Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633452857, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:10:57.821Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-07T06:10:57.822Z||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-07T06:10:57.822Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T06:10:57.891Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:10:57.891Z||pool-56-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":1,"count":1} 2022-03-07T06:10:58.722Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-07T06:10:58.723Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-07T06:10:58.725Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T06:10:58.725Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633452857, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-07T06:10:58.825Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T06:10:58.827Z||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-07T06:10:58.827Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T06:10:58.882Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:10:58.883Z||pool-57-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1} 2022-03-07T06:10:59.726Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-07T06:10:59.726Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-07T06:10:59.729Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T06:10:59.729Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633452857, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-07T06:10:59.829Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T06:10:59.831Z||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-07T06:10:59.831Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T06:10:59.870Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:10:59.871Z||pool-58-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-03-07T06:11:00.730Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-07T06:11:00.731Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-07T06:11:00.734Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T06:11:00.734Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633452857, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:00.834Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T06:11:00.835Z||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-07T06:11:00.835Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T06:11:00.856Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:11:00.857Z||pool-59-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-07T06:11:01.735Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-07T06:11:01.736Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-07T06:11:01.739Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T06:11:01.739Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633452857, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:01.839Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T06:11:01.840Z||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-07T06:11:01.841Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T06:11:01.936Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:11:01.937Z||pool-60-thread-1|||||INFO|500||cambria reply ok (97 ms):{"serverTimeMs":0,"count":1} 2022-03-07T06:11:02.740Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-07T06:11:02.741Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-07T06:11:02.743Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T06:11:02.744Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633452857, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:02.844Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T06:11:02.845Z||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-07T06:11:02.845Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T06:11:02.908Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:11:02.909Z||pool-61-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1} 2022-03-07T06:11:03.744Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-07T06:11:03.745Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-07T06:11:03.748Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T06:11:03.748Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633452857, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/artifacts/service-DemoPnfGj0syzj2dp8cvqjwkygr-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:03.848Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T06:11:03.849Z||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-07T06:11:03.849Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T06:11:03.913Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:11:03.914Z||pool-62-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1} 2022-03-07T06:11:04.749Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-07T06:11:04.750Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-07T06:11:04.752Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T06:11:04.752Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633452857, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/artifacts/service-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar", "status": "NOTIFIED" } 2022-03-07T06:11:04.853Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T06:11:04.854Z||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-07T06:11:04.854Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T06:11:04.904Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:11:04.905Z||pool-63-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1} 2022-03-07T06:11:05.754Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "serviceName": "Demo_pNF_Gj0SYzJ2Dp8cvqjWKygr", "serviceVersion": "1.0", "serviceUUID": "1550bcbc-c438-4b7f-a92d-1d17751b1c39", "serviceDescription": "catalog service description", "serviceInvariantUUID": "10405920-e4ae-4206-9237-c8cad2db8b3b", "resources": [ { "resourceInstanceName": "pNF 78377ef5-8725 0", "resourceCustomizationUUID": "5ee1e000-9745-4494-893f-b9346e70c135", "resourceName": "pNF 78377ef5-8725", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ff368738-e287-4618-9bdc-493b093b6b61", "resourceInvariantUUID": "1a1c11af-86e2-4805-be54-81bf297ab50a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/artifacts/service-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar", "artifactChecksum": "ZTdhMmNmNmJjYTIwYTAwNDY1ODIxZTg3YTM3NTc3NTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "127607b3-8d93-4a19-adfc-3daeb6a94f78" } ], "workloadContext": "Production" } 2022-03-07T06:11:05.754Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-07T06:11:05.754Z|681e1a34-4dca-46b6-acdf-35c0853ed320|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1550bcbc-c438-4b7f-a92d-1d17751b1c39 ASDC 2022-03-07T06:11:05.755Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:b53b694f-daa8-44fa-b480-c18a48cade11 ServiceName:Demo_pNF_Gj0SYzJ2Dp8cvqjWKygr ServiceVersion:1.0 ServiceUUID:1550bcbc-c438-4b7f-a92d-1d17751b1c39 ServiceInvariantUUID:10405920-e4ae-4206-9237-c8cad2db8b3b ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/artifacts/service-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar ArtifactUUID:127607b3-8d93-4a19-adfc-3daeb6a94f78 ArtifactChecksum:ZTdhMmNmNmJjYTIwYTAwNDY1ODIxZTg3YTM3NTc3NTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 78377ef5-8725 0 ResourceCustomizationUUID:5ee1e000-9745-4494-893f-b9346e70c135 ResourceInvariantUUID:1a1c11af-86e2-4805-be54-81bf297ab50a ResourceName:pNF 78377ef5-8725 ResourceType:PNF ResourceUUID:ff368738-e287-4618-9bdc-493b093b6b61 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-07T06:11:05.755Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1550bcbc-c438-4b7f-a92d-1d17751b1c39 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-07T06:11:05.798Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-07T06:11:05.799Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-07T06:11:05.799Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-07T06:11:05.799Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 127607b3-8d93-4a19-adfc-3daeb6a94f78 from URL: /sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/artifacts/service-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar 2022-03-07T06:11:05.800Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-07T06:11:05.800Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/artifacts/service-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar 2022-03-07T06:11:06.037Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-07T06:11:06.042Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/artifacts/service-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar 127607b3-8d93-4a19-adfc-3daeb6a94f78 82644 2022-03-07T06:11:06.042Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/artifacts/service-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar ASDC sendASDCNotification 2022-03-07T06:11:06.042Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/artifacts/service-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar 2022-03-07T06:11:06.042Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-07T06:11:06.043Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-07T06:11:06.045Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T06:11:06.046Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633466042, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/artifacts/service-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-07T06:11:06.146Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-07T06:11:06.147Z||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-07T06:11:06.147Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T06:11:06.189Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:11:06.190Z||pool-64-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} 2022-03-07T06:11:07.046Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-07T06:11:07.047Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-07T06:11:07.048Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 127607b3-8d93-4a19-adfc-3daeb6a94f78, URL: /sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/artifacts/service-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar to file: /app/ASDC/1/service-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar 2022-03-07T06:11:07.048Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar 2022-03-07T06:11:07.048Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar 2022-03-07T06:11:07.049Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar 2022-03-07T06:11:07.250Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6873655982422120499/Definitions/service-DemoPnfGj0syzj2dp8cvqjwkygr-template.yml 2022-03-07T06:11:08.126Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-07T06:11:08.127Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-07T06:11:08.127Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar 2022-03-07T06:11:08.127Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-07T06:11:08.127Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar 2022-03-07T06:11:08.127Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar 2022-03-07T06:11:08.127Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar 2022-03-07T06:11:08.127Z|b53b694f-daa8-44fa-b480-c18a48cade11|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-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar 2022-03-07T06:11:08.127Z|b53b694f-daa8-44fa-b480-c18a48cade11|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-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar 2022-03-07T06:11:08.127Z|b53b694f-daa8-44fa-b480-c18a48cade11|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-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar 2022-03-07T06:11:08.128Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 78377ef5-8725 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-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar 2022-03-07T06:11:08.128Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-07T06:11:08.128Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:11:08.128Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Gj0SYzJ2Dp8cvqjWKygr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T06:11:08.128Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||Node template pNF 78377ef5-8725 0 is matching search criteria 2022-03-07T06:11:08.128Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-07T06:11:08.129Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 78377ef5-8725 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-07T06:11:08.129Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:11:08.129Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Gj0SYzJ2Dp8cvqjWKygr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T06:11:08.129Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||Node template pNF 78377ef5-8725 0 is matching search criteria 2022-03-07T06:11:08.129Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-07T06:11:08.129Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 78377ef5-8725 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-07T06:11:08.129Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:11:08.130Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Gj0SYzJ2Dp8cvqjWKygr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T06:11:08.130Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:11:08.130Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Gj0SYzJ2Dp8cvqjWKygr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T06:11:08.130Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:11:08.130Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Gj0SYzJ2Dp8cvqjWKygr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T06:11:08.130Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:11:08.130Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Gj0SYzJ2Dp8cvqjWKygr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T06:11:08.130Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:11:08.131Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Gj0SYzJ2Dp8cvqjWKygr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T06:11:08.131Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_Gj0SYzJ2Dp8cvqjWKygr Description:catalog service description Model UUID:1550bcbc-c438-4b7f-a92d-1d17751b1c39 Model Version:NULL Model InvariantUuid:10405920-e4ae-4206-9237-c8cad2db8b3b 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-07T06:11:08.138Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: ff368738-e287-4618-9bdc-493b093b6b61 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-07T06:11:08.141Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||pNF 78377ef5-8725 0 2022-03-07T06:11:08.141Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ff368738-e287-4618-9bdc-493b093b6b61 2022-03-07T06:11:08.141Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 1550bcbc-c438-4b7f-a92d-1d17751b1c39 2022-03-07T06:11:08.141Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 1550bcbc-c438-4b7f-a92d-1d17751b1c39 2022-03-07T06:11:08.141Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 78377ef5-8725 0 ff368738-e287-4618-9bdc-493b093b6b61 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-07T06:11:08.146Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c2df6e2, org.onap.sdc.toscaparser.api.parameters.Input@1cdb436e, org.onap.sdc.toscaparser.api.parameters.Input@7e8b7bc8, org.onap.sdc.toscaparser.api.parameters.Input@3ba00235, org.onap.sdc.toscaparser.api.parameters.Input@8896945] 2022-03-07T06:11:08.146Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:11:08.146Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Gj0SYzJ2Dp8cvqjWKygr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T06:11:08.146Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 1550bcbc-c438-4b7f-a92d-1d17751b1c39: pNF 78377ef5-8725 2022-03-07T06:11:08.147Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||Processing PNF resource: ff368738-e287-4618-9bdc-493b093b6b61 2022-03-07T06:11:08.147Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:11:08.147Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Gj0SYzJ2Dp8cvqjWKygr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T06:11:08.147Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||Resource customization UUID: 5ee1e000-9745-4494-893f-b9346e70c135 is the same as notified resource customizationUUID: 5ee1e000-9745-4494-893f-b9346e70c135 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-07T06:11:08.191Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 78377ef5-8725 ff368738-e287-4618-9bdc-493b093b6b61 0 ASDC deployResourceStructure 2022-03-07T06:11:08.192Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/artifacts/service-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar ASDC sendASDCNotification 2022-03-07T06:11:08.192Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/artifacts/service-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar 2022-03-07T06:11:08.192Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-07T06:11:08.192Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-07T06:11:08.194Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T06:11:08.194Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633468192, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/artifacts/service-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar", "status": "DEPLOY_OK" } 2022-03-07T06:11:08.295Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-07T06:11:08.295Z||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-07T06:11:08.296Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T06:11:08.337Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:11:08.338Z||pool-65-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1} 2022-03-07T06:11:09.196Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b53b694f-daa8-44fa-b480-c18a48cade11 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:11:09.206Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b53b694f-daa8-44fa-b480-c18a48cade11 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:11:09.208Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-07T06:11:09.208Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-07T06:11:09.208Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-07T06:11:13.832Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:11:13.833Z||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-07T06:11:13.833Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:11:13.911Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:11:13.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646633293599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.914Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "cds", "timestamp": 1646633287128, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.914Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "aai-ml", "timestamp": 1646633284136, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.914Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646633293599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.915Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "cds", "timestamp": 1646633287128, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.915Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "aai-ml", "timestamp": 1646633284136, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.915Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646633293599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.915Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "cds", "timestamp": 1646633287128, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.916Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "aai-ml", "timestamp": 1646633284136, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.916Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646633293599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.916Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "cds", "timestamp": 1646633287128, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.916Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "aai-ml", "timestamp": 1646633284136, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.917Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "ves-openapi-manager", "timestamp": 1646633297038, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.917Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646633293599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.917Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "cds", "timestamp": 1646633287128, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.917Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "aai-ml", "timestamp": 1646633284136, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.918Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "ves-openapi-manager", "timestamp": 1646633297038, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.918Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "clamp", "timestamp": 1646633298345, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.918Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646633293599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.918Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "cds", "timestamp": 1646633287128, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.919Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "aai-ml", "timestamp": 1646633284136, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.919Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "ves-openapi-manager", "timestamp": 1646633297038, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.919Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "clamp", "timestamp": 1646633298345, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.919Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "multicloud-k8s-id", "timestamp": 1646633299416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.920Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646633293599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/artifacts/service-DemoPnfGj0syzj2dp8cvqjwkygr-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.920Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "cds", "timestamp": 1646633287128, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/artifacts/service-DemoPnfGj0syzj2dp8cvqjwkygr-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.920Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "aai-ml", "timestamp": 1646633284136, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/artifacts/service-DemoPnfGj0syzj2dp8cvqjwkygr-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.920Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "ves-openapi-manager", "timestamp": 1646633297038, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.921Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "clamp", "timestamp": 1646633298345, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.921Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "multicloud-k8s-id", "timestamp": 1646633299416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.921Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "cds", "timestamp": 1646633287128, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/artifacts/service-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar", "status": "NOTIFIED" } 2022-03-07T06:11:13.921Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646633293599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/artifacts/service-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar", "status": "NOTIFIED" } 2022-03-07T06:11:13.922Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "aai-ml", "timestamp": 1646633284136, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/artifacts/service-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar", "status": "NOTIFIED" } 2022-03-07T06:11:13.922Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "ves-openapi-manager", "timestamp": 1646633297038, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.922Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "clamp", "timestamp": 1646633298345, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.922Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.923Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "multicloud-k8s-id", "timestamp": 1646633299416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.923Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.923Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "policy-id", "timestamp": 1646633301678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.923Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.923Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "cds", "timestamp": 1646633302797, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/artifacts/service-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-07T06:11:13.923Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:11:13.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.923Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646633303063, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/artifacts/service-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-07T06:11:13.923Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:11:13.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.923Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "ves-openapi-manager", "timestamp": 1646633297038, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-07T06:11:13.924Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.924Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "aai-ml", "timestamp": 1646633302822, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/artifacts/service-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-07T06:11:13.924Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:11:13.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.924Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "clamp", "timestamp": 1646633298345, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.924Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.924Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "multicloud-k8s-id", "timestamp": 1646633299416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.924Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.924Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "policy-id", "timestamp": 1646633301678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.924Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.925Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "cds", "timestamp": 1646633303804, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/artifacts/service-DemoPnfGj0syzj2dp8cvqjwkygr-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-07T06:11:13.932Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b53b694f-daa8-44fa-b480-c18a48cade11 2022-03-07T06:11:13.933Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b53b694f-daa8-44fa-b480-c18a48cade11 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-07T06:11:13.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "ves-openapi-manager", "timestamp": 1646633297038, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/artifacts/service-DemoPnfGj0syzj2dp8cvqjwkygr-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "clamp", "timestamp": 1646633298345, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.942Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "multicloud-k8s-id", "timestamp": 1646633299416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.943Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "policy-id", "timestamp": 1646633301678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.943Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "ves-openapi-manager", "timestamp": 1646633297038, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/artifacts/service-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "clamp", "timestamp": 1646633298345, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/artifacts/service-DemoPnfGj0syzj2dp8cvqjwkygr-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646633305321, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/artifacts/service-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar", "status": "DEPLOY_OK" } 2022-03-07T06:11:13.945Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:11:13.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "multicloud-k8s-id", "timestamp": 1646633299416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "policy-id", "timestamp": 1646633301678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646633306325, "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-07T06:11:13.952Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b53b694f-daa8-44fa-b480-c18a48cade11 2022-03-07T06:11:13.952Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b53b694f-daa8-44fa-b480-c18a48cade11 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-07T06:11:13.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "clamp", "timestamp": 1646633298345, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/artifacts/service-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar", "status": "NOTIFIED" } 2022-03-07T06:11:13.961Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "multicloud-k8s-id", "timestamp": 1646633299416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/artifacts/service-DemoPnfGj0syzj2dp8cvqjwkygr-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.962Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "ves-openapi-manager", "timestamp": 1646633306342, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-07T06:11:13.963Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:11:13.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "policy-id", "timestamp": 1646633301678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.963Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "multicloud-k8s-id", "timestamp": 1646633299416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/artifacts/service-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar", "status": "NOTIFIED" } 2022-03-07T06:11:13.964Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "policy-id", "timestamp": 1646633301678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.965Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "ves-openapi-manager", "timestamp": 1646633307743, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-07T06:11:13.965Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:11:13.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "policy-id", "timestamp": 1646633301678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/artifacts/service-DemoPnfGj0syzj2dp8cvqjwkygr-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T06:11:13.966Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "ves-openapi-manager", "timestamp": 1646633308755, "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-07T06:11:13.973Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of b53b694f-daa8-44fa-b480-c18a48cade11 2022-03-07T06:11:13.974Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b53b694f-daa8-44fa-b480-c18a48cade11 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-07T06:11:13.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "policy-id", "timestamp": 1646633301678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/artifacts/service-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar", "status": "NOTIFIED" } 2022-03-07T06:11:13.985Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:11:13.985Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.985Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "policy-id", "timestamp": 1646633310870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/artifacts/service-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-07T06:11:13.986Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:11:13.986Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.986Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "aai-ml", "timestamp": 1646633311227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/artifacts/service-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar", "status": "DEPLOY_OK" } 2022-03-07T06:11:13.986Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:11:13.986Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "clamp", "timestamp": 1646633311862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/artifacts/service-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-07T06:11:13.987Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:11:13.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "policy-id", "timestamp": 1646633311876, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/artifacts/service-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar", "status": "DEPLOY_OK" } 2022-03-07T06:11:13.987Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:11:13.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:13.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "aai-ml", "timestamp": 1646633312234, "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-07T06:11:13.994Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b53b694f-daa8-44fa-b480-c18a48cade11 2022-03-07T06:11:13.994Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b53b694f-daa8-44fa-b480-c18a48cade11 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-07T06:11:14.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:14.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "policy-id", "timestamp": 1646633312883, "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-07T06:11:14.015Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b53b694f-daa8-44fa-b480-c18a48cade11 2022-03-07T06:11:14.016Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b53b694f-daa8-44fa-b480-c18a48cade11 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-07T06:11:14.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:14.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "clamp", "timestamp": 1646633313872, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/artifacts/service-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar", "status": "DEPLOY_OK" } 2022-03-07T06:11:14.026Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:11:14.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:11:14.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "clamp", "timestamp": 1646633314876, "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-07T06:11:14.031Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b53b694f-daa8-44fa-b480-c18a48cade11 2022-03-07T06:11:14.031Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b53b694f-daa8-44fa-b480-c18a48cade11 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-07T06:11:39.208Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b53b694f-daa8-44fa-b480-c18a48cade11 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:11:39.221Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b53b694f-daa8-44fa-b480-c18a48cade11 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:11:39.226Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-07T06:11:39.226Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-07T06:11:39.226Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-07T06:11:39.226Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-07T06:11:39.226Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-07T06:11:39.226Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-07T06:11:39.226Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-07T06:11:39.226Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-07T06:11:39.227Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-07T06:11:39.227Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-07T06:11:39.227Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-07T06:11:39.227Z|b53b694f-daa8-44fa-b480-c18a48cade11|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-07T06:11:39.234Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-07T06:12:09.235Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b53b694f-daa8-44fa-b480-c18a48cade11 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-07T06:12:09.242Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b53b694f-daa8-44fa-b480-c18a48cade11 and serviceModelVersionId: 1550bcbc-c438-4b7f-a92d-1d17751b1c39 2022-03-07T06:12:09.242Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 10405920-e4ae-4206-9237-c8cad2db8b3b 2022-03-07T06:12:09.243Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/10405920-e4ae-4206-9237-c8cad2db8b3b/model-vers/model-ver/1550bcbc-c438-4b7f-a92d-1d17751b1c39?depth=0 2022-03-07T06:12:09.246Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-07T06:12:09.295Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10405920-e4ae-4206-9237-c8cad2db8b3b/model-vers/model-ver/1550bcbc-c438-4b7f-a92d-1d17751b1c39?depth=0|INFO|500||Invoke 2022-03-07T06:12:09.295Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10405920-e4ae-4206-9237-c8cad2db8b3b/model-vers/model-ver/1550bcbc-c438-4b7f-a92d-1d17751b1c39?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10405920-e4ae-4206-9237-c8cad2db8b3b/model-vers/model-ver/1550bcbc-c438-4b7f-a92d-1d17751b1c39?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b53b694f-daa8-44fa-b480-c18a48cade11], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1feacbec-20d3-4b3d-9642-0061da076dc0], X-ECOMP-RequestID=[b53b694f-daa8-44fa-b480-c18a48cade11], X-TransactionId=[], X-ONAP-RequestID=[b53b694f-daa8-44fa-b480-c18a48cade11], Content-Type=[application/merge-patch+json]} 2022-03-07T06:12:09.330Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10405920-e4ae-4206-9237-c8cad2db8b3b/model-vers/model-ver/1550bcbc-c438-4b7f-a92d-1d17751b1c39?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-07T06:12:09.641Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10405920-e4ae-4206-9237-c8cad2db8b3b/model-vers/model-ver/1550bcbc-c438-4b7f-a92d-1d17751b1c39?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/10405920-e4ae-4206-9237-c8cad2db8b3b/model-vers/model-ver/1550bcbc-c438-4b7f-a92d-1d17751b1c39?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220307-06:12:09:892-54986], vertex-id=[229528], Content-Length=[0], Date=[Mon, 07 Mar 2022 06:12:09 GMT], Content-Type=[application/json]} 2022-03-07T06:12:09.642Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10405920-e4ae-4206-9237-c8cad2db8b3b/model-vers/model-ver/1550bcbc-c438-4b7f-a92d-1d17751b1c39?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-07T06:12:09.642Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10405920-e4ae-4206-9237-c8cad2db8b3b/model-vers/model-ver/1550bcbc-c438-4b7f-a92d-1d17751b1c39?depth=0|INFO|500||InvokeReturn 2022-03-07T06:12:09.643Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-07T06:12:09.644Z|b53b694f-daa8-44fa-b480-c18a48cade11|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-07T06:12:09.650Z|b53b694f-daa8-44fa-b480-c18a48cade11|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-07T06:12:09.650Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b53b694f-daa8-44fa-b480-c18a48cade11 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-07T06:12:09.650Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-07T06:12:09.651Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-07T06:12:09.653Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T06:12:09.653Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633529650, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-07T06:12:09.753Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T06:12:09.754Z||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-07T06:12:09.755Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T06:12:09.780Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:12:09.781Z||pool-66-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-07T06:12:10.670Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-07T06:12:10.671Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"63f5e811-fcbe-4019-89fc-6dd07b574c35","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"aea15501-c68b-4edf-96a0-2aa07ecffe53","serviceDescription":"service","serviceInvariantUUID":"26981c4c-8088-4d9a-b925-ee10cb9fd1b5","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3dc761c7-1c7e-4477-890a-b0638bed2354","resourceInvariantUUID":"b2bafc92-52d7-48cb-8fa3-2b0abde6c535","resourceCustomizationUUID":"4d88928a-cea2-4d4f-90e2-b51baa9cd025","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":"MThkMzVjODJiMTJiZjczZmMwZTExNGZjMGUwNTAzYWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"70dde3a6-8369-4918-a0e8-98e975e013c2","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":"81bdd856-7424-42b6-b934-140fe8e8214a","artifactVersion":"2","generatedFromUUID":"774ee179-5294-437c-a7d6-a434cca56103"},{"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":"774ee179-5294-437c-a7d6-a434cca56103","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":"ZWUyZTVkOGQ1ODczMTQ4ODdiOTNkNDIzMTU2ZDk1YWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ee35eeda-11ae-4fd8-ac19-7c2986cbcedf","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":"8d4a9b09-2068-4fb8-986f-bd836f72c026","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":"bd421791-c9ef-43d7-8453-eac248389776","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":"c8827464-af25-4a73-b8b6-9f1779655484","artifactVersion":"2","generatedFromUUID":"8d4a9b09-2068-4fb8-986f-bd836f72c026"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YzlkMThiYWQ5ZmFjYjczMTlhOGI1NWRkOTM4MzI5MmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"672b91f1-581d-4530-ae6d-b318fa23a011","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YjUxOWQ5MWQxYzdmNTc2NDIzNDBjNmM1ZDMyYTdmZjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3332b2e4-7871-4a54-bf59-8d41e098bdaf","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-07T06:12:10.671Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-07T06:12:10.672Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-07T06:12:10.674Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T06:12:10.675Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633452857, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:10.776Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T06:12:10.777Z||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-07T06:12:10.777Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T06:12:10.859Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:12:10.859Z||pool-67-thread-1|||||INFO|500||cambria reply ok (83 ms):{"serverTimeMs":0,"count":1} 2022-03-07T06:12:11.675Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-07T06:12:11.676Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-07T06:12:11.678Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T06:12:11.678Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633452857, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-07T06:12:11.778Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T06:12:11.779Z||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-07T06:12:11.780Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T06:12:11.875Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:12:11.876Z||pool-68-thread-1|||||INFO|500||cambria reply ok (97 ms):{"serverTimeMs":0,"count":1} 2022-03-07T06:12:12.679Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-07T06:12:12.680Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-07T06:12:12.682Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T06:12:12.682Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633452857, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-07T06:12:12.782Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T06:12:12.783Z||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-07T06:12:12.783Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T06:12:12.822Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:12:12.823Z||pool-69-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1} 2022-03-07T06:12:13.683Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-07T06:12:13.684Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-07T06:12:13.686Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T06:12:13.687Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633452857, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-07T06:12:13.787Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-07T06:12:13.788Z||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-07T06:12:13.788Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T06:12:13.814Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:12:13.815Z||pool-70-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-03-07T06:12:13.832Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:12:13.833Z||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-07T06:12:13.833Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:12:13.868Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:12:13.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "aai-ml", "timestamp": 1646633374138, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.872Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "aai-ml", "timestamp": 1646633374138, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.872Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "aai-ml", "timestamp": 1646633374138, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.873Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "cds", "timestamp": 1646633377128, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.873Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "ves-openapi-manager", "timestamp": 1646633377040, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.874Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.874Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.874Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "aai-ml", "timestamp": 1646633374138, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.874Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.874Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.874Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "cds", "timestamp": 1646633377128, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.874Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.874Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.875Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "ves-openapi-manager", "timestamp": 1646633377040, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.875Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.875Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.875Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "aai-ml", "timestamp": 1646633374138, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.875Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.875Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.875Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "cds", "timestamp": 1646633377128, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.875Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.876Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.876Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "ves-openapi-manager", "timestamp": 1646633377040, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.876Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.876Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.876Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "aai-ml", "timestamp": 1646633374138, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.876Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.876Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.877Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "multicloud-k8s-id", "timestamp": 1646633379416, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.877Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.877Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.877Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "cds", "timestamp": 1646633377128, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.877Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.877Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.877Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "ves-openapi-manager", "timestamp": 1646633377040, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.877Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "aai-ml", "timestamp": 1646633374138, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.878Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "multicloud-k8s-id", "timestamp": 1646633379416, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-07T06:12:13.878Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.879Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "cds", "timestamp": 1646633377128, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.879Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.879Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.879Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "ves-openapi-manager", "timestamp": 1646633377040, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.879Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.879Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.879Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "aai-ml", "timestamp": 1646633374138, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.880Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.880Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.880Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "multicloud-k8s-id", "timestamp": 1646633379416, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-07T06:12:13.880Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.880Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.880Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "policy-id", "timestamp": 1646633381671, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.881Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.881Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.881Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "cds", "timestamp": 1646633377128, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.881Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.881Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.881Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "ves-openapi-manager", "timestamp": 1646633377040, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.881Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.881Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.882Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "aai-ml", "timestamp": 1646633374138, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-07T06:12:13.882Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.882Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.882Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "multicloud-k8s-id", "timestamp": 1646633379416, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-07T06:12:13.882Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.882Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.882Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "policy-id", "timestamp": 1646633381671, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.883Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "cds", "timestamp": 1646633377128, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.883Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646633383599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.883Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "ves-openapi-manager", "timestamp": 1646633377040, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.883Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "multicloud-k8s-id", "timestamp": 1646633379416, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-07T06:12:13.884Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.884Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "policy-id", "timestamp": 1646633381671, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.884Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.884Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "aai-ml", "timestamp": 1646633384627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-07T06:12:13.884Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:12:13.884Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "cds", "timestamp": 1646633377128, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.884Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.884Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646633383599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.884Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "ves-openapi-manager", "timestamp": 1646633377040, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.885Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "multicloud-k8s-id", "timestamp": 1646633379416, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.885Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "policy-id", "timestamp": 1646633381671, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.885Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "cds", "timestamp": 1646633377128, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-07T06:12:13.885Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.886Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646633383599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.886Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.886Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.886Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "ves-openapi-manager", "timestamp": 1646633377040, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.886Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.886Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.886Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "multicloud-k8s-id", "timestamp": 1646633379416, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-07T06:12:13.886Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.886Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.886Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "policy-id", "timestamp": 1646633381671, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-07T06:12:13.886Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.886Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.887Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646633383599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.887Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.887Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.887Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "cds", "timestamp": 1646633387180, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-07T06:12:13.887Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:12:13.887Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.887Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "multicloud-k8s-id", "timestamp": 1646633379416, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.887Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.887Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.887Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "policy-id", "timestamp": 1646633381671, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.887Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.887Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.887Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646633383599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.888Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.888Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.888Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "cds", "timestamp": 1646633388187, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-07T06:12:13.906Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 63f5e811-fcbe-4019-89fc-6dd07b574c35 2022-03-07T06:12:13.906Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63f5e811-fcbe-4019-89fc-6dd07b574c35 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-07T06:12:13.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "multicloud-k8s-id", "timestamp": 1646633379416, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-07T06:12:13.920Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "policy-id", "timestamp": 1646633381671, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.920Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "clamp", "timestamp": 1646633388344, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.921Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646633383599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.921Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "policy-id", "timestamp": 1646633381671, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.921Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "clamp", "timestamp": 1646633388344, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.922Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646633383599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.922Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "multicloud-k8s-id", "timestamp": 1646633389907, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-07T06:12:13.922Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:12:13.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.923Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "policy-id", "timestamp": 1646633381671, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-07T06:12:13.923Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.923Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "clamp", "timestamp": 1646633388344, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.923Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.923Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646633383599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.924Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.924Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "multicloud-k8s-id", "timestamp": 1646633391486, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-07T06:12:13.924Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:12:13.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.924Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646633383599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-07T06:12:13.924Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.924Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "clamp", "timestamp": 1646633388344, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-07T06:12:13.925Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.925Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "policy-id", "timestamp": 1646633392204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-07T06:12:13.925Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:12:13.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.925Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "multicloud-k8s-id", "timestamp": 1646633392712, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-07T06:12:13.925Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:12:13.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "clamp", "timestamp": 1646633388344, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.926Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646633393561, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-07T06:12:13.926Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:12:13.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "policy-id", "timestamp": 1646633393234, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-07T06:12:13.926Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:12:13.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.927Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "clamp", "timestamp": 1646633388344, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.927Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.927Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "multicloud-k8s-id", "timestamp": 1646633394000, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-07T06:12:13.927Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:12:13.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.927Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "policy-id", "timestamp": 1646633394252, "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-07T06:12:13.934Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 63f5e811-fcbe-4019-89fc-6dd07b574c35 2022-03-07T06:12:13.934Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63f5e811-fcbe-4019-89fc-6dd07b574c35 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-07T06:12:13.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "clamp", "timestamp": 1646633388344, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "multicloud-k8s-id", "timestamp": 1646633395234, "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-07T06:12:13.950Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 63f5e811-fcbe-4019-89fc-6dd07b574c35 2022-03-07T06:12:13.950Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63f5e811-fcbe-4019-89fc-6dd07b574c35 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-07T06:12:13.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646633396214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-07T06:12:13.961Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:12:13.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "clamp", "timestamp": 1646633388344, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:13.962Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "multicloud-k8s-id", "timestamp": 1646633396248, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-07T06:12:13.962Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:12:13.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "aai-ml", "timestamp": 1646633396406, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-07T06:12:13.963Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:12:13.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646633397219, "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-07T06:12:13.970Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 63f5e811-fcbe-4019-89fc-6dd07b574c35 2022-03-07T06:12:13.970Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63f5e811-fcbe-4019-89fc-6dd07b574c35 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-07T06:12:13.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.982Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "clamp", "timestamp": 1646633388344, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-07T06:12:13.983Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:12:13.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:13.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "aai-ml", "timestamp": 1646633397412, "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-07T06:12:13.991Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 63f5e811-fcbe-4019-89fc-6dd07b574c35 2022-03-07T06:12:13.992Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63f5e811-fcbe-4019-89fc-6dd07b574c35 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-07T06:12:14.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:14.003Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "clamp", "timestamp": 1646633402878, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-07T06:12:14.003Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:12:14.003Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:14.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "clamp", "timestamp": 1646633403896, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-07T06:12:14.004Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:12:14.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:12:14.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "clamp", "timestamp": 1646633404900, "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-07T06:12:14.010Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 63f5e811-fcbe-4019-89fc-6dd07b574c35 2022-03-07T06:12:14.011Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63f5e811-fcbe-4019-89fc-6dd07b574c35 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-07T06:12:14.687Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-07T06:12:14.688Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-07T06:12:14.692Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T06:12:14.692Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633452857, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-07T06:12:14.791Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-07T06:12:14.793Z||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-07T06:12:14.793Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T06:12:14.876Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:12:14.877Z||pool-71-thread-1|||||INFO|500||cambria reply ok (85 ms):{"serverTimeMs":1,"count":1} 2022-03-07T06:12:15.692Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-07T06:12:15.693Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-07T06:12:15.696Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T06:12:15.696Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633452857, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:15.796Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T06:12:15.797Z||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-07T06:12:15.797Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T06:12:15.815Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:12:15.816Z||pool-72-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-03-07T06:12:16.697Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-07T06:12:16.697Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-07T06:12:16.700Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T06:12:16.700Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633452857, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-07T06:12:16.800Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-07T06:12:16.800Z||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-07T06:12:16.801Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T06:12:16.857Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:12:16.858Z||pool-73-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1} 2022-03-07T06:12:17.700Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-07T06:12:17.703Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-07T06:12:17.706Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T06:12:17.706Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633452857, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T06:12:17.808Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-03-07T06:12:17.809Z||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-07T06:12:17.809Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T06:12:17.850Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:12:17.850Z||pool-74-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-03-07T06:12:18.707Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-07T06:12:18.708Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-07T06:12:18.710Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T06:12:18.710Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633452857, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-07T06:12:18.810Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T06:12:18.812Z||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-07T06:12:18.812Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T06:12:18.845Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:12:18.847Z||pool-75-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2022-03-07T06:12:19.712Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "aea15501-c68b-4edf-96a0-2aa07ecffe53", "serviceDescription": "service", "serviceInvariantUUID": "26981c4c-8088-4d9a-b925-ee10cb9fd1b5", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "4d88928a-cea2-4d4f-90e2-b51baa9cd025", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3dc761c7-1c7e-4477-890a-b0638bed2354", "resourceInvariantUUID": "b2bafc92-52d7-48cb-8fa3-2b0abde6c535", "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": "81bdd856-7424-42b6-b934-140fe8e8214a", "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": "774ee179-5294-437c-a7d6-a434cca56103", "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": "ZWUyZTVkOGQ1ODczMTQ4ODdiOTNkNDIzMTU2ZDk1YWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ee35eeda-11ae-4fd8-ac19-7c2986cbcedf", "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": "8d4a9b09-2068-4fb8-986f-bd836f72c026", "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": "c8827464-af25-4a73-b8b6-9f1779655484", "generatedFromUUID": "8d4a9b09-2068-4fb8-986f-bd836f72c026" }, "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": "c8827464-af25-4a73-b8b6-9f1779655484", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "YjUxOWQ5MWQxYzdmNTc2NDIzNDBjNmM1ZDMyYTdmZjQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3332b2e4-7871-4a54-bf59-8d41e098bdaf" } ], "workloadContext": "Production" } 2022-03-07T06:12:19.712Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-07T06:12:19.712Z|b53b694f-daa8-44fa-b480-c18a48cade11|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 aea15501-c68b-4edf-96a0-2aa07ecffe53 ASDC 2022-03-07T06:12:19.712Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:63f5e811-fcbe-4019-89fc-6dd07b574c35 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:aea15501-c68b-4edf-96a0-2aa07ecffe53 ServiceInvariantUUID:26981c4c-8088-4d9a-b925-ee10cb9fd1b5 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:3332b2e4-7871-4a54-bf59-8d41e098bdaf ArtifactChecksum:YjUxOWQ5MWQxYzdmNTc2NDIzNDBjNmM1ZDMyYTdmZjQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:4d88928a-cea2-4d4f-90e2-b51baa9cd025 ResourceInvariantUUID:b2bafc92-52d7-48cb-8fa3-2b0abde6c535 ResourceName:basic_cnf ResourceType:VF ResourceUUID:3dc761c7-1c7e-4477-890a-b0638bed2354 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:81bdd856-7424-42b6-b934-140fe8e8214a 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:774ee179-5294-437c-a7d6-a434cca56103 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:ee35eeda-11ae-4fd8-ac19-7c2986cbcedf ArtifactChecksum:ZWUyZTVkOGQ1ODczMTQ4ODdiOTNkNDIzMTU2ZDk1YWI= 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:8d4a9b09-2068-4fb8-986f-bd836f72c026 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:c8827464-af25-4a73-b8b6-9f1779655484 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:c8827464-af25-4a73-b8b6-9f1779655484 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-07T06:12:19.713Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aea15501-c68b-4edf-96a0-2aa07ecffe53 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-07T06:12:19.749Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-07T06:12:19.750Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-07T06:12:19.750Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-07T06:12:19.750Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3332b2e4-7871-4a54-bf59-8d41e098bdaf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-07T06:12:19.750Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-07T06:12:19.750Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-07T06:12:20.304Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-07T06:12:20.307Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 3332b2e4-7871-4a54-bf59-8d41e098bdaf 68960 2022-03-07T06:12:20.307Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||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-07T06:12:20.307Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||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-07T06:12:20.307Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-07T06:12:20.307Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-07T06:12:20.309Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T06:12:20.309Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633540307, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-07T06:12:20.409Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T06:12:20.410Z||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-07T06:12:20.410Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T06:12:20.431Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:12:20.432Z||pool-76-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-07T06:12:21.310Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-07T06:12:21.311Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-07T06:12:21.311Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 3332b2e4-7871-4a54-bf59-8d41e098bdaf, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-07T06:12:21.311Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-03-07T06:12:21.312Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-07T06:12:21.312Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-07T06:12:21.505Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9983473074871810943/Definitions/service-BasicCnf-template.yml 2022-03-07T06:12:22.709Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-07T06:12:22.709Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-07T06:12:22.709Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-07T06:12:22.709Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-03-07T06:12:22.709Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||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-07T06:12:22.710Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||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-07T06:12:22.710Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|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-BasicCnf-csar.csar 2022-03-07T06:12:22.710Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||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-07T06:12:22.710Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-07T06:12:22.710Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:12:22.710Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T06:12:22.710Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-07T06:12:22.710Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-07T06:12:22.711Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-07T06:12:22.711Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:12:22.711Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T06:12:22.711Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-07T06:12:22.711Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-07T06:12:22.711Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-07T06:12:22.711Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:12:22.712Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T06:12:22.712Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:12:22.712Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-07T06:12:22.712Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-03-07T06:12:22.712Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria 2022-03-07T06:12:22.712Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-07T06:12:22.712Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:12:22.712Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-07T06:12:22.713Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:12:22.713Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-07T06:12:22.713Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-07T06:12:22.713Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:12:22.713Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-07T06:12:22.713Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-07T06:12:22.713Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:12:22.714Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-07T06:12:22.714Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-07T06:12:22.714Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:12:22.714Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-07T06:12:22.714Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-07T06:12:22.714Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=bef856bf-ef45-46bb-a302-7c3f60dfff8f 2022-03-07T06:12:22.714Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:12:22.715Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T06:12:22.715Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:12:22.715Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T06:12:22.715Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:12:22.715Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T06:12:22.715Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:12:22.715Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T06:12:22.716Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:aea15501-c68b-4edf-96a0-2aa07ecffe53 Model Version:NULL Model InvariantUuid:26981c4c-8088-4d9a-b925-ee10cb9fd1b5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:34273aca-50cf-4db9-83ce-7ac4c98b03e2 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b2bafc92-52d7-48cb-8fa3-2b0abde6c535 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4d88928a-cea2-4d4f-90e2-b51baa9cd025 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:fd771eb6-4cd2-4c6e-8ccd-6e733e27813e ModelName:BasicCnf..base_dummy..module-0 ModelUuid:b2df1134-4187-4efe-b7e3-e16870a077c6 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:bef856bf-ef45-46bb-a302-7c3f60dfff8f ModelInvariantUuid:e8eb2483-0f63-4238-ac12-044e11b3367e ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:e8df2a4d-bad8-46c3-bbfa-1805fb78f966 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:a0f6f307-4aee-4e7c-9f68-2cdc5e5a67c0 ModelInvariantUuid:122bac03-7a06-4786-b5f4-ce1e87f51d9e ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:ddee710d-27be-497e-b218-58537a35b9ec 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-07T06:12:22.724Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 3dc761c7-1c7e-4477-890a-b0638bed2354 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-07T06:12:22.728Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||basic_cnf 0 2022-03-07T06:12:22.728Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3dc761c7-1c7e-4477-890a-b0638bed2354 2022-03-07T06:12:22.728Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 81bdd856-7424-42b6-b934-140fe8e8214a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-07T06:12:22.728Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-07T06:12:22.728Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||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-07T06:12:22.993Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-07T06:12:22.994Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 81bdd856-7424-42b6-b934-140fe8e8214a 12 2022-03-07T06:12:22.994Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||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-07T06:12:22.994Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||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-07T06:12:22.995Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-07T06:12:22.995Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-07T06:12:23.008Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T06:12:23.008Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633542994, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-07T06:12:23.098Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms 2022-03-07T06:12:23.099Z||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-07T06:12:23.099Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T06:12:23.120Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:12:23.121Z||pool-77-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-03-07T06:12:24.009Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 774ee179-5294-437c-a7d6-a434cca56103 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-07T06:12:24.010Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-07T06:12:24.010Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||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-07T06:12:24.312Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-07T06:12:24.312Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 774ee179-5294-437c-a7d6-a434cca56103 2688 2022-03-07T06:12:24.313Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||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-07T06:12:24.313Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||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-07T06:12:24.313Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-07T06:12:24.313Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-07T06:12:24.315Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T06:12:24.315Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633544313, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-07T06:12:24.415Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T06:12:24.416Z||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-07T06:12:24.417Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T06:12:24.474Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:12:24.475Z||pool-78-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":1,"count":1} 2022-03-07T06:12:25.317Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ee35eeda-11ae-4fd8-ac19-7c2986cbcedf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-07T06:12:25.317Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-07T06:12:25.317Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||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-07T06:12:25.498Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-07T06:12:25.499Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ee35eeda-11ae-4fd8-ac19-7c2986cbcedf 828 2022-03-07T06:12:25.500Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||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-07T06:12:25.500Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||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-07T06:12:25.500Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-07T06:12:25.500Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-07T06:12:25.503Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T06:12:25.503Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633545500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-07T06:12:25.603Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T06:12:25.604Z||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-07T06:12:25.604Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T06:12:25.633Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:12:25.633Z||pool-79-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-03-07T06:12:26.504Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "fd771eb6-4cd2-4c6e-8ccd-6e733e27813e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b2df1134-4187-4efe-b7e3-e16870a077c6", "vfModuleModelCustomizationUUID": "e665ecf4-de6b-4af5-a8bb-db386667e134", "isBase": true, "artifacts": [ "774ee179-5294-437c-a7d6-a434cca56103", "8d4a9b09-2068-4fb8-986f-bd836f72c026", "c8827464-af25-4a73-b8b6-9f1779655484" ], "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-07T06:12:26.509Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b2df1134-4187-4efe-b7e3-e16870a077c6 VfModuleModelInvariantUUID:fd771eb6-4cd2-4c6e-8ccd-6e733e27813e VfModuleModelDescription:NULL Artifacts UUID List:{ 774ee179-5294-437c-a7d6-a434cca56103 , 8d4a9b09-2068-4fb8-986f-bd836f72c026 , c8827464-af25-4a73-b8b6-9f1779655484 } 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-07T06:12:26.511Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "fd771eb6-4cd2-4c6e-8ccd-6e733e27813e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b2df1134-4187-4efe-b7e3-e16870a077c6", "vfModuleModelCustomizationUUID": "e665ecf4-de6b-4af5-a8bb-db386667e134", "isBase": true, "artifacts": [ "774ee179-5294-437c-a7d6-a434cca56103", "8d4a9b09-2068-4fb8-986f-bd836f72c026", "c8827464-af25-4a73-b8b6-9f1779655484" ], "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-07T06:12:26.511Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b2df1134-4187-4efe-b7e3-e16870a077c6 VfModuleModelInvariantUUID:fd771eb6-4cd2-4c6e-8ccd-6e733e27813e VfModuleModelDescription:NULL Artifacts UUID List:{ 774ee179-5294-437c-a7d6-a434cca56103 , 8d4a9b09-2068-4fb8-986f-bd836f72c026 , c8827464-af25-4a73-b8b6-9f1779655484 } 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-07T06:12:26.512Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8d4a9b09-2068-4fb8-986f-bd836f72c026 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-07T06:12:26.512Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-07T06:12:26.513Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||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-07T06:12:26.793Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-07T06:12:26.794Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 8d4a9b09-2068-4fb8-986f-bd836f72c026 1164 2022-03-07T06:12:26.795Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||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-07T06:12:26.795Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||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-07T06:12:26.795Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-07T06:12:26.796Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-07T06:12:26.798Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T06:12:26.798Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633546795, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-07T06:12:26.898Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T06:12:26.899Z||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-07T06:12:26.899Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T06:12:26.921Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:12:26.922Z||pool-80-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-03-07T06:12:27.799Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c8827464-af25-4a73-b8b6-9f1779655484 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-07T06:12:27.800Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-07T06:12:27.800Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||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-07T06:12:28.205Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-07T06:12:28.206Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env c8827464-af25-4a73-b8b6-9f1779655484 200 2022-03-07T06:12:28.206Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||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-07T06:12:28.206Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||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-07T06:12:28.206Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-07T06:12:28.207Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-07T06:12:28.209Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T06:12:28.209Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633548206, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-07T06:12:28.309Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T06:12:28.310Z||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-07T06:12:28.310Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T06:12:28.349Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:12:28.349Z||pool-81-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1} 2022-03-07T06:12:29.209Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: aea15501-c68b-4edf-96a0-2aa07ecffe53 2022-03-07T06:12:29.210Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 3dc761c7-1c7e-4477-890a-b0638bed2354 ASDC 2022-03-07T06:12:29.230Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||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 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=? 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-07T06:12:29.244Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@d2b97b, org.onap.sdc.toscaparser.api.parameters.Input@6e200fa4, org.onap.sdc.toscaparser.api.parameters.Input@38056b7e, org.onap.sdc.toscaparser.api.parameters.Input@365caaa, org.onap.sdc.toscaparser.api.parameters.Input@1669b2dc] 2022-03-07T06:12:29.245Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:12:29.246Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T06:12:29.246Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-03-07T06:12:29.246Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 4d88928a-cea2-4d4f-90e2-b51baa9cd025 2022-03-07T06:12:29.247Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4d88928a-cea2-4d4f-90e2-b51baa9cd025 matches Tosca VF Customization UUID: 4d88928a-cea2-4d4f-90e2-b51baa9cd025 2022-03-07T06:12:29.247Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 4d88928a-cea2-4d4f-90e2-b51baa9cd025 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-07T06:12:29.250Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:12:29.250Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T06:12:29.251Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 4d88928a-cea2-4d4f-90e2-b51baa9cd025: {\"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-07T06:12:29.252Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@460aaf26 2022-03-07T06:12:29.252Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:12:29.252Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-07T06:12:29.253Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e665ecf4-de6b-4af5-a8bb-db386667e134 2022-03-07T06:12:29.253Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e665ecf4-de6b-4af5-a8bb-db386667e134 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-07T06:12:29.255Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:12:29.256Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-07T06:12:29.256Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-07T06:12:29.257Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:12:29.257Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-07T06:12:29.257Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-07T06:12:29.258Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:12:29.258Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-07T06:12:29.258Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-07T06:12:29.258Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=bef856bf-ef45-46bb-a302-7c3f60dfff8f 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-07T06:12:29.261Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:12:29.262Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-07T06:12:29.262Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-07T06:12:29.262Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:12:29.262Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-07T06:12:29.263Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=4d88928a-cea2-4d4f-90e2-b51baa9cd025 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-07T06:12:29.265Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:12:29.265Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T06:12:29.265Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid aea15501-c68b-4edf-96a0-2aa07ecffe53: basic_cnf 2022-03-07T06:12:29.266Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:12:29.266Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T06:12:29.266Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:12:29.267Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T06:12:29.267Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:12:29.267Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T06:12:29.267Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:12:29.267Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T06:12:29.268Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-07T06:12:29.268Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-07T06:12:29.268Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||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-07T06:12:29.338Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 3dc761c7-1c7e-4477-890a-b0638bed2354 1 ASDC deployResourceStructure 2022-03-07T06:12:29.340Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||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-07T06:12:29.340Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||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-07T06:12:29.340Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-07T06:12:29.341Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-07T06:12:29.344Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T06:12:29.344Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633549339, "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-07T06:12:29.444Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-07T06:12:29.445Z||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-07T06:12:29.446Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T06:12:29.465Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:12:29.466Z||pool-82-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-03-07T06:12:30.346Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||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-07T06:12:30.346Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||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-07T06:12:30.346Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-07T06:12:30.347Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-07T06:12:30.349Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T06:12:30.350Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633550346, "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-07T06:12:30.450Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-07T06:12:30.451Z||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-07T06:12:30.451Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T06:12:30.471Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:12:30.471Z||pool-83-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-03-07T06:12:31.353Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||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-07T06:12:31.354Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||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-07T06:12:31.354Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-07T06:12:31.355Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-07T06:12:31.358Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T06:12:31.358Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633551353, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-07T06:12:31.458Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T06:12:31.459Z||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-07T06:12:31.459Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T06:12:31.485Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:12:31.486Z||pool-84-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-03-07T06:12:32.359Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||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-07T06:12:32.360Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||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-07T06:12:32.360Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-07T06:12:32.361Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-07T06:12:32.363Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T06:12:32.363Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633552359, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-07T06:12:32.463Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T06:12:32.464Z||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-07T06:12:32.464Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T06:12:32.490Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:12:32.491Z||pool-85-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-03-07T06:12:33.364Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||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-07T06:12:33.364Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||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-07T06:12:33.365Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-07T06:12:33.365Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-07T06:12:33.367Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T06:12:33.367Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633553363, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-07T06:12:33.467Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T06:12:33.468Z||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-07T06:12:33.468Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T06:12:33.506Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:12:33.507Z||pool-86-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-03-07T06:12:34.369Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||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-07T06:12:34.369Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||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-07T06:12:34.369Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-07T06:12:34.369Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-07T06:12:34.372Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T06:12:34.372Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633554369, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-07T06:12:34.472Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T06:12:34.473Z||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-07T06:12:34.473Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T06:12:34.516Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:12:34.516Z||pool-87-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} 2022-03-07T06:12:35.372Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63f5e811-fcbe-4019-89fc-6dd07b574c35 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:12:35.384Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63f5e811-fcbe-4019-89fc-6dd07b574c35 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:12:35.387Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-07T06:12:35.387Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-07T06:12:35.387Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-07T06:12:35.387Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-07T06:12:35.387Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-07T06:12:35.387Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-07T06:12:35.387Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-07T06:12:35.387Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-07T06:12:35.388Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-07T06:12:35.388Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-07T06:12:35.388Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|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-07T06:12:35.393Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-07T06:13:05.393Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 63f5e811-fcbe-4019-89fc-6dd07b574c35 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-07T06:13:05.399Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 63f5e811-fcbe-4019-89fc-6dd07b574c35 and serviceModelVersionId: aea15501-c68b-4edf-96a0-2aa07ecffe53 2022-03-07T06:13:05.399Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 26981c4c-8088-4d9a-b925-ee10cb9fd1b5 2022-03-07T06:13:05.400Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/26981c4c-8088-4d9a-b925-ee10cb9fd1b5/model-vers/model-ver/aea15501-c68b-4edf-96a0-2aa07ecffe53?depth=0 2022-03-07T06:13:05.404Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-07T06:13:05.446Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26981c4c-8088-4d9a-b925-ee10cb9fd1b5/model-vers/model-ver/aea15501-c68b-4edf-96a0-2aa07ecffe53?depth=0|INFO|500||Invoke 2022-03-07T06:13:05.446Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26981c4c-8088-4d9a-b925-ee10cb9fd1b5/model-vers/model-ver/aea15501-c68b-4edf-96a0-2aa07ecffe53?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26981c4c-8088-4d9a-b925-ee10cb9fd1b5/model-vers/model-ver/aea15501-c68b-4edf-96a0-2aa07ecffe53?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[63f5e811-fcbe-4019-89fc-6dd07b574c35], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[560d0953-3bb9-41ed-a45c-51ff16556628], X-ECOMP-RequestID=[63f5e811-fcbe-4019-89fc-6dd07b574c35], X-TransactionId=[], X-ONAP-RequestID=[63f5e811-fcbe-4019-89fc-6dd07b574c35], Content-Type=[application/merge-patch+json]} 2022-03-07T06:13:05.466Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26981c4c-8088-4d9a-b925-ee10cb9fd1b5/model-vers/model-ver/aea15501-c68b-4edf-96a0-2aa07ecffe53?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-07T06:13:05.664Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26981c4c-8088-4d9a-b925-ee10cb9fd1b5/model-vers/model-ver/aea15501-c68b-4edf-96a0-2aa07ecffe53?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/26981c4c-8088-4d9a-b925-ee10cb9fd1b5/model-vers/model-ver/aea15501-c68b-4edf-96a0-2aa07ecffe53?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220307-06:13:06:027-43128], vertex-id=[430168], Content-Length=[0], Date=[Mon, 07 Mar 2022 06:13:06 GMT], Content-Type=[application/json]} 2022-03-07T06:13:05.664Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26981c4c-8088-4d9a-b925-ee10cb9fd1b5/model-vers/model-ver/aea15501-c68b-4edf-96a0-2aa07ecffe53?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-07T06:13:05.665Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26981c4c-8088-4d9a-b925-ee10cb9fd1b5/model-vers/model-ver/aea15501-c68b-4edf-96a0-2aa07ecffe53?depth=0|INFO|500||InvokeReturn 2022-03-07T06:13:05.665Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-07T06:13:05.665Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|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-07T06:13:05.669Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|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-07T06:13:05.669Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 63f5e811-fcbe-4019-89fc-6dd07b574c35 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-07T06:13:05.669Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-07T06:13:05.670Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-07T06:13:05.672Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-07T06:13:05.672Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633585669, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-07T06:13:05.772Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-07T06:13:05.773Z||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-07T06:13:05.773Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ... 2022-03-07T06:13:05.807Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:13:05.808Z||pool-88-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-07T06:13:06.751Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:13:06.752Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|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-07T06:13:06.752Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:13:13.832Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:13:13.833Z|1a18303b-af10-4c53-844e-4b06525bc882|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-07T06:13:13.834Z|1a18303b-af10-4c53-844e-4b06525bc882|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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:13:13.866Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:13:13.867Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-07T06:13:13.867Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "681e1a34-4dca-46b6-acdf-35c0853ed320", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633451840, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-07T06:13:13.868Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:13:13.869Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-07T06:13:13.869Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633452857, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:13:13.869Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-07T06:13:13.869Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-07T06:13:13.869Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633452857, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-07T06:13:13.869Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-07T06:13:13.869Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-07T06:13:13.869Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633452857, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-07T06:13:13.869Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-07T06:13:13.869Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-07T06:13:13.869Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633452857, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:13:13.869Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-07T06:13:13.870Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-07T06:13:13.870Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633452857, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-07T06:13:13.870Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-07T06:13:13.870Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-07T06:13:13.870Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633452857, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/resourceInstances/pnf78377ef587250/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-07T06:13:13.870Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-07T06:13:13.870Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-07T06:13:13.870Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633452857, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/artifacts/service-DemoPnfGj0syzj2dp8cvqjwkygr-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T06:13:13.870Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-07T06:13:13.870Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-07T06:13:13.870Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633452857, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/artifacts/service-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar", "status": "NOTIFIED" } 2022-03-07T06:13:13.870Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-07T06:13:13.870Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-07T06:13:13.871Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633466042, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/artifacts/service-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-07T06:13:13.871Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:13:13.871Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-07T06:13:13.871Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633468192, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGj0syzj2dp8cvqjwkygr/1.0/artifacts/service-DemoPnfGj0syzj2dp8cvqjwkygr-csar.csar", "status": "DEPLOY_OK" } 2022-03-07T06:13:13.871Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:13:17.294Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:13:17.295Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:13:17.295Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|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-07T06:13:17.296Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:13:26.880Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:13:26.881Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:13:26.881Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|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-07T06:13:26.881Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:13:36.509Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:13:36.510Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:13:36.510Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|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-07T06:13:36.510Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:13:46.186Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:13:46.187Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:13:46.188Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|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-07T06:13:46.188Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:13:55.774Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:14:13.830Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:14:13.832Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|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-07T06:14:13.832Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:14:13.832Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:14:13.833Z||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-07T06:14:13.833Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:14:13.917Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:14:13.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:14:13.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b53b694f-daa8-44fa-b480-c18a48cade11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633529650, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-07T06:14:13.919Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:14:13.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:14:13.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633452857, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:14:13.920Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:14:13.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:14:13.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633452857, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-07T06:14:13.920Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:14:13.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:14:13.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633452857, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-07T06:14:13.921Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:14:13.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-07T06:14:13.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633452857, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-07T06:14:13.922Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-07T06:14:23.508Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:15:13.830Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:15:13.831Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|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-07T06:15:13.832Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:15:13.832Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:15:13.832Z||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-07T06:15:13.832Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:15:14.395Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:15:14.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-07T06:15:14.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633452857, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-07T06:15:14.398Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-07T06:15:14.398Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-07T06:15:14.398Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633452857, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-07T06:15:14.398Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-07T06:15:14.399Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-07T06:15:14.399Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633452857, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-07T06:15:14.399Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-07T06:15:14.399Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-07T06:15:14.399Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633452857, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-07T06:15:14.400Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-07T06:15:14.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-07T06:15:14.400Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633452857, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-07T06:15:14.400Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-07T06:15:14.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-07T06:15:14.400Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633540307, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-07T06:15:14.401Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:15:14.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-07T06:15:14.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633542994, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-07T06:15:14.401Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:15:14.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-07T06:15:14.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633544313, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-07T06:15:14.402Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:15:14.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-07T06:15:14.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633545500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-07T06:15:14.402Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:15:14.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-07T06:15:14.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633546795, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-07T06:15:14.403Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:15:14.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-07T06:15:14.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633548206, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-07T06:15:14.404Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:15:14.404Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-07T06:15:14.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633549339, "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-07T06:15:14.405Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:15:14.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-07T06:15:14.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633550346, "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-07T06:15:14.406Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:15:14.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-07T06:15:14.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633551353, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-07T06:15:14.407Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:15:14.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-07T06:15:14.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633552359, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-07T06:15:14.408Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:15:14.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-07T06:15:14.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633553363, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-07T06:15:14.408Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:15:14.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-07T06:15:14.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633554369, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-07T06:15:14.409Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:15:14.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-07T06:15:14.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "63f5e811-fcbe-4019-89fc-6dd07b574c35", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646633585669, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-07T06:15:14.410Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-07T06:15:23.456Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:16:13.832Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:16:13.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:16:13.834Z|1a18303b-af10-4c53-844e-4b06525bc882|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-07T06:16:13.834Z|1a18303b-af10-4c53-844e-4b06525bc882|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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:16:13.834Z||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-07T06:16:13.834Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:16:23.457Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:16:23.458Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:17:13.831Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:17:13.832Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:17:13.833Z||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-07T06:17:13.833Z|1a18303b-af10-4c53-844e-4b06525bc882|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-07T06:17:13.833Z|1a18303b-af10-4c53-844e-4b06525bc882|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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:17:13.833Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:17:23.433Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:17:23.495Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:18:13.830Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:18:13.832Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:18:13.832Z|1a18303b-af10-4c53-844e-4b06525bc882|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-07T06:18:13.832Z|1a18303b-af10-4c53-844e-4b06525bc882|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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:18:13.832Z||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-07T06:18:13.833Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:18:23.394Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:18:23.399Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:19:13.830Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:19:13.831Z|1a18303b-af10-4c53-844e-4b06525bc882|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-07T06:19:13.831Z|1a18303b-af10-4c53-844e-4b06525bc882|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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:19:13.832Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:19:13.832Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|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-07T06:19:13.832Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:19:23.395Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:19:23.402Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:20:13.830Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:20:13.831Z|1a18303b-af10-4c53-844e-4b06525bc882|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-07T06:20:13.831Z|1a18303b-af10-4c53-844e-4b06525bc882|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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:20:13.832Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:20:13.832Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|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-07T06:20:13.832Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:20:23.387Z|63f5e811-fcbe-4019-89fc-6dd07b574c35|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:20:23.413Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:21:13.830Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:21:13.831Z|1a18303b-af10-4c53-844e-4b06525bc882|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-07T06:21:13.831Z|1a18303b-af10-4c53-844e-4b06525bc882|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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:21:13.832Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:21:13.832Z||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-07T06:21:13.832Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:21:23.441Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:21:23.471Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:22:13.830Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:22:13.831Z|1a18303b-af10-4c53-844e-4b06525bc882|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-07T06:22:13.831Z|1a18303b-af10-4c53-844e-4b06525bc882|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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:22:13.832Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:22:13.832Z||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-07T06:22:13.833Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:22:23.393Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:22:23.417Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:23:13.830Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:23:13.831Z|1a18303b-af10-4c53-844e-4b06525bc882|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-07T06:23:13.831Z|1a18303b-af10-4c53-844e-4b06525bc882|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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:23:13.832Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:23:13.832Z||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-07T06:23:13.833Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:23:23.429Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:23:23.451Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:24:13.830Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:24:13.831Z|1a18303b-af10-4c53-844e-4b06525bc882|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-07T06:24:13.831Z|1a18303b-af10-4c53-844e-4b06525bc882|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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:24:13.832Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:24:13.832Z||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-07T06:24:13.833Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:24:23.401Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:24:23.405Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:25:13.830Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:25:13.831Z|1a18303b-af10-4c53-844e-4b06525bc882|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-07T06:25:13.831Z|1a18303b-af10-4c53-844e-4b06525bc882|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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:25:13.832Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:25:13.832Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|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-07T06:25:13.832Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:25:23.394Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:25:23.409Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:26:13.830Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:26:13.832Z||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-07T06:26:13.832Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:26:13.832Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:26:13.832Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|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-07T06:26:13.832Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:26:23.397Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:26:23.413Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:27:13.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:27:13.832Z||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-07T06:27:13.832Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:27:13.832Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:27:13.833Z||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-07T06:27:13.833Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:27:23.417Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:27:23.421Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:28:13.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:28:13.831Z||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-07T06:28:13.831Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:28:13.832Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:28:13.832Z||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-07T06:28:13.832Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:28:23.553Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:28:23.561Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:29:13.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:29:13.832Z||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-07T06:29:13.832Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:29:13.832Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:29:13.833Z||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-07T06:29:13.833Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:29:23.417Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:29:23.428Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:30:13.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:30:13.831Z||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-07T06:30:13.831Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:30:13.832Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:30:13.832Z||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-07T06:30:13.832Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:30:23.414Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:30:23.426Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:31:13.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:31:13.831Z||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-07T06:31:13.831Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:31:13.832Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:31:13.832Z||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-07T06:31:13.832Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:31:23.391Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:31:23.393Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:32:13.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:32:13.831Z||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-07T06:32:13.831Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:32:13.832Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:32:13.832Z||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-07T06:32:13.832Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:32:23.430Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:32:23.471Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:33:13.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:33:13.831Z||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-07T06:33:13.831Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:33:13.832Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:33:13.832Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|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-07T06:33:13.832Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:33:23.428Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:33:23.459Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:34:13.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:34:13.832Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:34:13.833Z||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-07T06:34:13.833Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:34:13.833Z||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-07T06:34:13.833Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:34:23.438Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:34:23.444Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:35:13.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:35:13.831Z||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-07T06:35:13.831Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:35:13.832Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:35:13.833Z||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-07T06:35:13.833Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:35:23.390Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:35:23.404Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:36:13.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:36:13.831Z||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-07T06:36:13.831Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:36:13.832Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:36:13.833Z||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-07T06:36:13.833Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:36:23.417Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:36:23.447Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:37:13.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:37:13.831Z||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-07T06:37:13.831Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:37:13.832Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:37:13.833Z||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-07T06:37:13.833Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:37:23.403Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:37:23.406Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:38:13.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:38:13.831Z||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-07T06:38:13.831Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:38:13.832Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:38:13.833Z||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-07T06:38:13.833Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:38:23.390Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:38:23.428Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-07T06:38:34.420Z||http-nio-8085-exec-7|||||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-07T06:39:13.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:39:13.831Z||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-07T06:39:13.831Z||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 tiiNXxgLxRJGChnK) ... 2022-03-07T06:39:13.832Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-07T06:39:13.832Z||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-07T06:39:13.832Z||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 tiiNXxgLxRJGChnK) ...