JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-04-15T03:20:28.364Z||main|||||INFO|500||The following profiles are active: basic 2022-04-15T03:20:39.885Z||main|||||INFO|500||Starting service [Tomcat] 2022-04-15T03:20:39.885Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-04-15T03:20:40.001Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-04-15T03:20:44.593Z||main|||||INFO|500||catdb-pool - Starting... 2022-04-15T03:20:45.063Z||main|||||INFO|500||catdb-pool - Start completed. 2022-04-15T03:20:45.615Z||main|||||INFO|500||reqdb-pool - Starting... 2022-04-15T03:20:45.631Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-04-15T03:20:45.795Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-04-15T03:20:46.032Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-04-15T03:20:46.655Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-04-15T03:20:48.683Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-04-15T03:20:51.307Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-04-15T03:20:51.380Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-04-15T03:20:52.049Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-04-15T03:20:52.218Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-04-15T03:20:53.599Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-04-15T03:20:54.657Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-04-15T03:20:54.682Z||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$$36dd570f.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-04-15T03:20:54.683Z||main|||||WARN|500||The sdc end point is not alive 2022-04-15T03:20:57.691Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-04-15T03:21:00.477Z||main|||||WARN|500||--- 2022-04-15T03:21:00.477Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-04-15T03:21:00.477Z||main|||||WARN|500||--- 2022-04-15T03:21:00.868Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-04-15T03:21:05.966Z||main|||||INFO|500||Started Application in 40.684 seconds (JVM running for 42.646) 2022-04-15T03:21:06.021Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-04-15T03:21:06.023Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-04-15T03:21:06.042Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-04-15T03:21:06.076Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-04-15T03:21:06.147Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c2e9a9b7-8159-4bb0-a923-cbd5e55f3221 url= /sdc/v1/artifactTypes 2022-04-15T03:21:06.148Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-04-15T03:21:06.556Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-04-15T03:21:06.594Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-04-15T03:21:06.618Z||scheduling-1|||||DEBUG|500||create keys 2022-04-15T03:21:06.627Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-04-15T03:21:06.668Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:21:06.702Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a591105a-1132-4b74-8ab4-67c10c558f5b url= /sdc/v1/registerForDistribution 2022-04-15T03:21:06.818Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= a591105a-1132-4b74-8ab4-67c10c558f5b url= /sdc/v1/registerForDistribution 2022-04-15T03:21:06.820Z||scheduling-1|||||INFO|500||start DistributionClient 2022-04-15T03:21:06.850Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:21:06.852Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:21:06.871Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-04-15T03:21:06.876Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:21:06.877Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:21:06.877Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:21:06.877Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:21:17.203Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:21:17.204Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:22:06.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:22:06.839Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:22:06.839Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:22:06.841Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:22:06.842Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:22:06.843Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:22:16.402Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:22:16.403Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:23:06.837Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:23:06.839Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:23:06.839Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:23:06.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:23:06.843Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:23:06.843Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:23:16.393Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:23:16.394Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:24:06.837Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:24:06.839Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:24:06.840Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gShiLqb9PvCBKdIJ) ... 2022-04-15T03:24:06.842Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:24:06.843Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:24:06.844Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:24:16.408Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:24:16.409Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:25:06.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:25:06.839Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:25:06.839Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:25:06.841Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:25:06.842Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:25:06.842Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:25:16.405Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:25:16.405Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:26:06.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:26:06.838Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:26:06.839Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:26:06.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:26:06.842Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:26:06.842Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:26:16.391Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:26:16.393Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:27:06.838Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:27:06.842Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:27:06.843Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:27:06.843Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:27:06.843Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:27:06.845Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:27:16.395Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:27:16.396Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:28:06.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:28:06.839Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:28:06.840Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:28:06.841Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:28:06.845Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:28:06.845Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:28:16.395Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:28:16.395Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:29:06.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:29:06.838Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:29:06.839Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:29:06.842Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:29:06.842Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:29:06.843Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:29:16.396Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:29:16.398Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:30:06.838Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:30:06.840Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:30:06.840Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:30:06.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:30:06.842Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:30:06.842Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:30:16.387Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:30:16.391Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:31:06.838Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:31:06.839Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:31:06.840Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gShiLqb9PvCBKdIJ) ... 2022-04-15T03:31:06.842Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:31:06.843Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:31:06.843Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:31:16.394Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:31:16.394Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:31:19.548Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-04-15T03:32:06.838Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:32:06.839Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:32:06.839Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gShiLqb9PvCBKdIJ) ... 2022-04-15T03:32:06.841Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:32:06.842Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:32:06.842Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:32:16.385Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:32:16.389Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:33:06.838Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:33:06.839Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:33:06.840Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gShiLqb9PvCBKdIJ) ... 2022-04-15T03:33:06.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:33:06.843Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:33:06.843Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:33:16.392Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:33:16.392Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:34:06.838Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:34:06.840Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:34:06.840Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gShiLqb9PvCBKdIJ) ... 2022-04-15T03:34:06.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:34:06.843Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:34:06.843Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:34:16.396Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:34:16.397Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:35:06.838Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:35:06.839Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:35:06.840Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gShiLqb9PvCBKdIJ) ... 2022-04-15T03:35:06.846Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:35:06.847Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:35:06.847Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:35:16.399Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:35:16.407Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:36:06.837Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:36:06.838Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:36:06.839Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gShiLqb9PvCBKdIJ) ... 2022-04-15T03:36:06.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:36:06.842Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:36:06.842Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:36:16.394Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:36:16.394Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:37:06.837Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:37:06.839Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:37:06.839Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gShiLqb9PvCBKdIJ) ... 2022-04-15T03:37:06.842Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:37:06.842Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:37:06.842Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:37:16.395Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:37:16.395Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:38:06.837Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:38:06.839Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:38:06.839Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gShiLqb9PvCBKdIJ) ... 2022-04-15T03:38:06.842Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:38:06.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-04-15T03:38:06.844Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:38:16.399Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:38:16.401Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:39:06.838Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:39:06.839Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:39:06.840Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gShiLqb9PvCBKdIJ) ... 2022-04-15T03:39:06.841Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:39:06.842Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:39:06.843Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:39:16.388Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:39:16.388Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:40:06.838Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:40:06.841Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:40:06.842Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gShiLqb9PvCBKdIJ) ... 2022-04-15T03:40:06.842Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:40:06.843Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:40:06.843Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:40:16.402Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:40:16.402Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:41:06.838Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:41:06.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:41:06.842Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:41:06.843Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:41:06.842Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:41:06.843Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gShiLqb9PvCBKdIJ) ... 2022-04-15T03:41:16.401Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:41:16.407Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:42:06.837Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:42:06.839Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:42:06.839Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gShiLqb9PvCBKdIJ) ... 2022-04-15T03:42:06.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:42:06.843Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:42:06.843Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:42:16.402Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:42:16.403Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:43:06.837Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:43:06.838Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:43:06.839Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gShiLqb9PvCBKdIJ) ... 2022-04-15T03:43:06.841Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:43:06.842Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:43:06.842Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:43:16.391Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:43:16.395Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:44:06.837Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:44:06.838Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:44:06.839Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gShiLqb9PvCBKdIJ) ... 2022-04-15T03:44:06.842Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:44:06.842Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:44:06.843Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:44:16.383Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:44:16.390Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:45:06.837Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:45:06.838Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:45:06.839Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gShiLqb9PvCBKdIJ) ... 2022-04-15T03:45:06.842Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:45:06.842Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:45:06.843Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:45:16.389Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:45:16.390Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:46:06.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:46:06.840Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:46:06.840Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gShiLqb9PvCBKdIJ) ... 2022-04-15T03:46:06.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:46:06.842Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:46:06.842Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:46:16.386Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:46:16.389Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:47:06.838Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:47:06.840Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:47:06.840Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gShiLqb9PvCBKdIJ) ... 2022-04-15T03:47:06.841Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:47:06.842Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:47:06.842Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:47:16.434Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:47:16.475Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:48:06.838Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:48:06.840Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:48:06.840Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gShiLqb9PvCBKdIJ) ... 2022-04-15T03:48:06.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:48:06.842Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:48:06.843Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:48:16.390Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:48:16.390Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:49:06.837Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:49:06.838Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:49:06.839Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:49:06.841Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:49:06.842Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:49:06.842Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:49:16.383Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:49:16.385Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:50:06.837Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:50:06.838Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:50:06.838Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:50:06.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:50:06.842Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:50:06.842Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:50:16.391Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:50:16.394Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:51:06.837Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:51:06.838Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:51:06.838Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:51:06.842Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:51:06.842Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:51:06.843Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:51:16.385Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:51:16.392Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:52:06.838Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:52:06.839Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:52:06.840Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gShiLqb9PvCBKdIJ) ... 2022-04-15T03:52:06.842Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:52:06.843Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:52:06.843Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:52:16.403Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:52:16.405Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:53:06.837Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:53:06.838Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:53:06.838Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gShiLqb9PvCBKdIJ) ... 2022-04-15T03:53:06.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:53:06.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-04-15T03:53:06.844Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:53:16.390Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:53:16.391Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:54:06.838Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:54:06.839Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:54:06.840Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gShiLqb9PvCBKdIJ) ... 2022-04-15T03:54:06.842Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:54:06.843Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:54:06.843Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:54:16.396Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:54:16.396Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:55:06.838Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:55:06.841Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:55:06.841Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gShiLqb9PvCBKdIJ) ... 2022-04-15T03:55:06.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:55:06.842Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:55:06.843Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:55:16.393Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:55:16.395Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:55:40.007Z||http-nio-8085-exec-6|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-15T03:56:06.838Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:56:06.839Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:56:06.839Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gShiLqb9PvCBKdIJ) ... 2022-04-15T03:56:06.842Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:56:06.843Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:56:06.843Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:56:16.388Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:56:16.388Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:57:06.837Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:57:06.838Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:57:06.838Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gShiLqb9PvCBKdIJ) ... 2022-04-15T03:57:06.842Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:57:06.842Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:57:06.843Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:57:16.387Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:57:16.387Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:58:06.837Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:58:06.838Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:58:06.838Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gShiLqb9PvCBKdIJ) ... 2022-04-15T03:58:06.841Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:58:06.842Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:58:06.842Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:58:16.390Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:58:16.390Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:59:06.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:59:06.838Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:59:06.839Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:59:06.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T03:59:06.842Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T03:59:06.842Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T03:59:16.393Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T03:59:16.393Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:00:06.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:00:06.838Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:00:06.839Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:00:06.841Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:00:06.843Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:00:06.843Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:00:16.404Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:00:16.407Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:01:06.838Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:01:06.839Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:01:06.839Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:01:06.841Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:01:06.842Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:01:06.842Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:01:16.392Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:01:16.393Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:02:06.838Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:02:06.840Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:02:06.841Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:02:06.842Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:02:06.843Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:02:06.843Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:02:16.395Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:02:16.395Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:03:06.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:03:06.839Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:03:06.840Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:03:06.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:03:06.843Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:03:06.843Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:03:07.455Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:03:07.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.464Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "clamp", "timestamp": 1649995363126, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.481Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:03:07.483Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.484Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"b4945e46-e6ab-43bd-81b9-5a6edf22005e","serviceName":"vFW 2022-04-15 04-00-22","serviceVersion":"1.0","serviceUUID":"8d0f5d58-6264-4852-888e-b6ad91dbe975","serviceDescription":"catalog service description","serviceInvariantUUID":"7f3ccd76-c5bf-4e2a-b6d4-616b8ab8e6ac","resources":[{"resourceInstanceName":"vFW 19835446-e999 0","resourceName":"vFW 19835446-e999","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1ddf9927-f5d5-41f2-8d56-1602008a446d","resourceInvariantUUID":"35526368-7269-422d-825b-7c083ae8e320","resourceCustomizationUUID":"53145558-22a7-42d6-b780-735469fd4983","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vf-license-model.xml","artifactChecksum":"N2Q2Y2Q5MjhkNjM4NjA5MWYxZDg5MmUzMzgwMDc1MjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"817065e3-a4f9-43e4-ae1f-0b76dbbe049b","artifactVersion":"1"},{"artifactName":"vfw19835446e9990_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json","artifactChecksum":"OTgzMWMwMjBhNDJiMTMwZWZmZTE2YWRlZjBmMTQ0Mjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"05fe550c-834b-4e94-8c72-7b907a737423","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"121fb761-5627-40a5-a247-1d808d1dc29c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vendor-license-model.xml","artifactChecksum":"NjIxNzBlMGJhMTUzMjAwZTBlYzZhZmFkMTU5ZjFkNjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8e9d05a4-2a0b-4bc4-814c-db051cb66c1b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0b8c9a92-a562-4e6a-9497-b117fac09eb3","artifactVersion":"2","generatedFromUUID":"121fb761-5627-40a5-a247-1d808d1dc29c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220415040022-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-template.yml","artifactChecksum":"YTk3NjZhN2QwYzBkOTg1YTFmM2UyZTBjOWJkNzQyM2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b6b8b012-7ecb-4b11-9c6e-8eb9cde4e824","artifactVersion":"1"},{"artifactName":"service-Vfw20220415040022-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar","artifactChecksum":"YzI0OWQxN2QwNWFhM2MxMGY4MDIwNjU3OWI5MThhYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6ef6a8e7-b64b-49b0-83b8-38b067359338","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-15T04:03:07.499Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:03:07.499Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "cds", "timestamp": 1649995358998, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.500Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.500Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.500Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "aai-ml", "timestamp": 1649995358828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.500Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.500Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.500Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "clamp", "timestamp": 1649995363126, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json", "status": "NOTIFIED" } 2022-04-15T04:03:07.501Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.501Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "cds", "timestamp": 1649995358998, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.501Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.501Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "aai-ml", "timestamp": 1649995358828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.502Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "clamp", "timestamp": 1649995363126, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.502Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "cds", "timestamp": 1649995358998, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.503Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "aai-ml", "timestamp": 1649995358828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.503Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "policy-id", "timestamp": 1649995367614, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.504Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "clamp", "timestamp": 1649995363126, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.504Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "cds", "timestamp": 1649995358998, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "aai-ml", "timestamp": 1649995358828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "policy-id", "timestamp": 1649995367614, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "clamp", "timestamp": 1649995363126, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "cds", "timestamp": 1649995358998, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "aai-ml", "timestamp": 1649995358828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "policy-id", "timestamp": 1649995367614, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-15T04:03:07.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "clamp", "timestamp": 1649995363126, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "cds", "timestamp": 1649995358998, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.510Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.510Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "aai-ml", "timestamp": 1649995358828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.510Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.510Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.510Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "policy-id", "timestamp": 1649995367614, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.511Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.511Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.511Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "clamp", "timestamp": 1649995363126, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:03:07.511Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.511Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.511Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "cds", "timestamp": 1649995358998, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:03:07.511Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.512Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "aai-ml", "timestamp": 1649995358828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:03:07.512Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.512Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "dcae-sch", "timestamp": 1649995370933, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.512Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "policy-id", "timestamp": 1649995367614, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.513Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "ves-openapi-manager", "timestamp": 1649995371992, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.513Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "dcae-sch", "timestamp": 1649995370933, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.514Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "cds", "timestamp": 1649995373517, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:03:07.514Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:03:07.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "aai-ml", "timestamp": 1649995372866, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:03:07.515Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:03:07.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.515Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:03:07.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "policy-id", "timestamp": 1649995367614, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "ves-openapi-manager", "timestamp": 1649995371992, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "dcae-sch", "timestamp": 1649995370933, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "cds", "timestamp": 1649995374539, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-04-15T04:03:07.530Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:03:07.530Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995386837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-15T04:03:07.630Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-04-15T04:03:07.635Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:03:07.636Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-15T04:03:07.654Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:03:07.655Z||pool-3-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:03:07.716Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b4945e46-e6ab-43bd-81b9-5a6edf22005e 2022-04-15T04:03:07.740Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4945e46-e6ab-43bd-81b9-5a6edf22005e and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:03:07.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "policy-id", "timestamp": 1649995367614, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:03:07.763Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "ves-openapi-manager", "timestamp": 1649995371992, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "dcae-sch", "timestamp": 1649995370933, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "multicloud-k8s-id", "timestamp": 1649995374959, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.765Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "policy-id", "timestamp": 1649995375703, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:03:07.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:03:07.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "ves-openapi-manager", "timestamp": 1649995371992, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.766Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "cds", "timestamp": 1649995375546, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.766Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "dcae-sch", "timestamp": 1649995370933, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.767Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "multicloud-k8s-id", "timestamp": 1649995374959, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json", "status": "NOTIFIED" } 2022-04-15T04:03:07.767Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "policy-id", "timestamp": 1649995376711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:03:07.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:03:07.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "ves-openapi-manager", "timestamp": 1649995371992, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.768Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.769Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "cds", "timestamp": 1649995375546, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.769Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.769Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "dcae-sch", "timestamp": 1649995370933, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.769Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.770Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "multicloud-k8s-id", "timestamp": 1649995374959, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-15T04:03:07.770Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.770Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "policy-id", "timestamp": 1649995377717, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-15T04:03:07.784Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b4945e46-e6ab-43bd-81b9-5a6edf22005e 2022-04-15T04:03:07.784Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4945e46-e6ab-43bd-81b9-5a6edf22005e and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:03:07.790Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.790Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "ves-openapi-manager", "timestamp": 1649995371992, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.790Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.790Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.790Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "cds", "timestamp": 1649995375546, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.791Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.791Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.791Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649995376733, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.791Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.791Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.791Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "dcae-sch", "timestamp": 1649995370933, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.791Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "multicloud-k8s-id", "timestamp": 1649995374959, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.792Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "ves-openapi-manager", "timestamp": 1649995371992, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.792Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "cds", "timestamp": 1649995375546, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.793Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649995376733, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.793Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "dcae-sch", "timestamp": 1649995370933, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.794Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "multicloud-k8s-id", "timestamp": 1649995374959, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-15T04:03:07.794Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "ves-openapi-manager", "timestamp": 1649995371992, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "cds", "timestamp": 1649995375546, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649995376733, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "clamp", "timestamp": 1649995379975, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:03:07.796Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:03:07.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "dcae-sch", "timestamp": 1649995370933, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "multicloud-k8s-id", "timestamp": 1649995374959, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.797Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "ves-openapi-manager", "timestamp": 1649995371992, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.797Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "cds", "timestamp": 1649995375546, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.797Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649995376733, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.798Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.799Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.799Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "dcae-sch", "timestamp": 1649995370933, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.799Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.799Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.799Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "multicloud-k8s-id", "timestamp": 1649995374959, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:03:07.800Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "ves-openapi-manager", "timestamp": 1649995371992, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.800Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "cds", "timestamp": 1649995375546, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:03:07.800Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649995376733, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.801Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "clamp", "timestamp": 1649995381991, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:03:07.801Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:03:07.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "dcae-sch", "timestamp": 1649995370933, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "multicloud-k8s-id", "timestamp": 1649995382899, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json", "status": "DOWNLOAD_OK" } 2022-04-15T04:03:07.802Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:03:07.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "ves-openapi-manager", "timestamp": 1649995371992, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.803Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649995376733, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.803Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "clamp", "timestamp": 1649995382998, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-15T04:03:07.806Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b4945e46-e6ab-43bd-81b9-5a6edf22005e 2022-04-15T04:03:07.806Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4945e46-e6ab-43bd-81b9-5a6edf22005e and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:03:07.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "dcae-sch", "timestamp": 1649995370933, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.813Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "cds", "timestamp": 1649995383608, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:03:07.814Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:03:07.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "ves-openapi-manager", "timestamp": 1649995371992, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.814Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649995376733, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:03:07.815Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "multicloud-k8s-id", "timestamp": 1649995384231, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-15T04:03:07.815Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:03:07.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "dcae-sch", "timestamp": 1649995370933, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.815Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.816Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.816Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "cds", "timestamp": 1649995384620, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:03:07.822Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e1d215b9-02f0-45fb-a5dc-79f5b8082ee4 2022-04-15T04:03:07.823Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1d215b9-02f0-45fb-a5dc-79f5b8082ee4 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:03:07.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "ves-openapi-manager", "timestamp": 1649995371992, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "dcae-sch", "timestamp": 1649995370933, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "multicloud-k8s-id", "timestamp": 1649995385445, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-15T04:03:07.830Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:03:07.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649995384894, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:03:07.830Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:03:07.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "ves-openapi-manager", "timestamp": 1649995371992, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:07.830Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:03:07.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:03:07.831Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "multicloud-k8s-id", "timestamp": 1649995386508, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-15T04:03:07.833Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b4945e46-e6ab-43bd-81b9-5a6edf22005e 2022-04-15T04:03:07.833Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4945e46-e6ab-43bd-81b9-5a6edf22005e and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-04-15T04:03:08.538Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:03:08.539Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:03:08.541Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:03:08.541Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995386837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json", "status": "NOTIFIED" } 2022-04-15T04:03:08.641Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:03:08.642Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:03:08.642Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:03:08.657Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:03:08.657Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:03:09.542Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:03:09.543Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:03:09.545Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:03:09.545Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995386837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-15T04:03:09.645Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:03:09.646Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:03:09.646Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:03:09.659Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:03:09.660Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:03:10.546Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:03:10.547Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:03:10.550Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:03:10.550Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995386837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:10.650Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:03:10.651Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:03:10.651Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:03:10.665Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:03:10.666Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:03:11.550Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:03:11.552Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:03:11.555Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:03:11.555Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995386837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-15T04:03:11.655Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:03:11.656Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:03:11.656Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:03:11.669Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:03:11.670Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:03:12.555Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:03:12.556Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:03:12.559Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:03:12.559Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995386837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:03:12.659Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:03:12.660Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:03:12.660Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:03:12.674Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:03:12.675Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:03:13.559Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:03:13.560Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:03:13.563Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:03:13.563Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995386837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:03:13.663Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:03:13.664Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:03:13.664Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:03:13.677Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:03:13.678Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:03:14.565Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "serviceName": "vFW 2022-04-15 04-00-22", "serviceVersion": "1.0", "serviceUUID": "8d0f5d58-6264-4852-888e-b6ad91dbe975", "serviceDescription": "catalog service description", "serviceInvariantUUID": "7f3ccd76-c5bf-4e2a-b6d4-616b8ab8e6ac", "resources": [ { "resourceInstanceName": "vFW 19835446-e999 0", "resourceCustomizationUUID": "53145558-22a7-42d6-b780-735469fd4983", "resourceName": "vFW 19835446-e999", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1ddf9927-f5d5-41f2-8d56-1602008a446d", "resourceInvariantUUID": "35526368-7269-422d-825b-7c083ae8e320", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw19835446e9990_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json", "artifactChecksum": "OTgzMWMwMjBhNDJiMTMwZWZmZTE2YWRlZjBmMTQ0Mjk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "05fe550c-834b-4e94-8c72-7b907a737423", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "121fb761-5627-40a5-a247-1d808d1dc29c", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "0b8c9a92-a562-4e6a-9497-b117fac09eb3", "generatedFromUUID": "121fb761-5627-40a5-a247-1d808d1dc29c" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "0b8c9a92-a562-4e6a-9497-b117fac09eb3", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220415040022-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar", "artifactChecksum": "YzI0OWQxN2QwNWFhM2MxMGY4MDIwNjU3OWI5MThhYjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6ef6a8e7-b64b-49b0-83b8-38b067359338" } ], "workloadContext": "Production" } 2022-04-15T04:03:14.566Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-15T04:03:14.567Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8d0f5d58-6264-4852-888e-b6ad91dbe975 ASDC 2022-04-15T04:03:14.693Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:b4945e46-e6ab-43bd-81b9-5a6edf22005e ServiceName:vFW 2022-04-15 04-00-22 ServiceVersion:1.0 ServiceUUID:8d0f5d58-6264-4852-888e-b6ad91dbe975 ServiceInvariantUUID:7f3ccd76-c5bf-4e2a-b6d4-616b8ab8e6ac ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220415040022-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar ArtifactUUID:6ef6a8e7-b64b-49b0-83b8-38b067359338 ArtifactChecksum:YzI0OWQxN2QwNWFhM2MxMGY4MDIwNjU3OWI5MThhYjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 19835446-e999 0 ResourceCustomizationUUID:53145558-22a7-42d6-b780-735469fd4983 ResourceInvariantUUID:35526368-7269-422d-825b-7c083ae8e320 ResourceName:vFW 19835446-e999 ResourceType:VF ResourceUUID:1ddf9927-f5d5-41f2-8d56-1602008a446d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw19835446e9990_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json ArtifactUUID:05fe550c-834b-4e94-8c72-7b907a737423 ArtifactChecksum:OTgzMWMwMjBhNDJiMTMwZWZmZTE2YWRlZjBmMTQ0Mjk= 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/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml ArtifactUUID:121fb761-5627-40a5-a247-1d808d1dc29c 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/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env ArtifactUUID:0b8c9a92-a562-4e6a-9497-b117fac09eb3 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/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env ArtifactUUID:0b8c9a92-a562-4e6a-9497-b117fac09eb3 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-15T04:03:14.693Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8d0f5d58-6264-4852-888e-b6ad91dbe975 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-15T04:03:14.741Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-15T04:03:14.742Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-04-15T04:03:14.744Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-04-15T04:03:14.744Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6ef6a8e7-b64b-49b0-83b8-38b067359338 from URL: /sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar 2022-04-15T04:03:14.744Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-04-15T04:03:14.746Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar 2022-04-15T04:03:15.280Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-04-15T04:03:15.300Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar 6ef6a8e7-b64b-49b0-83b8-38b067359338 98949 2022-04-15T04:03:15.301Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar ASDC sendASDCNotification 2022-04-15T04:03:15.301Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar 2022-04-15T04:03:15.302Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-15T04:03:15.303Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:03:15.306Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:03:15.306Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995395300, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:03:15.406Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:03:15.407Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:03:15.407Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:03:15.421Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:03:15.422Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-04-15T04:03:16.306Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-15T04:03:16.310Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-04-15T04:03:16.310Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 6ef6a8e7-b64b-49b0-83b8-38b067359338, URL: /sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar to file: /app/ASDC/1/service-Vfw20220415040022-csar.csar 2022-04-15T04:03:16.311Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220415040022-csar.csar 2022-04-15T04:03:16.398Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220415040022-csar.csar 2022-04-15T04:03:16.398Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220415040022-csar.csar 2022-04-15T04:03:17.227Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11781242972271058945/Definitions/service-Vfw20220415040022-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-04-15T04:03:20.163Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-15T04:03:20.169Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-04-15T04:03:20.169Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220415040022-csar.csar 2022-04-15T04:03:20.169Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-04-15T04:03:20.169Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220415040022-csar.csar 2022-04-15T04:03:20.169Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220415040022-csar.csar 2022-04-15T04:03:20.169Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220415040022-csar.csar 2022-04-15T04:03:20.170Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 19835446-e999 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-Vfw20220415040022-csar.csar 2022-04-15T04:03:20.170Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220415040022-csar.csar 2022-04-15T04:03:20.170Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220415040022-csar.csar 2022-04-15T04:03:20.170Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220415040022-csar.csar 2022-04-15T04:03:20.170Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220415040022-csar.csar 2022-04-15T04:03:20.170Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220415040022-csar.csar 2022-04-15T04:03:20.170Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220415040022-csar.csar 2022-04-15T04:03:20.171Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220415040022-csar.csar 2022-04-15T04:03:20.171Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220415040022-csar.csar 2022-04-15T04:03:20.171Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220415040022-csar.csar 2022-04-15T04:03:20.171Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-04-15T04:03:20.179Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:03:20.181Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-00-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:03:20.185Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vFW 19835446-e999 0 is matching search criteria 2022-04-15T04:03:20.186Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-04-15T04:03:20.188Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 19835446-e999 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-15T04:03:20.190Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:03:20.190Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-00-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:03:20.190Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vFW 19835446-e999 0 is matching search criteria 2022-04-15T04:03:20.190Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-04-15T04:03:20.191Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 19835446-e999 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-15T04:03:20.191Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:03:20.191Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-00-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:03:20.195Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:03:20.195Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vFW 19835446-e999 0 is not matching search criteria 2022-04-15T04:03:20.195Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-15T04:03:20.196Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-15T04:03:20.196Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-15T04:03:20.196Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-15T04:03:20.196Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-15T04:03:20.196Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-15T04:03:20.196Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-15T04:03:20.197Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-15T04:03:20.197Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-15T04:03:20.197Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-15T04:03:20.197Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-15T04:03:20.197Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-15T04:03:20.197Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-15T04:03:20.198Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-15T04:03:20.198Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-15T04:03:20.198Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-15T04:03:20.198Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:03:20.199Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-00-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-15T04:03:20.200Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:03:20.200Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vFW 19835446-e999 0 is matching search criteria 2022-04-15T04:03:20.200Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 19835446-e999 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:03:20.201Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:03:20.201Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vFW 19835446-e999 0 is matching search criteria 2022-04-15T04:03:20.201Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 19835446-e999 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:03:20.201Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:03:20.201Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vFW 19835446-e999 0 is matching search criteria 2022-04-15T04:03:20.201Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 19835446-e999 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:03:20.202Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:03:20.202Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vFW 19835446-e999 0 is not matching search criteria 2022-04-15T04:03:20.202Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-15T04:03:20.202Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-15T04:03:20.203Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-15T04:03:20.203Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-15T04:03:20.203Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-15T04:03:20.203Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-15T04:03:20.203Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-15T04:03:20.203Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-15T04:03:20.204Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-15T04:03:20.204Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-15T04:03:20.204Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-15T04:03:20.204Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6db703c3-7873-4594-919d-f6d0e10963b3 2022-04-15T04:03:20.205Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:03:20.205Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vFW 19835446-e999 0 is not matching search criteria 2022-04-15T04:03:20.205Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-15T04:03:20.205Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-15T04:03:20.205Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-15T04:03:20.205Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-15T04:03:20.206Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-15T04:03:20.206Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-15T04:03:20.206Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-15T04:03:20.206Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-15T04:03:20.206Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-15T04:03:20.207Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-15T04:03:20.207Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-15T04:03:20.207Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-15T04:03:20.207Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b4f73929-993e-46c9-970d-5be465759bb7 2022-04-15T04:03:20.207Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:03:20.207Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vFW 19835446-e999 0 is not matching search criteria 2022-04-15T04:03:20.208Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-15T04:03:20.208Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-15T04:03:20.208Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-15T04:03:20.208Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-15T04:03:20.208Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-15T04:03:20.209Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-15T04:03:20.209Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-15T04:03:20.209Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-15T04:03:20.209Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-15T04:03:20.210Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-15T04:03:20.210Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-15T04:03:20.210Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-15T04:03:20.210Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c5ceb01b-b6f2-4803-a9eb-66415eb31953 2022-04-15T04:03:20.210Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:03:20.211Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-00-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:03:20.211Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:03:20.211Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-00-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:03:20.211Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:03:20.211Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-00-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:03:20.212Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:03:20.212Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-00-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:03:20.212Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-04-15 04-00-22 Description:catalog service description Model UUID:8d0f5d58-6264-4852-888e-b6ad91dbe975 Model Version:NULL Model InvariantUuid:7f3ccd76-c5bf-4e2a-b6d4-616b8ab8e6ac Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 19835446-e999 Model UUID:95c2f857-d440-4536-bc1d-2866bc476324 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:35526368-7269-422d-825b-7c083ae8e320 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:53145558-22a7-42d6-b780-735469fd4983 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:31901527-f931-4ebc-b720-18f229cdc42b ModelName:Vfw19835446E999..base_vfw..module-0 ModelUuid:da358e75-7a4b-43d1-a377-ee2b4760b11d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6db703c3-7873-4594-919d-f6d0e10963b3 ModelInvariantUuid:f4af0b57-b784-4a80-802c-8aaec150a4c0 ModelName:vFW 19835446-e999-nodes.vfwCvfc ModelUuid:58ac2b6f-26fb-471b-9367-00696f490bc5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:fa7b9fd9-30fc-4acb-bfdf-cd66c283d46a ModelInvariantUuid:c707c73a-c062-4d5c-a53e-3cdb1fde5478 ModelName:Vfw19835446E999.compute.nodes.heat.vfw ModelUuid:eb0b1ec4-22a2-46e5-9925-97275b0aee1a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:b4f73929-993e-46c9-970d-5be465759bb7 ModelInvariantUuid:29a37885-253e-4bd7-95d6-c165841a9c97 ModelName:vFW 19835446-e999-nodes.vsnCvfc ModelUuid:a2b92f8b-519b-4931-b21b-dd669039f3d9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:0f43ba95-8a5a-419d-b44f-10c2bff7bf8e ModelInvariantUuid:f9371182-0e23-4cd6-b17f-2870cb0f812c ModelName:Vfw19835446E999.compute.nodes.heat.vsn ModelUuid:29fe0bb4-8551-4222-882f-406cf48ba8f7 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:c5ceb01b-b6f2-4803-a9eb-66415eb31953 ModelInvariantUuid:bc1a1f75-87c5-43dc-90a6-28ce8f93c59e ModelName:vFW 19835446-e999-nodes.vpgCvfc ModelUuid:9bf689e0-477f-498c-ba42-13c18fc8990d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:beee011d-a284-4f8e-80e7-e4594c08c5d8 ModelInvariantUuid:a43a6465-e815-4e12-aa94-52e919557b78 ModelName:Vfw19835446E999.compute.nodes.heat.vpg ModelUuid:59627f41-840d-4126-bd34-3f81b38b54a7 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-15T04:03:20.225Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 1ddf9927-f5d5-41f2-8d56-1602008a446d Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-15T04:03:20.328Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||vFW 19835446-e999 0 2022-04-15T04:03:20.335Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1ddf9927-f5d5-41f2-8d56-1602008a446d 2022-04-15T04:03:20.335Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 05fe550c-834b-4e94-8c72-7b907a737423 from URL: /sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json 2022-04-15T04:03:20.336Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-04-15T04:03:20.336Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json 2022-04-15T04:03:20.778Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-04-15T04:03:20.779Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json 05fe550c-834b-4e94-8c72-7b907a737423 785 2022-04-15T04:03:20.779Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json ASDC sendASDCNotification 2022-04-15T04:03:20.779Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json 2022-04-15T04:03:20.779Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-15T04:03:20.780Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:03:20.782Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:03:20.782Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995400779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json", "status": "DOWNLOAD_OK" } 2022-04-15T04:03:20.883Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:03:20.884Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:03:20.884Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:03:20.898Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:03:20.899Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:03:21.784Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw19835446E999..base_vfw..module-0", "vfModuleModelInvariantUUID": "31901527-f931-4ebc-b720-18f229cdc42b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "da358e75-7a4b-43d1-a377-ee2b4760b11d", "vfModuleModelCustomizationUUID": "1e02fe6b-1800-4a65-b204-cf065cbfa68a", "isBase": true, "artifacts": [ "121fb761-5627-40a5-a247-1d808d1dc29c", "0b8c9a92-a562-4e6a-9497-b117fac09eb3" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-15T04:03:21.799Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw19835446E999..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:da358e75-7a4b-43d1-a377-ee2b4760b11d VfModuleModelInvariantUUID:31901527-f931-4ebc-b720-18f229cdc42b VfModuleModelDescription:NULL Artifacts UUID List:{ 121fb761-5627-40a5-a247-1d808d1dc29c , 0b8c9a92-a562-4e6a-9497-b117fac09eb3 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-15T04:03:21.802Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw19835446E999..base_vfw..module-0", "vfModuleModelInvariantUUID": "31901527-f931-4ebc-b720-18f229cdc42b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "da358e75-7a4b-43d1-a377-ee2b4760b11d", "vfModuleModelCustomizationUUID": "1e02fe6b-1800-4a65-b204-cf065cbfa68a", "isBase": true, "artifacts": [ "121fb761-5627-40a5-a247-1d808d1dc29c", "0b8c9a92-a562-4e6a-9497-b117fac09eb3" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-15T04:03:21.803Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw19835446E999..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:da358e75-7a4b-43d1-a377-ee2b4760b11d VfModuleModelInvariantUUID:31901527-f931-4ebc-b720-18f229cdc42b VfModuleModelDescription:NULL Artifacts UUID List:{ 121fb761-5627-40a5-a247-1d808d1dc29c , 0b8c9a92-a562-4e6a-9497-b117fac09eb3 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-15T04:03:21.803Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 121fb761-5627-40a5-a247-1d808d1dc29c from URL: /sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml 2022-04-15T04:03:21.803Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-04-15T04:03:21.803Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml 2022-04-15T04:03:21.949Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-04-15T04:03:21.950Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml 121fb761-5627-40a5-a247-1d808d1dc29c 20368 2022-04-15T04:03:21.951Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-15T04:03:21.951Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml 2022-04-15T04:03:21.951Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-15T04:03:21.952Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:03:21.953Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:03:21.954Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995401951, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-15T04:03:22.054Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:03:22.054Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:03:22.055Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:03:22.066Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:03:22.067Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:03:22.955Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0b8c9a92-a562-4e6a-9497-b117fac09eb3 from URL: /sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env 2022-04-15T04:03:22.955Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-04-15T04:03:22.956Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env 2022-04-15T04:03:23.341Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-04-15T04:03:23.341Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env 0b8c9a92-a562-4e6a-9497-b117fac09eb3 2098 2022-04-15T04:03:23.341Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-15T04:03:23.341Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env 2022-04-15T04:03:23.342Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-15T04:03:23.342Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:03:23.344Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:03:23.345Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995403341, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-15T04:03:23.445Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-15T04:03:23.446Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:03:23.446Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:03:23.460Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:03:23.461Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:03:24.345Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 8d0f5d58-6264-4852-888e-b6ad91dbe975 2022-04-15T04:03:24.346Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 19835446-e999 0 1ddf9927-f5d5-41f2-8d56-1602008a446d ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-15T04:03:24.407Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@125074b8, org.onap.sdc.toscaparser.api.parameters.Input@689e78f6, org.onap.sdc.toscaparser.api.parameters.Input@270f39d, org.onap.sdc.toscaparser.api.parameters.Input@7295512b, org.onap.sdc.toscaparser.api.parameters.Input@63f11e75] 2022-04-15T04:03:24.411Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:03:24.412Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-00-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:03:24.412Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-04-15T04:03:24.412Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 53145558-22a7-42d6-b780-735469fd4983 2022-04-15T04:03:24.412Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 53145558-22a7-42d6-b780-735469fd4983 matches Tosca VF Customization UUID: 53145558-22a7-42d6-b780-735469fd4983 2022-04-15T04:03:24.412Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 53145558-22a7-42d6-b780-735469fd4983 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-04-15T04:03:24.419Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:03:24.419Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-00-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:03:24.420Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 53145558-22a7-42d6-b780-735469fd4983: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-04-15T04:03:24.420Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@531e6ef9 2022-04-15T04:03:24.420Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:03:24.421Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-00-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-15T04:03:24.421Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1e02fe6b-1800-4a65-b204-cf065cbfa68a 2022-04-15T04:03:24.422Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1e02fe6b-1800-4a65-b204-cf065cbfa68a Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-04-15T04:03:24.427Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:03:24.427Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vFW 19835446-e999 0 is matching search criteria 2022-04-15T04:03:24.428Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 19835446-e999 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:03:24.428Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:03:24.429Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vFW 19835446-e999 0 is matching search criteria 2022-04-15T04:03:24.429Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 19835446-e999 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:03:24.429Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:03:24.429Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vFW 19835446-e999 0 is not matching search criteria 2022-04-15T04:03:24.429Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-15T04:03:24.430Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-15T04:03:24.430Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-15T04:03:24.431Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-15T04:03:24.431Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-15T04:03:24.431Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-15T04:03:24.431Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-15T04:03:24.431Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-15T04:03:24.432Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-15T04:03:24.432Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-15T04:03:24.432Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-15T04:03:24.432Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6db703c3-7873-4594-919d-f6d0e10963b3 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-15T04:03:24.442Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:03:24.442Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vFW 19835446-e999 0 is matching search criteria 2022-04-15T04:03:24.442Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 19835446-e999 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:03:24.442Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:03:24.442Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vFW 19835446-e999 0 is not matching search criteria 2022-04-15T04:03:24.443Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-15T04:03:24.443Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-15T04:03:24.443Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-15T04:03:24.443Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-15T04:03:24.444Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-15T04:03:24.444Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-15T04:03:24.444Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-15T04:03:24.444Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-15T04:03:24.444Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-15T04:03:24.445Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-15T04:03:24.445Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-15T04:03:24.445Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-15T04:03:24.445Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b4f73929-993e-46c9-970d-5be465759bb7 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-15T04:03:24.448Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:03:24.448Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vFW 19835446-e999 0 is matching search criteria 2022-04-15T04:03:24.448Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 19835446-e999 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:03:24.451Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:03:24.451Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vFW 19835446-e999 0 is not matching search criteria 2022-04-15T04:03:24.451Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-15T04:03:24.451Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-15T04:03:24.452Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-15T04:03:24.458Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-15T04:03:24.458Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-15T04:03:24.459Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-15T04:03:24.459Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-15T04:03:24.459Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-15T04:03:24.460Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-15T04:03:24.460Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-15T04:03:24.460Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-15T04:03:24.461Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-15T04:03:24.461Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c5ceb01b-b6f2-4803-a9eb-66415eb31953 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-15T04:03:24.464Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:03:24.464Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vFW 19835446-e999 0 is matching search criteria 2022-04-15T04:03:24.465Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 19835446-e999 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:03:24.465Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:03:24.465Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vFW 19835446-e999 0 is matching search criteria 2022-04-15T04:03:24.466Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 19835446-e999 0] matching following query criteria: sdcType=VF, customizationUUID=53145558-22a7-42d6-b780-735469fd4983 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-15T04:03:24.468Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:03:24.468Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-00-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:03:24.469Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 8d0f5d58-6264-4852-888e-b6ad91dbe975: vFW 19835446-e999 2022-04-15T04:03:24.469Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:03:24.469Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-00-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:03:24.470Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:03:24.470Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-00-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:03:24.471Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:03:24.471Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-00-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:03:24.472Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:03:24.472Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-00-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:03:24.472Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:03:24.473Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-00-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:03:24.473Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-04-15 04-00-22 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:03:24.724Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 19835446-e999 1ddf9927-f5d5-41f2-8d56-1602008a446d 1 ASDC deployResourceStructure 2022-04-15T04:03:24.726Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json ASDC sendASDCNotification 2022-04-15T04:03:24.728Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json 2022-04-15T04:03:24.728Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-15T04:03:24.728Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:03:24.731Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:03:24.731Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995404726, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json", "status": "DEPLOY_OK" } 2022-04-15T04:03:24.831Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:03:24.832Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:03:24.832Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:03:24.850Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:03:24.851Z||pool-14-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:03:25.734Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-15T04:03:25.735Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml 2022-04-15T04:03:25.735Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-15T04:03:25.735Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:03:25.739Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:03:25.740Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995405734, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-15T04:03:25.840Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:03:25.842Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:03:25.842Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:03:25.854Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:03:25.855Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:03:26.740Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-15T04:03:26.741Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env 2022-04-15T04:03:26.741Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-15T04:03:26.743Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:03:26.745Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:03:26.745Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995406740, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-15T04:03:26.847Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-04-15T04:03:26.848Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:03:26.848Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:03:26.874Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:03:26.874Z||pool-16-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:03:27.746Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar ASDC sendASDCNotification 2022-04-15T04:03:27.747Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar 2022-04-15T04:03:27.747Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-15T04:03:27.747Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:03:27.749Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:03:27.749Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995407746, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:03:27.849Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-15T04:03:27.850Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:03:27.851Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:03:27.862Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:03:27.863Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:03:28.750Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4945e46-e6ab-43bd-81b9-5a6edf22005e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-15T04:03:28.766Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4945e46-e6ab-43bd-81b9-5a6edf22005e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-15T04:03:28.769Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-15T04:03:28.769Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-15T04:03:28.769Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-15T04:03:58.770Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4945e46-e6ab-43bd-81b9-5a6edf22005e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-15T04:03:58.780Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4945e46-e6ab-43bd-81b9-5a6edf22005e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-15T04:03:58.782Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-15T04:03:58.783Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-15T04:03:58.783Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-15T04:04:06.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:04:06.842Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:04:06.843Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:04:06.866Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:04:06.867Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:04:06.867Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "multicloud-k8s-id", "timestamp": 1649995387514, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json", "status": "DEPLOY_OK" } 2022-04-15T04:04:06.868Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:04:28.783Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4945e46-e6ab-43bd-81b9-5a6edf22005e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-15T04:04:28.792Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4945e46-e6ab-43bd-81b9-5a6edf22005e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-15T04:04:28.794Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-15T04:04:28.794Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-15T04:04:28.795Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-15T04:04:58.795Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4945e46-e6ab-43bd-81b9-5a6edf22005e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-15T04:04:58.806Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4945e46-e6ab-43bd-81b9-5a6edf22005e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-15T04:04:58.810Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-15T04:04:58.810Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-15T04:04:58.811Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-15T04:05:06.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:05:06.843Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:05:06.843Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:05:06.869Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:05:06.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:05:06.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995386837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:05:06.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:05:28.811Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4945e46-e6ab-43bd-81b9-5a6edf22005e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-15T04:05:28.820Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4945e46-e6ab-43bd-81b9-5a6edf22005e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-15T04:05:28.823Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-15T04:05:28.823Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-15T04:05:28.824Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-15T04:05:58.824Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4945e46-e6ab-43bd-81b9-5a6edf22005e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-15T04:05:58.832Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4945e46-e6ab-43bd-81b9-5a6edf22005e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-15T04:05:58.834Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-15T04:05:58.834Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-15T04:05:58.835Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-15T04:06:06.845Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:06:06.846Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:06:06.846Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:06:06.937Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:06:06.939Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.939Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "aai-ml", "timestamp": 1649995387860, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:06:06.940Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:06:06.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.940Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "policy-id", "timestamp": 1649995387614, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:06:06.941Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:06:06.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "multicloud-k8s-id", "timestamp": 1649995374959, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:06:06.941Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:06:06.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995386837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json", "status": "NOTIFIED" } 2022-04-15T04:06:06.942Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:06:06.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "aai-ml", "timestamp": 1649995388867, "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-04-15T04:06:06.947Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b4945e46-e6ab-43bd-81b9-5a6edf22005e 2022-04-15T04:06:06.947Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4945e46-e6ab-43bd-81b9-5a6edf22005e and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:06:06.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "policy-id", "timestamp": 1649995387614, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-15T04:06:06.955Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:06:06.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "multicloud-k8s-id", "timestamp": 1649995374959, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json", "status": "NOTIFIED" } 2022-04-15T04:06:06.955Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:06:06.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995386837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-15T04:06:06.956Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:06:06.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "policy-id", "timestamp": 1649995387614, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-15T04:06:06.956Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:06:06.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "multicloud-k8s-id", "timestamp": 1649995374959, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-15T04:06:06.957Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:06:06.957Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.957Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995386837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:06:06.957Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:06:06.957Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.957Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "aai-ml", "timestamp": 1649995389872, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:06:06.957Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:06:06.957Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.958Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649995390580, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:06:06.958Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:06:06.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.958Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "policy-id", "timestamp": 1649995387614, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:06:06.958Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:06:06.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "multicloud-k8s-id", "timestamp": 1649995374959, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:06:06.959Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:06:06.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995386837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-15T04:06:06.959Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:06:06.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "aai-ml", "timestamp": 1649995389872, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-15T04:06:06.960Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:06:06.960Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.960Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649995391591, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-15T04:06:06.962Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b4945e46-e6ab-43bd-81b9-5a6edf22005e 2022-04-15T04:06:06.962Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4945e46-e6ab-43bd-81b9-5a6edf22005e and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:06:06.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "policy-id", "timestamp": 1649995387614, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:06:06.967Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:06:06.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "multicloud-k8s-id", "timestamp": 1649995374959, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-15T04:06:06.968Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:06:06.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995386837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:06:06.968Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:06:06.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "aai-ml", "timestamp": 1649995389872, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:06:06.969Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:06:06.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649995376733, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:06:06.969Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:06:06.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "policy-id", "timestamp": 1649995387614, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:06:06.969Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:06:06.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.970Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "multicloud-k8s-id", "timestamp": 1649995374959, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:06:06.970Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:06:06.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.970Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995386837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:06:06.970Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:06:06.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.971Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "clamp", "timestamp": 1649995393126, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:06:06.971Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:06:06.971Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.971Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "aai-ml", "timestamp": 1649995389872, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:06:06.971Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:06:06.971Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.971Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649995376733, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-15T04:06:06.972Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:06:06.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.972Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "policy-id", "timestamp": 1649995387614, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:06:06.972Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:06:06.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.972Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "multicloud-k8s-id", "timestamp": 1649995374959, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:06:06.973Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:06:06.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "clamp", "timestamp": 1649995393126, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json", "status": "NOTIFIED" } 2022-04-15T04:06:06.973Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:06:06.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "aai-ml", "timestamp": 1649995389872, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:06:06.974Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:06:06.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649995376733, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:06:06.974Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:06:06.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995395300, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:06:06.975Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:06:06.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "policy-id", "timestamp": 1649995395431, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:06:06.975Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:06:06.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "multicloud-k8s-id", "timestamp": 1649995395685, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-15T04:06:06.975Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:06:06.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "clamp", "timestamp": 1649995393126, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:06:06.976Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:06:06.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "aai-ml", "timestamp": 1649995389872, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:06:06.976Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:06:06.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649995376733, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:06:06.977Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:06:06.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "policy-id", "timestamp": 1649995396435, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:06:06.977Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:06:06.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "clamp", "timestamp": 1649995393126, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:06:06.977Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:06:06.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "multicloud-k8s-id", "timestamp": 1649995396868, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-04-15T04:06:06.978Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:06:06.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "aai-ml", "timestamp": 1649995389872, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:06:06.978Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:06:06.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649995376733, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:06:06.979Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:06:06.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.979Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "policy-id", "timestamp": 1649995397438, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-15T04:06:06.983Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1d215b9-02f0-45fb-a5dc-79f5b8082ee4 2022-04-15T04:06:06.983Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1d215b9-02f0-45fb-a5dc-79f5b8082ee4 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:06:06.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "clamp", "timestamp": 1649995393126, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:06:06.989Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:06:06.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "aai-ml", "timestamp": 1649995397684, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:06:06.989Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:06:06.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649995376733, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:06:06.989Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:06:06.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "multicloud-k8s-id", "timestamp": 1649995398267, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-04-15T04:06:06.990Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:06:06.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "clamp", "timestamp": 1649995393126, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:06:06.990Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:06:06.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649995376733, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:06:06.991Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:06:06.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "multicloud-k8s-id", "timestamp": 1649995399289, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-15T04:06:06.993Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1d215b9-02f0-45fb-a5dc-79f5b8082ee4 2022-04-15T04:06:06.994Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1d215b9-02f0-45fb-a5dc-79f5b8082ee4 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-04-15T04:06:06.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "clamp", "timestamp": 1649995393126, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:06:06.997Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:06:06.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "multicloud-k8s-id", "timestamp": 1649995400293, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json", "status": "DEPLOY_OK" } 2022-04-15T04:06:06.997Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:06:06.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649995399926, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:06:06.998Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:06:06.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995400779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json", "status": "DOWNLOAD_OK" } 2022-04-15T04:06:06.998Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:06:06.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995401951, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-15T04:06:06.999Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:06:06.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649995402305, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:06:06.999Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:06:06.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:06.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995403341, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-15T04:06:07.000Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:06:07.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:07.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649995403309, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-15T04:06:07.002Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e1d215b9-02f0-45fb-a5dc-79f5b8082ee4 2022-04-15T04:06:07.002Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1d215b9-02f0-45fb-a5dc-79f5b8082ee4 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:06:07.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:07.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995404726, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json", "status": "DEPLOY_OK" } 2022-04-15T04:06:07.008Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:06:07.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:07.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "clamp", "timestamp": 1649995404972, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:06:07.009Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:06:07.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:07.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995405734, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-15T04:06:07.009Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:06:07.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:07.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "aai-ml", "timestamp": 1649995406231, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:06:07.009Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:06:07.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:07.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995406740, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-15T04:06:07.010Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:06:07.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:07.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "clamp", "timestamp": 1649995406981, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:06:07.010Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:06:07.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:07.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "aai-ml", "timestamp": 1649995407237, "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-04-15T04:06:07.013Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e1d215b9-02f0-45fb-a5dc-79f5b8082ee4 2022-04-15T04:06:07.013Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1d215b9-02f0-45fb-a5dc-79f5b8082ee4 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:06:07.018Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:07.018Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995407746, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:06:07.018Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:06:07.018Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:06:07.018Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "clamp", "timestamp": 1649995407985, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-15T04:06:07.020Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e1d215b9-02f0-45fb-a5dc-79f5b8082ee4 2022-04-15T04:06:07.020Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1d215b9-02f0-45fb-a5dc-79f5b8082ee4 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:06:28.835Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4945e46-e6ab-43bd-81b9-5a6edf22005e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-15T04:06:28.844Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4945e46-e6ab-43bd-81b9-5a6edf22005e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-15T04:06:28.846Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-15T04:06:28.846Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-15T04:06:28.846Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-15T04:06:28.846Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-15T04:06:28.847Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:06:28.847Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:06:28.847Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:06:28.847Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:06:28.847Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:06:28.847Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:06:28.847Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||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-04-15T04:06:28.850Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-15T04:06:58.850Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b4945e46-e6ab-43bd-81b9-5a6edf22005e and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-15T04:06:58.861Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b4945e46-e6ab-43bd-81b9-5a6edf22005e and serviceModelVersionId: 8d0f5d58-6264-4852-888e-b6ad91dbe975 2022-04-15T04:06:58.861Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f3ccd76-c5bf-4e2a-b6d4-616b8ab8e6ac 2022-04-15T04:07:06.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:07:06.843Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:07:06.843Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:07:06.872Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:07:06.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:07:06.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649995556732, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:07:06.874Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:07:13.653Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f3ccd76-c5bf-4e2a-b6d4-616b8ab8e6ac/model-vers/model-ver/8d0f5d58-6264-4852-888e-b6ad91dbe975?depth=0 2022-04-15T04:07:13.776Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-04-15T04:07:14.319Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f3ccd76-c5bf-4e2a-b6d4-616b8ab8e6ac/model-vers/model-ver/8d0f5d58-6264-4852-888e-b6ad91dbe975?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-15T04:07:14.324Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f3ccd76-c5bf-4e2a-b6d4-616b8ab8e6ac/model-vers/model-ver/8d0f5d58-6264-4852-888e-b6ad91dbe975?depth=0|INFO|500||Invoke 2022-04-15T04:07:14.446Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f3ccd76-c5bf-4e2a-b6d4-616b8ab8e6ac/model-vers/model-ver/8d0f5d58-6264-4852-888e-b6ad91dbe975?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-15T04:07:15.222Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f3ccd76-c5bf-4e2a-b6d4-616b8ab8e6ac/model-vers/model-ver/8d0f5d58-6264-4852-888e-b6ad91dbe975?depth=0|INFO|500||InvokeReturn 2022-04-15T04:07:15.223Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f3ccd76-c5bf-4e2a-b6d4-616b8ab8e6ac/model-vers/model-ver/8d0f5d58-6264-4852-888e-b6ad91dbe975?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220415-04:07:14:494-93793], vertex-id=[167944], Content-Length=[0], Date=[Fri, 15 Apr 2022 04:07:14 GMT], Content-Type=[application/json]} 2022-04-15T04:07:15.224Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-04-15T04:07:15.227Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-15T04:07:15.228Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||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-04-15T04:07:15.234Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-15T04:07:15.236Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b4945e46-e6ab-43bd-81b9-5a6edf22005e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-15T04:07:15.237Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-15T04:07:15.238Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:07:15.241Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:07:15.241Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995635236, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-15T04:07:15.341Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-15T04:07:15.342Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:07:15.342Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:07:15.355Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:07:15.356Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-15T04:07:16.252Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-15T04:07:16.252Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"e1d215b9-02f0-45fb-a5dc-79f5b8082ee4","serviceName":"basic_onboard_PylMPx","serviceVersion":"1.0","serviceUUID":"7c3e9638-6d36-40da-a902-60d42e259446","serviceDescription":"service","serviceInvariantUUID":"112bcde2-157e-4034-a09d-24bd3813249f","resources":[{"resourceInstanceName":"basic_onboard_PylMPx 0","resourceName":"basic_onboard_PylMPx","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"04137f4d-754a-4af5-a475-cbd5890039db","resourceInvariantUUID":"fee80d51-7dc0-470f-ab4f-eaba870b94ad","resourceCustomizationUUID":"7273207e-7a90-452d-94d9-02ed67b21219","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/vf-license-model.xml","artifactChecksum":"MDgxMzU5Mjk5YzI2NTEyOTE5OTJhNjJjZmI0YjIxZTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"28fdb910-7e16-4848-9300-0cf653bc4af5","artifactVersion":"1"},{"artifactName":"basic_onboard_pylmpx0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json","artifactChecksum":"ODQ2M2FiODBkZjIzZmQzMTFmOTg0MzQ2N2E3NDNkOGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4c03a4ec-b543-4088-a122-c104cdc424fb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a7fd10bb-8a3e-4c5e-b822-5560792ba79a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fc09aee3-7cc9-4d6b-bb18-0e7c39442623","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d293230d-13ce-4773-a399-2d9fed05a223","artifactVersion":"2","generatedFromUUID":"a7fd10bb-8a3e-4c5e-b822-5560792ba79a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPylmpx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-template.yml","artifactChecksum":"YWUyYzUxZWMyNTU5NzhlODUxNWFkMjkzYTkwYjIyYzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7dbef1ac-6626-4dd6-8cdc-b827f76a78ef","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPylmpx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar","artifactChecksum":"ODFmM2VlMTE2M2E2NmQ1NzI1MDdjODYwODgwMGIxYWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d67f36cb-f76a-4bfb-8b2a-49563e965695","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-15T04:07:16.254Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:07:16.254Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:07:16.256Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:07:16.257Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995386837, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:07:16.357Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:07:16.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-04-15T04:07:16.358Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:07:16.371Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:07:16.371Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:07:17.257Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:07:17.259Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:07:17.261Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:07:17.261Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995386837, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json", "status": "NOTIFIED" } 2022-04-15T04:07:17.361Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:07:17.362Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:07:17.362Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:07:17.374Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:07:17.383Z||pool-20-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:07:18.262Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:07:18.264Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:07:18.268Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:07:18.268Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995386837, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-15T04:07:18.370Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-04-15T04:07:18.372Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:07:18.372Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:07:18.389Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:07:18.391Z||pool-21-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-04-15T04:07:19.269Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:07:19.271Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:07:19.274Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:07:19.274Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995386837, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:07:19.379Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-04-15T04:07:19.380Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:07:19.380Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:07:19.395Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:07:19.396Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:07:20.275Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:07:20.276Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:07:20.278Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:07:20.279Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995386837, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-15T04:07:20.381Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-04-15T04:07:20.382Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:07:20.382Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:07:20.398Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:07:20.398Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:07:21.280Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:07:21.282Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:07:21.286Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:07:21.286Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995386837, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:07:21.384Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-15T04:07:21.385Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:07:21.386Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:07:21.397Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:07:21.398Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:07:22.287Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:07:22.288Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:07:22.290Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:07:22.290Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995386837, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:07:22.390Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:07:22.391Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:07:22.391Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:07:22.406Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:07:22.407Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:07:23.291Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "serviceName": "basic_onboard_PylMPx", "serviceVersion": "1.0", "serviceUUID": "7c3e9638-6d36-40da-a902-60d42e259446", "serviceDescription": "service", "serviceInvariantUUID": "112bcde2-157e-4034-a09d-24bd3813249f", "resources": [ { "resourceInstanceName": "basic_onboard_PylMPx 0", "resourceCustomizationUUID": "7273207e-7a90-452d-94d9-02ed67b21219", "resourceName": "basic_onboard_PylMPx", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "04137f4d-754a-4af5-a475-cbd5890039db", "resourceInvariantUUID": "fee80d51-7dc0-470f-ab4f-eaba870b94ad", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_pylmpx0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json", "artifactChecksum": "ODQ2M2FiODBkZjIzZmQzMTFmOTg0MzQ2N2E3NDNkOGE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4c03a4ec-b543-4088-a122-c104cdc424fb", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "a7fd10bb-8a3e-4c5e-b822-5560792ba79a", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d293230d-13ce-4773-a399-2d9fed05a223", "generatedFromUUID": "a7fd10bb-8a3e-4c5e-b822-5560792ba79a" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d293230d-13ce-4773-a399-2d9fed05a223", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardPylmpx-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar", "artifactChecksum": "ODFmM2VlMTE2M2E2NmQ1NzI1MDdjODYwODgwMGIxYWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d67f36cb-f76a-4bfb-8b2a-49563e965695" } ], "workloadContext": "Production" } 2022-04-15T04:07:23.292Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-15T04:07:23.292Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7c3e9638-6d36-40da-a902-60d42e259446 ASDC 2022-04-15T04:07:23.292Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:e1d215b9-02f0-45fb-a5dc-79f5b8082ee4 ServiceName:basic_onboard_PylMPx ServiceVersion:1.0 ServiceUUID:7c3e9638-6d36-40da-a902-60d42e259446 ServiceInvariantUUID:112bcde2-157e-4034-a09d-24bd3813249f ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardPylmpx-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar ArtifactUUID:d67f36cb-f76a-4bfb-8b2a-49563e965695 ArtifactChecksum:ODFmM2VlMTE2M2E2NmQ1NzI1MDdjODYwODgwMGIxYWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_PylMPx 0 ResourceCustomizationUUID:7273207e-7a90-452d-94d9-02ed67b21219 ResourceInvariantUUID:fee80d51-7dc0-470f-ab4f-eaba870b94ad ResourceName:basic_onboard_PylMPx ResourceType:VF ResourceUUID:04137f4d-754a-4af5-a475-cbd5890039db ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_pylmpx0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json ArtifactUUID:4c03a4ec-b543-4088-a122-c104cdc424fb ArtifactChecksum:ODQ2M2FiODBkZjIzZmQzMTFmOTg0MzQ2N2E3NDNkOGE= 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/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml ArtifactUUID:a7fd10bb-8a3e-4c5e-b822-5560792ba79a 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/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env ArtifactUUID:d293230d-13ce-4773-a399-2d9fed05a223 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/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env ArtifactUUID:d293230d-13ce-4773-a399-2d9fed05a223 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-15T04:07:23.293Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7c3e9638-6d36-40da-a902-60d42e259446 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-15T04:07:23.324Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-15T04:07:23.325Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-04-15T04:07:23.325Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-04-15T04:07:23.326Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d67f36cb-f76a-4bfb-8b2a-49563e965695 from URL: /sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar 2022-04-15T04:07:23.326Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-04-15T04:07:23.326Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar 2022-04-15T04:07:23.946Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-04-15T04:07:23.951Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar d67f36cb-f76a-4bfb-8b2a-49563e965695 71543 2022-04-15T04:07:23.952Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar ASDC sendASDCNotification 2022-04-15T04:07:23.952Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar 2022-04-15T04:07:23.952Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-15T04:07:23.953Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:07:23.956Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:07:23.956Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995643952, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:07:24.056Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-15T04:07:24.058Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:07:24.058Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:07:24.071Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:07:24.071Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:07:24.957Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-15T04:07:24.958Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-04-15T04:07:24.958Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: d67f36cb-f76a-4bfb-8b2a-49563e965695, URL: /sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar to file: /app/ASDC/1/service-BasicOnboardPylmpx-csar.csar 2022-04-15T04:07:24.959Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPylmpx-csar.csar 2022-04-15T04:07:24.959Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPylmpx-csar.csar 2022-04-15T04:07:24.959Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPylmpx-csar.csar 2022-04-15T04:07:25.082Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13131928923815865834/Definitions/service-BasicOnboardPylmpx-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-04-15T04:07:26.255Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-15T04:07:26.255Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-04-15T04:07:26.256Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPylmpx-csar.csar 2022-04-15T04:07:26.256Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-04-15T04:07:26.256Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||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-BasicOnboardPylmpx-csar.csar 2022-04-15T04:07:26.256Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPylmpx-csar.csar 2022-04-15T04:07:26.256Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPylmpx-csar.csar 2022-04-15T04:07:26.256Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPylmpx-csar.csar 2022-04-15T04:07:26.256Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardPylmpx-csar.csar 2022-04-15T04:07:26.256Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPylmpx-csar.csar 2022-04-15T04:07:26.256Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPylmpx-csar.csar 2022-04-15T04:07:26.257Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_PylMPx 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-BasicOnboardPylmpx-csar.csar 2022-04-15T04:07:26.257Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardPylmpx-csar.csar 2022-04-15T04:07:26.257Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-04-15T04:07:26.257Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:07:26.257Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PylMPx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:07:26.257Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_PylMPx 0 is matching search criteria 2022-04-15T04:07:26.258Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-04-15T04:07:26.258Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_PylMPx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-15T04:07:26.258Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:07:26.258Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PylMPx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:07:26.258Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_PylMPx 0 is matching search criteria 2022-04-15T04:07:26.258Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-04-15T04:07:26.259Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_PylMPx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-15T04:07:26.259Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:07:26.259Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PylMPx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:07:26.259Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:07:26.259Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_PylMPx 0 is not matching search criteria 2022-04-15T04:07:26.259Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-04-15T04:07:26.260Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-04-15T04:07:26.260Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-04-15T04:07:26.260Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-04-15T04:07:26.260Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-15T04:07:26.260Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:07:26.260Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PylMPx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-15T04:07:26.261Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:07:26.261Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_PylMPx 0 is matching search criteria 2022-04-15T04:07:26.261Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_PylMPx 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:07:26.261Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:07:26.261Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_PylMPx 0 is matching search criteria 2022-04-15T04:07:26.261Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_PylMPx 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:07:26.262Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:07:26.262Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_PylMPx 0 is matching search criteria 2022-04-15T04:07:26.262Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_PylMPx 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:07:26.262Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:07:26.262Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_PylMPx 0 is not matching search criteria 2022-04-15T04:07:26.262Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-04-15T04:07:26.263Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-04-15T04:07:26.263Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a8015cd0-b686-46cd-8394-22893ae40f8e 2022-04-15T04:07:26.263Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:07:26.263Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PylMPx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:07:26.263Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:07:26.263Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PylMPx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:07:26.263Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:07:26.264Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PylMPx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:07:26.264Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:07:26.264Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PylMPx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:07:26.264Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_PylMPx Description:service Model UUID:7c3e9638-6d36-40da-a902-60d42e259446 Model Version:NULL Model InvariantUuid:112bcde2-157e-4034-a09d-24bd3813249f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_PylMPx Model UUID:0cc889cf-5eea-4494-b93c-c8f29a443fd7 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:fee80d51-7dc0-470f-ab4f-eaba870b94ad Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7273207e-7a90-452d-94d9-02ed67b21219 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:fee908c8-ceea-4f66-bf31-a6ac80eedab7 ModelName:BasicOnboardPylmpx..base_ubuntu18..module-0 ModelUuid:830bfb2c-d77e-43ca-9f21-929b70f52f4e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a8015cd0-b686-46cd-8394-22893ae40f8e ModelInvariantUuid:2142bfd2-f591-4403-9516-0409486d2fd0 ModelName:basic_onboard_PylMPx-nodes.ubuntu18Cvfc ModelUuid:60081806-1286-4aaf-b1a0-f21c522b8a45 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:d02adaab-c40d-4f3a-a914-d5bcf9c950bc ModelInvariantUuid:be5215bf-ece1-4d03-addb-56a2c38400b0 ModelName:BasicOnboardPylmpx.compute.nodes.heat.ubuntu18 ModelUuid:5b91cbca-58d6-48ce-a16d-8c1ff8a97875 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-15T04:07:26.271Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 04137f4d-754a-4af5-a475-cbd5890039db Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-15T04:07:26.274Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||basic_onboard_PylMPx 0 2022-04-15T04:07:26.274Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 04137f4d-754a-4af5-a475-cbd5890039db 2022-04-15T04:07:26.274Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4c03a4ec-b543-4088-a122-c104cdc424fb from URL: /sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json 2022-04-15T04:07:26.274Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-04-15T04:07:26.275Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json 2022-04-15T04:07:26.528Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-04-15T04:07:26.529Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json 4c03a4ec-b543-4088-a122-c104cdc424fb 798 2022-04-15T04:07:26.529Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json ASDC sendASDCNotification 2022-04-15T04:07:26.529Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json 2022-04-15T04:07:26.530Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-15T04:07:26.530Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:07:26.532Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:07:26.532Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995646529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-15T04:07:26.632Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:07:26.633Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:07:26.633Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:07:26.650Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:07:26.650Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:07:27.532Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardPylmpx..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "fee908c8-ceea-4f66-bf31-a6ac80eedab7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "830bfb2c-d77e-43ca-9f21-929b70f52f4e", "vfModuleModelCustomizationUUID": "84e6ddcf-d1a5-4ba9-8dd7-b1d0313b63cf", "isBase": true, "artifacts": [ "a7fd10bb-8a3e-4c5e-b822-5560792ba79a", "d293230d-13ce-4773-a399-2d9fed05a223" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-15T04:07:27.537Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardPylmpx..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:830bfb2c-d77e-43ca-9f21-929b70f52f4e VfModuleModelInvariantUUID:fee908c8-ceea-4f66-bf31-a6ac80eedab7 VfModuleModelDescription:NULL Artifacts UUID List:{ a7fd10bb-8a3e-4c5e-b822-5560792ba79a , d293230d-13ce-4773-a399-2d9fed05a223 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-15T04:07:27.539Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardPylmpx..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "fee908c8-ceea-4f66-bf31-a6ac80eedab7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "830bfb2c-d77e-43ca-9f21-929b70f52f4e", "vfModuleModelCustomizationUUID": "84e6ddcf-d1a5-4ba9-8dd7-b1d0313b63cf", "isBase": true, "artifacts": [ "a7fd10bb-8a3e-4c5e-b822-5560792ba79a", "d293230d-13ce-4773-a399-2d9fed05a223" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-15T04:07:27.539Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardPylmpx..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:830bfb2c-d77e-43ca-9f21-929b70f52f4e VfModuleModelInvariantUUID:fee908c8-ceea-4f66-bf31-a6ac80eedab7 VfModuleModelDescription:NULL Artifacts UUID List:{ a7fd10bb-8a3e-4c5e-b822-5560792ba79a , d293230d-13ce-4773-a399-2d9fed05a223 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-15T04:07:27.539Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a7fd10bb-8a3e-4c5e-b822-5560792ba79a from URL: /sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml 2022-04-15T04:07:27.540Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-04-15T04:07:27.540Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml 2022-04-15T04:07:27.825Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-04-15T04:07:27.826Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml a7fd10bb-8a3e-4c5e-b822-5560792ba79a 5033 2022-04-15T04:07:27.826Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-04-15T04:07:27.826Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml 2022-04-15T04:07:27.827Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-15T04:07:27.827Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:07:27.829Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:07:27.829Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995647826, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-04-15T04:07:27.929Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:07:27.930Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:07:27.931Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:07:27.942Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:07:27.943Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:07:28.830Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d293230d-13ce-4773-a399-2d9fed05a223 from URL: /sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env 2022-04-15T04:07:28.831Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-04-15T04:07:28.831Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env 2022-04-15T04:07:29.053Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-04-15T04:07:29.053Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env d293230d-13ce-4773-a399-2d9fed05a223 909 2022-04-15T04:07:29.053Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-04-15T04:07:29.054Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env 2022-04-15T04:07:29.054Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-15T04:07:29.054Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:07:29.056Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:07:29.056Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995649053, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-04-15T04:07:29.156Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:07:29.157Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:07:29.158Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:07:29.170Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:07:29.171Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:07:30.057Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 7c3e9638-6d36-40da-a902-60d42e259446 2022-04-15T04:07:30.057Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_PylMPx 0 04137f4d-754a-4af5-a475-cbd5890039db ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-15T04:07:30.074Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4a40c721, org.onap.sdc.toscaparser.api.parameters.Input@4e2810b, org.onap.sdc.toscaparser.api.parameters.Input@68170712, org.onap.sdc.toscaparser.api.parameters.Input@7328f0e8, org.onap.sdc.toscaparser.api.parameters.Input@3f1d5863] 2022-04-15T04:07:30.076Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:07:30.076Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PylMPx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:07:30.076Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-04-15T04:07:30.076Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 7273207e-7a90-452d-94d9-02ed67b21219 2022-04-15T04:07:30.076Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7273207e-7a90-452d-94d9-02ed67b21219 matches Tosca VF Customization UUID: 7273207e-7a90-452d-94d9-02ed67b21219 2022-04-15T04:07:30.077Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 7273207e-7a90-452d-94d9-02ed67b21219 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-04-15T04:07:30.079Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:07:30.080Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PylMPx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:07:30.080Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 7273207e-7a90-452d-94d9-02ed67b21219: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-04-15T04:07:30.081Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4b83d180 2022-04-15T04:07:30.081Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:07:30.081Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PylMPx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-15T04:07:30.081Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 84e6ddcf-d1a5-4ba9-8dd7-b1d0313b63cf 2022-04-15T04:07:30.081Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 84e6ddcf-d1a5-4ba9-8dd7-b1d0313b63cf Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-04-15T04:07:30.083Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:07:30.084Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_PylMPx 0 is matching search criteria 2022-04-15T04:07:30.084Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_PylMPx 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:07:30.084Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:07:30.084Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_PylMPx 0 is matching search criteria 2022-04-15T04:07:30.085Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_PylMPx 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:07:30.085Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:07:30.085Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_PylMPx 0 is not matching search criteria 2022-04-15T04:07:30.085Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-04-15T04:07:30.085Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-04-15T04:07:30.086Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a8015cd0-b686-46cd-8394-22893ae40f8e Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-15T04:07:30.089Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:07:30.089Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_PylMPx 0 is matching search criteria 2022-04-15T04:07:30.089Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_PylMPx 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:07:30.090Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:07:30.090Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_PylMPx 0 is matching search criteria 2022-04-15T04:07:30.090Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_PylMPx 0] matching following query criteria: sdcType=VF, customizationUUID=7273207e-7a90-452d-94d9-02ed67b21219 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-15T04:07:30.092Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:07:30.092Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PylMPx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:07:30.092Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 7c3e9638-6d36-40da-a902-60d42e259446: basic_onboard_PylMPx 2022-04-15T04:07:30.092Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:07:30.092Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PylMPx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:07:30.093Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:07:30.093Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PylMPx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:07:30.093Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:07:30.093Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PylMPx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:07:30.093Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:07:30.094Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PylMPx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:07:30.094Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:07:30.094Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PylMPx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:07:30.094Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_PylMPx Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:07:30.172Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_PylMPx 04137f4d-754a-4af5-a475-cbd5890039db 1 ASDC deployResourceStructure 2022-04-15T04:07:30.173Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json ASDC sendASDCNotification 2022-04-15T04:07:30.174Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json 2022-04-15T04:07:30.175Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-15T04:07:30.175Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:07:30.177Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:07:30.178Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995650173, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json", "status": "DEPLOY_OK" } 2022-04-15T04:07:30.277Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-15T04:07:30.278Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:07:30.279Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:07:30.292Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:07:30.292Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:07:31.178Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-04-15T04:07:31.179Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml 2022-04-15T04:07:31.180Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-15T04:07:31.180Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:07:31.182Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:07:31.182Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995651178, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-04-15T04:07:31.282Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-15T04:07:31.283Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:07:31.283Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:07:31.297Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:07:31.297Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:07:32.183Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-04-15T04:07:32.184Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env 2022-04-15T04:07:32.184Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-15T04:07:32.184Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:07:32.187Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:07:32.187Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995652183, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-04-15T04:07:32.287Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:07:32.288Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:07:32.288Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:07:32.304Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:07:32.305Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-04-15T04:07:33.188Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar ASDC sendASDCNotification 2022-04-15T04:07:33.189Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar 2022-04-15T04:07:33.189Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-15T04:07:33.189Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:07:33.191Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:07:33.191Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995653188, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:07:33.291Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:07:33.292Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:07:33.292Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:07:33.305Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:07:33.305Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:07:34.192Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1d215b9-02f0-45fb-a5dc-79f5b8082ee4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-15T04:07:34.202Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1d215b9-02f0-45fb-a5dc-79f5b8082ee4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-15T04:07:34.205Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-15T04:07:34.205Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-15T04:07:34.205Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-15T04:07:34.206Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-15T04:07:34.206Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:07:34.206Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:07:34.206Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:07:34.207Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:07:34.207Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:07:34.207Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:07:34.207Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||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-04-15T04:07:34.212Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-15T04:08:04.212Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e1d215b9-02f0-45fb-a5dc-79f5b8082ee4 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-15T04:08:04.225Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e1d215b9-02f0-45fb-a5dc-79f5b8082ee4 and serviceModelVersionId: 7c3e9638-6d36-40da-a902-60d42e259446 2022-04-15T04:08:04.225Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 112bcde2-157e-4034-a09d-24bd3813249f 2022-04-15T04:08:04.227Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/112bcde2-157e-4034-a09d-24bd3813249f/model-vers/model-ver/7c3e9638-6d36-40da-a902-60d42e259446?depth=0 2022-04-15T04:08:04.238Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-04-15T04:08:04.309Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/112bcde2-157e-4034-a09d-24bd3813249f/model-vers/model-ver/7c3e9638-6d36-40da-a902-60d42e259446?depth=0|INFO|500||Invoke 2022-04-15T04:08:04.310Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/112bcde2-157e-4034-a09d-24bd3813249f/model-vers/model-ver/7c3e9638-6d36-40da-a902-60d42e259446?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/112bcde2-157e-4034-a09d-24bd3813249f/model-vers/model-ver/7c3e9638-6d36-40da-a902-60d42e259446?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e1d215b9-02f0-45fb-a5dc-79f5b8082ee4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2c46e48b-f0f8-4567-b00f-488ed2d7cbda], X-ECOMP-RequestID=[e1d215b9-02f0-45fb-a5dc-79f5b8082ee4], X-TransactionId=[], X-ONAP-RequestID=[e1d215b9-02f0-45fb-a5dc-79f5b8082ee4], Content-Type=[application/merge-patch+json]} 2022-04-15T04:08:04.342Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/112bcde2-157e-4034-a09d-24bd3813249f/model-vers/model-ver/7c3e9638-6d36-40da-a902-60d42e259446?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-15T04:08:04.527Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/112bcde2-157e-4034-a09d-24bd3813249f/model-vers/model-ver/7c3e9638-6d36-40da-a902-60d42e259446?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/112bcde2-157e-4034-a09d-24bd3813249f/model-vers/model-ver/7c3e9638-6d36-40da-a902-60d42e259446?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220415-04:08:04:389-76272], vertex-id=[188648], Content-Length=[0], Date=[Fri, 15 Apr 2022 04:08:04 GMT], Content-Type=[application/json]} 2022-04-15T04:08:04.528Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/112bcde2-157e-4034-a09d-24bd3813249f/model-vers/model-ver/7c3e9638-6d36-40da-a902-60d42e259446?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-04-15T04:08:04.528Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/112bcde2-157e-4034-a09d-24bd3813249f/model-vers/model-ver/7c3e9638-6d36-40da-a902-60d42e259446?depth=0|INFO|500||InvokeReturn 2022-04-15T04:08:04.529Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-15T04:08:04.529Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||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-04-15T04:08:04.535Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-15T04:08:04.536Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e1d215b9-02f0-45fb-a5dc-79f5b8082ee4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-15T04:08:04.536Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-15T04:08:04.537Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:08:04.541Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:08:04.541Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995684536, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-15T04:08:04.641Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:08:04.643Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:08:04.643Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:08:04.659Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:08:04.660Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-15T04:08:05.552Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:08:05.553Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:08:05.553Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:08:06.842Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:08:06.843Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:08:06.843Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:08:06.875Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:08:06.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649995556732, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:06.879Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "policy-id", "timestamp": 1649995567614, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:06.880Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649995556732, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:06.880Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "policy-id", "timestamp": 1649995567614, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:06.881Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "cds", "timestamp": 1649995568998, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:06.881Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "aai-ml", "timestamp": 1649995568828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:06.881Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.882Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.882Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649995556732, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:06.882Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.882Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.882Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "policy-id", "timestamp": 1649995567614, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-15T04:08:06.882Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.882Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.883Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "cds", "timestamp": 1649995568998, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:06.883Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.883Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "aai-ml", "timestamp": 1649995568828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:06.883Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.883Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649995556732, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:06.883Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "policy-id", "timestamp": 1649995567614, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:06.884Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "cds", "timestamp": 1649995568998, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:06.884Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "aai-ml", "timestamp": 1649995568828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:06.885Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649995556732, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:06.885Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "dcae-sch", "timestamp": 1649995570933, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:06.885Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "policy-id", "timestamp": 1649995567614, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:06.886Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "cds", "timestamp": 1649995568998, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:06.886Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "ves-openapi-manager", "timestamp": 1649995571992, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:06.886Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "aai-ml", "timestamp": 1649995568828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:06.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649995556732, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:08:06.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "dcae-sch", "timestamp": 1649995570933, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:06.888Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "policy-id", "timestamp": 1649995567614, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:06.888Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "cds", "timestamp": 1649995568998, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:06.888Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "clamp", "timestamp": 1649995573126, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:06.889Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.889Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "ves-openapi-manager", "timestamp": 1649995571992, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:06.889Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.889Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "aai-ml", "timestamp": 1649995568828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:06.889Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.890Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "dcae-sch", "timestamp": 1649995570933, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:06.890Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.890Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.890Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649995573722, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:08:06.890Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:08:06.890Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.890Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "policy-id", "timestamp": 1649995567614, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:08:06.890Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.890Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "cds", "timestamp": 1649995568998, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:06.891Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.891Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "clamp", "timestamp": 1649995573126, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json", "status": "NOTIFIED" } 2022-04-15T04:08:06.891Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.891Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "ves-openapi-manager", "timestamp": 1649995571992, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:06.891Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "aai-ml", "timestamp": 1649995568828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:06.892Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "dcae-sch", "timestamp": 1649995570933, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:06.892Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "cds", "timestamp": 1649995568998, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:08:06.893Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "policy-id", "timestamp": 1649995575445, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:08:06.893Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:08:06.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "multicloud-k8s-id", "timestamp": 1649995574959, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:06.894Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "clamp", "timestamp": 1649995573126, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:06.894Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "ves-openapi-manager", "timestamp": 1649995571992, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:06.894Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "aai-ml", "timestamp": 1649995568828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:08:06.895Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "dcae-sch", "timestamp": 1649995570933, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:06.895Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "policy-id", "timestamp": 1649995576451, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:08:06.896Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:08:06.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "multicloud-k8s-id", "timestamp": 1649995574959, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json", "status": "NOTIFIED" } 2022-04-15T04:08:06.896Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "cds", "timestamp": 1649995576945, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:08:06.896Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:08:06.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "clamp", "timestamp": 1649995573126, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:06.897Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "ves-openapi-manager", "timestamp": 1649995571992, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:06.897Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "aai-ml", "timestamp": 1649995576696, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:08:06.897Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:08:06.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "dcae-sch", "timestamp": 1649995570933, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:06.898Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "policy-id", "timestamp": 1649995577456, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:08:06.907Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2d2469c8-af71-4a79-9219-832569b88854 2022-04-15T04:08:06.908Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d2469c8-af71-4a79-9219-832569b88854 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:08:06.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649995577022, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:08:06.914Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:08:06.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "multicloud-k8s-id", "timestamp": 1649995574959, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-15T04:08:06.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "cds", "timestamp": 1649995577954, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-15T04:08:06.917Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2d2469c8-af71-4a79-9219-832569b88854 2022-04-15T04:08:06.917Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d2469c8-af71-4a79-9219-832569b88854 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:08:06.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "clamp", "timestamp": 1649995573126, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:06.923Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "ves-openapi-manager", "timestamp": 1649995571992, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:06.924Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "dcae-sch", "timestamp": 1649995570933, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:06.924Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649995578026, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-15T04:08:06.927Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2d2469c8-af71-4a79-9219-832569b88854 2022-04-15T04:08:06.927Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d2469c8-af71-4a79-9219-832569b88854 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:08:06.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "multicloud-k8s-id", "timestamp": 1649995574959, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:06.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "clamp", "timestamp": 1649995573126, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:06.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "ves-openapi-manager", "timestamp": 1649995571992, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:06.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "multicloud-k8s-id", "timestamp": 1649995574959, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-15T04:08:06.933Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "clamp", "timestamp": 1649995573126, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:08:06.933Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "multicloud-k8s-id", "timestamp": 1649995574959, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:06.933Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "multicloud-k8s-id", "timestamp": 1649995574959, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:08:06.934Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:08:06.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "multicloud-k8s-id", "timestamp": 1649995582930, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json", "status": "DOWNLOAD_OK" } 2022-04-15T04:08:06.934Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:08:06.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "multicloud-k8s-id", "timestamp": 1649995584237, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-15T04:08:06.935Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:08:06.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "multicloud-k8s-id", "timestamp": 1649995585443, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-15T04:08:06.935Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:08:06.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "multicloud-k8s-id", "timestamp": 1649995586471, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-15T04:08:06.938Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2d2469c8-af71-4a79-9219-832569b88854 2022-04-15T04:08:06.938Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d2469c8-af71-4a79-9219-832569b88854 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-04-15T04:08:06.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "multicloud-k8s-id", "timestamp": 1649995587476, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json", "status": "DEPLOY_OK" } 2022-04-15T04:08:06.941Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:08:06.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "aai-ml", "timestamp": 1649995587520, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:08:06.942Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:08:06.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "aai-ml", "timestamp": 1649995588524, "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-04-15T04:08:06.944Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2d2469c8-af71-4a79-9219-832569b88854 2022-04-15T04:08:06.945Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d2469c8-af71-4a79-9219-832569b88854 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:08:06.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.949Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "clamp", "timestamp": 1649995592011, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:08:06.950Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:08:06.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "clamp", "timestamp": 1649995593039, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:08:06.950Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:08:06.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:08:06.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "clamp", "timestamp": 1649995594043, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-15T04:08:06.952Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2d2469c8-af71-4a79-9219-832569b88854 2022-04-15T04:08:06.952Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d2469c8-af71-4a79-9219-832569b88854 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:08:09.950Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:08:09.951Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-15T04:08:09.952Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"2d2469c8-af71-4a79-9219-832569b88854","serviceName":"vFW 2022-04-15 04-04-16","serviceVersion":"1.0","serviceUUID":"57e0adf1-9dd4-4175-8978-f88bb294285b","serviceDescription":"catalog service description","serviceInvariantUUID":"3651566f-eedb-48a6-a4ac-26132b35f80d","resources":[{"resourceInstanceName":"vFW b7d4395a-29e0 0","resourceName":"vFW b7d4395a-29e0","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a62ab30c-b500-46a6-8224-e1f992ff6f1b","resourceInvariantUUID":"e50edbfe-4bbd-4a9c-80e1-ab35a8b13c70","resourceCustomizationUUID":"5551a90a-6977-4e44-8108-7d6a2650f43e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vf-license-model.xml","artifactChecksum":"YWE2NWM2ODFjZjliZmM2MDU0OGNiMDFjZTMxYzdlODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e302652e-0cca-4dac-b179-dd2831c8b4c9","artifactVersion":"1"},{"artifactName":"vfwb7d4395a29e00_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json","artifactChecksum":"ZmJmZjViZTAyY2UzMzI3OTJkNGJlMGEyOTM2ODE3NTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3420ce80-72d0-45c6-8728-64b11c59cf5b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3dea70c1-441f-4e06-9903-8ae901081cf4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vendor-license-model.xml","artifactChecksum":"YTdiMWJjNmViZmI3MzZkOTFjNjY0OTU1ODA5MDRkNjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fe809a90-02f3-4b66-9f78-917b20254e1e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"037da809-acd7-415e-849f-1169196e6fec","artifactVersion":"2","generatedFromUUID":"3dea70c1-441f-4e06-9903-8ae901081cf4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220415040416-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-template.yml","artifactChecksum":"Njg2NTAzMDU3ZTUwZWZiMzA0MjUwZGE0MzY4Yjc2YjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ed24b532-fa1b-4e6c-b2e3-97e6d820ff9f","artifactVersion":"1"},{"artifactName":"service-Vfw20220415040416-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar","artifactChecksum":"NTQ2ZGQzNDA0ZDQ0YmE2NGEzNTZmYjdjYmUwMTVhNmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef4e47f6-fddf-407c-b90e-c41339e1ce88","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-15T04:08:09.955Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:08:09.956Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:08:09.958Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:08:09.958Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995685552, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:10.058Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:08:10.059Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:08:10.060Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:08:10.078Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:08:10.078Z||pool-35-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:08:10.959Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:08:10.960Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:08:10.963Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:08:10.963Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995685552, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json", "status": "NOTIFIED" } 2022-04-15T04:08:11.063Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:08:11.064Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:08:11.064Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:08:11.078Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:08:11.079Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-04-15T04:08:11.964Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:08:11.965Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:08:11.967Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:08:11.967Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995685552, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-15T04:08:12.068Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-15T04:08:12.069Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:08:12.069Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:08:12.081Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:08:12.081Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:08:12.968Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:08:12.969Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:08:12.972Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:08:12.972Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995685552, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:13.072Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:08:13.073Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:08:13.074Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:08:13.094Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:08:13.094Z||pool-38-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:08:13.973Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:08:13.974Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:08:13.988Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:08:13.988Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995685552, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-15T04:08:14.078Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms 2022-04-15T04:08:14.079Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:08:14.079Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:08:14.098Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:08:14.098Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:08:14.989Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:08:14.991Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:08:14.994Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:08:14.994Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995685552, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:08:15.094Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:08:15.095Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:08:15.095Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:08:15.107Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:08:15.107Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-04-15T04:08:15.994Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:08:15.995Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:08:15.998Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:08:15.998Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995685552, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:08:16.098Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:08:16.099Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:08:16.099Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:08:16.111Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:08:16.111Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:08:17.000Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "serviceName": "vFW 2022-04-15 04-04-16", "serviceVersion": "1.0", "serviceUUID": "57e0adf1-9dd4-4175-8978-f88bb294285b", "serviceDescription": "catalog service description", "serviceInvariantUUID": "3651566f-eedb-48a6-a4ac-26132b35f80d", "resources": [ { "resourceInstanceName": "vFW b7d4395a-29e0 0", "resourceCustomizationUUID": "5551a90a-6977-4e44-8108-7d6a2650f43e", "resourceName": "vFW b7d4395a-29e0", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a62ab30c-b500-46a6-8224-e1f992ff6f1b", "resourceInvariantUUID": "e50edbfe-4bbd-4a9c-80e1-ab35a8b13c70", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwb7d4395a29e00_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json", "artifactChecksum": "ZmJmZjViZTAyY2UzMzI3OTJkNGJlMGEyOTM2ODE3NTg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3420ce80-72d0-45c6-8728-64b11c59cf5b", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "3dea70c1-441f-4e06-9903-8ae901081cf4", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "037da809-acd7-415e-849f-1169196e6fec", "generatedFromUUID": "3dea70c1-441f-4e06-9903-8ae901081cf4" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "037da809-acd7-415e-849f-1169196e6fec", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220415040416-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar", "artifactChecksum": "NTQ2ZGQzNDA0ZDQ0YmE2NGEzNTZmYjdjYmUwMTVhNmI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ef4e47f6-fddf-407c-b90e-c41339e1ce88" } ], "workloadContext": "Production" } 2022-04-15T04:08:17.001Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-15T04:08:17.001Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 57e0adf1-9dd4-4175-8978-f88bb294285b ASDC 2022-04-15T04:08:17.002Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:2d2469c8-af71-4a79-9219-832569b88854 ServiceName:vFW 2022-04-15 04-04-16 ServiceVersion:1.0 ServiceUUID:57e0adf1-9dd4-4175-8978-f88bb294285b ServiceInvariantUUID:3651566f-eedb-48a6-a4ac-26132b35f80d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220415040416-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar ArtifactUUID:ef4e47f6-fddf-407c-b90e-c41339e1ce88 ArtifactChecksum:NTQ2ZGQzNDA0ZDQ0YmE2NGEzNTZmYjdjYmUwMTVhNmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW b7d4395a-29e0 0 ResourceCustomizationUUID:5551a90a-6977-4e44-8108-7d6a2650f43e ResourceInvariantUUID:e50edbfe-4bbd-4a9c-80e1-ab35a8b13c70 ResourceName:vFW b7d4395a-29e0 ResourceType:VF ResourceUUID:a62ab30c-b500-46a6-8224-e1f992ff6f1b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwb7d4395a29e00_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json ArtifactUUID:3420ce80-72d0-45c6-8728-64b11c59cf5b ArtifactChecksum:ZmJmZjViZTAyY2UzMzI3OTJkNGJlMGEyOTM2ODE3NTg= 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/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.yaml ArtifactUUID:3dea70c1-441f-4e06-9903-8ae901081cf4 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/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env ArtifactUUID:037da809-acd7-415e-849f-1169196e6fec 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/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env ArtifactUUID:037da809-acd7-415e-849f-1169196e6fec ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-15T04:08:17.002Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 57e0adf1-9dd4-4175-8978-f88bb294285b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-15T04:08:17.041Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-15T04:08:17.042Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-04-15T04:08:17.042Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-04-15T04:08:17.042Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ef4e47f6-fddf-407c-b90e-c41339e1ce88 from URL: /sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar 2022-04-15T04:08:17.042Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-04-15T04:08:17.042Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar 2022-04-15T04:08:17.487Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-04-15T04:08:17.493Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar ef4e47f6-fddf-407c-b90e-c41339e1ce88 98937 2022-04-15T04:08:17.493Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar ASDC sendASDCNotification 2022-04-15T04:08:17.493Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar 2022-04-15T04:08:17.493Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-15T04:08:17.493Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:08:17.496Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:08:17.496Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995697493, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:08:17.596Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:08:17.597Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:08:17.597Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:08:17.609Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:08:17.609Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:08:18.496Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-15T04:08:18.498Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-04-15T04:08:18.499Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: ef4e47f6-fddf-407c-b90e-c41339e1ce88, URL: /sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar to file: /app/ASDC/1/service-Vfw20220415040416-csar.csar 2022-04-15T04:08:18.499Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220415040416-csar.csar 2022-04-15T04:08:18.500Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220415040416-csar.csar 2022-04-15T04:08:18.500Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220415040416-csar.csar 2022-04-15T04:08:18.767Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18017691097265557397/Definitions/service-Vfw20220415040416-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2022-04-15T04:08:21.012Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-15T04:08:21.013Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-04-15T04:08:21.013Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220415040416-csar.csar 2022-04-15T04:08:21.013Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-04-15T04:08:21.013Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220415040416-csar.csar 2022-04-15T04:08:21.013Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220415040416-csar.csar 2022-04-15T04:08:21.014Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220415040416-csar.csar 2022-04-15T04:08:21.014Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220415040416-csar.csar 2022-04-15T04:08:21.014Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220415040416-csar.csar 2022-04-15T04:08:21.014Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220415040416-csar.csar 2022-04-15T04:08:21.014Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220415040416-csar.csar 2022-04-15T04:08:21.014Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220415040416-csar.csar 2022-04-15T04:08:21.014Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220415040416-csar.csar 2022-04-15T04:08:21.015Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220415040416-csar.csar 2022-04-15T04:08:21.015Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220415040416-csar.csar 2022-04-15T04:08:21.015Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220415040416-csar.csar 2022-04-15T04:08:21.015Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b7d4395a-29e0 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-Vfw20220415040416-csar.csar 2022-04-15T04:08:21.015Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-04-15T04:08:21.015Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:08:21.015Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-04-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:08:21.016Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vFW b7d4395a-29e0 0 is matching search criteria 2022-04-15T04:08:21.016Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-04-15T04:08:21.016Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b7d4395a-29e0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-15T04:08:21.016Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:08:21.017Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-04-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:08:21.017Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vFW b7d4395a-29e0 0 is matching search criteria 2022-04-15T04:08:21.017Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-04-15T04:08:21.017Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b7d4395a-29e0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-15T04:08:21.017Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:08:21.017Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-04-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:08:21.018Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:08:21.018Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vFW b7d4395a-29e0 0 is not matching search criteria 2022-04-15T04:08:21.018Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-15T04:08:21.018Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-15T04:08:21.018Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-15T04:08:21.018Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-15T04:08:21.019Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-15T04:08:21.019Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-15T04:08:21.019Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-15T04:08:21.019Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-15T04:08:21.019Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-15T04:08:21.019Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-15T04:08:21.020Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-15T04:08:21.020Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-15T04:08:21.020Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-15T04:08:21.020Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-15T04:08:21.020Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-15T04:08:21.020Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-15T04:08:21.021Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:08:21.021Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-04-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-15T04:08:21.021Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:08:21.021Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vFW b7d4395a-29e0 0 is matching search criteria 2022-04-15T04:08:21.021Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b7d4395a-29e0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:08:21.022Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:08:21.022Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vFW b7d4395a-29e0 0 is matching search criteria 2022-04-15T04:08:21.022Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b7d4395a-29e0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:08:21.022Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:08:21.022Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vFW b7d4395a-29e0 0 is matching search criteria 2022-04-15T04:08:21.023Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b7d4395a-29e0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:08:21.023Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:08:21.023Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vFW b7d4395a-29e0 0 is not matching search criteria 2022-04-15T04:08:21.023Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-15T04:08:21.023Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-15T04:08:21.024Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-15T04:08:21.024Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-15T04:08:21.024Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-15T04:08:21.024Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-15T04:08:21.024Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-15T04:08:21.024Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-15T04:08:21.024Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-15T04:08:21.025Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-15T04:08:21.025Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-15T04:08:21.026Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8a3590f8-3c55-48ce-8687-1cea17e62e25 2022-04-15T04:08:21.026Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:08:21.026Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vFW b7d4395a-29e0 0 is not matching search criteria 2022-04-15T04:08:21.026Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-15T04:08:21.026Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-15T04:08:21.027Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-15T04:08:21.027Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-15T04:08:21.027Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-15T04:08:21.027Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-15T04:08:21.028Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-15T04:08:21.028Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-15T04:08:21.028Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-15T04:08:21.028Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-15T04:08:21.029Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-15T04:08:21.029Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-15T04:08:21.029Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=08751a4e-da19-4aae-a684-883e2f48cfce 2022-04-15T04:08:21.029Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:08:21.030Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vFW b7d4395a-29e0 0 is not matching search criteria 2022-04-15T04:08:21.030Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-15T04:08:21.030Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-15T04:08:21.030Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-15T04:08:21.030Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-15T04:08:21.030Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-15T04:08:21.031Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-15T04:08:21.031Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-15T04:08:21.031Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-15T04:08:21.031Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-15T04:08:21.031Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-15T04:08:21.031Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-15T04:08:21.032Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-15T04:08:21.032Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0126170a-db4a-4f41-89d7-ae8c31066d54 2022-04-15T04:08:21.032Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:08:21.032Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-04-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:08:21.032Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:08:21.033Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-04-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:08:21.033Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:08:21.033Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-04-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:08:21.033Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:08:21.033Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-04-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:08:21.033Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-04-15 04-04-16 Description:catalog service description Model UUID:57e0adf1-9dd4-4175-8978-f88bb294285b Model Version:NULL Model InvariantUuid:3651566f-eedb-48a6-a4ac-26132b35f80d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW b7d4395a-29e0 Model UUID:7593e85d-01a0-40ad-804b-7da51e46697d Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:e50edbfe-4bbd-4a9c-80e1-ab35a8b13c70 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5551a90a-6977-4e44-8108-7d6a2650f43e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:09b2b621-d450-4858-a2a5-896c1a50bef3 ModelName:VfwB7d4395a29e0..base_vfw..module-0 ModelUuid:bc49ddb0-155b-4b51-932d-72b00699e3a8 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:8a3590f8-3c55-48ce-8687-1cea17e62e25 ModelInvariantUuid:14966aac-ba9f-4761-8b6c-9966db185e79 ModelName:vFW b7d4395a-29e0-nodes.vfwCvfc ModelUuid:0bd81546-d622-434d-a789-037bdaffb222 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:c77acf43-4dd2-4ddd-a166-9d5a5be31743 ModelInvariantUuid:b9319938-5311-4a97-8707-88a77d35dc65 ModelName:VfwB7d4395a29e0.compute.nodes.heat.vfw ModelUuid:89197a8b-6008-4fd9-80d6-74be53f92be7 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:08751a4e-da19-4aae-a684-883e2f48cfce ModelInvariantUuid:70332518-c7a5-4ccd-9b8e-4b3b61496e22 ModelName:vFW b7d4395a-29e0-nodes.vsnCvfc ModelUuid:98c198b5-4a21-4ff4-b0ed-ec96f82e19cd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:88a4e31d-db4e-4d10-8071-f20a49074934 ModelInvariantUuid:93280c3a-a873-4864-8b0e-4983733746e1 ModelName:VfwB7d4395a29e0.compute.nodes.heat.vsn ModelUuid:76645da3-d419-46d5-932a-a31b754c008e ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:0126170a-db4a-4f41-89d7-ae8c31066d54 ModelInvariantUuid:1645899c-fd1f-4048-940f-eb5a5ddeb2bd ModelName:vFW b7d4395a-29e0-nodes.vpgCvfc ModelUuid:f167e40b-0ef4-4e60-aec8-9c5c4bbc881f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:1331976e-9296-4e1d-b451-8c2c0efc15f1 ModelInvariantUuid:c0841dd7-c025-46d4-b477-9a4e982ade52 ModelName:VfwB7d4395a29e0.compute.nodes.heat.vpg ModelUuid:61abaf2e-fab3-4f8f-b529-47c4fb445def ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-15T04:08:21.042Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: a62ab30c-b500-46a6-8224-e1f992ff6f1b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-15T04:08:21.045Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||vFW b7d4395a-29e0 0 2022-04-15T04:08:21.045Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a62ab30c-b500-46a6-8224-e1f992ff6f1b 2022-04-15T04:08:21.045Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3420ce80-72d0-45c6-8728-64b11c59cf5b from URL: /sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json 2022-04-15T04:08:21.045Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-04-15T04:08:21.045Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json 2022-04-15T04:08:21.333Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-04-15T04:08:21.334Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json 3420ce80-72d0-45c6-8728-64b11c59cf5b 785 2022-04-15T04:08:21.334Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json ASDC sendASDCNotification 2022-04-15T04:08:21.335Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json 2022-04-15T04:08:21.335Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-15T04:08:21.335Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:08:21.337Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:08:21.337Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995701334, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json", "status": "DOWNLOAD_OK" } 2022-04-15T04:08:21.437Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:08:21.438Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:08:21.438Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:08:21.449Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:08:21.450Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:08:22.338Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwB7d4395a29e0..base_vfw..module-0", "vfModuleModelInvariantUUID": "09b2b621-d450-4858-a2a5-896c1a50bef3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bc49ddb0-155b-4b51-932d-72b00699e3a8", "vfModuleModelCustomizationUUID": "f7c2c6cd-ac26-4403-bc98-f1afacfb689a", "isBase": true, "artifacts": [ "3dea70c1-441f-4e06-9903-8ae901081cf4", "037da809-acd7-415e-849f-1169196e6fec" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-15T04:08:22.342Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwB7d4395a29e0..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bc49ddb0-155b-4b51-932d-72b00699e3a8 VfModuleModelInvariantUUID:09b2b621-d450-4858-a2a5-896c1a50bef3 VfModuleModelDescription:NULL Artifacts UUID List:{ 3dea70c1-441f-4e06-9903-8ae901081cf4 , 037da809-acd7-415e-849f-1169196e6fec } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-15T04:08:22.344Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwB7d4395a29e0..base_vfw..module-0", "vfModuleModelInvariantUUID": "09b2b621-d450-4858-a2a5-896c1a50bef3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bc49ddb0-155b-4b51-932d-72b00699e3a8", "vfModuleModelCustomizationUUID": "f7c2c6cd-ac26-4403-bc98-f1afacfb689a", "isBase": true, "artifacts": [ "3dea70c1-441f-4e06-9903-8ae901081cf4", "037da809-acd7-415e-849f-1169196e6fec" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-15T04:08:22.344Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwB7d4395a29e0..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bc49ddb0-155b-4b51-932d-72b00699e3a8 VfModuleModelInvariantUUID:09b2b621-d450-4858-a2a5-896c1a50bef3 VfModuleModelDescription:NULL Artifacts UUID List:{ 3dea70c1-441f-4e06-9903-8ae901081cf4 , 037da809-acd7-415e-849f-1169196e6fec } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-15T04:08:22.345Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3dea70c1-441f-4e06-9903-8ae901081cf4 from URL: /sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.yaml 2022-04-15T04:08:22.345Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-04-15T04:08:22.345Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.yaml 2022-04-15T04:08:22.534Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-04-15T04:08:22.535Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.yaml 3dea70c1-441f-4e06-9903-8ae901081cf4 20368 2022-04-15T04:08:22.536Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-15T04:08:22.536Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.yaml 2022-04-15T04:08:22.536Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-15T04:08:22.536Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:08:22.538Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:08:22.538Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995702535, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-15T04:08:22.638Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:08:22.639Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:08:22.639Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:08:22.652Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:08:22.653Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:08:23.539Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 037da809-acd7-415e-849f-1169196e6fec from URL: /sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env 2022-04-15T04:08:23.540Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-04-15T04:08:23.540Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env 2022-04-15T04:08:23.743Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-04-15T04:08:23.744Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env 037da809-acd7-415e-849f-1169196e6fec 2098 2022-04-15T04:08:23.744Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-15T04:08:23.744Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env 2022-04-15T04:08:23.744Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-15T04:08:23.744Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:08:23.746Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:08:23.746Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995703744, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-15T04:08:23.846Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:08:23.847Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:08:23.847Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:08:23.860Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:08:23.861Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-04-15T04:08:24.747Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 57e0adf1-9dd4-4175-8978-f88bb294285b 2022-04-15T04:08:24.747Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b7d4395a-29e0 0 a62ab30c-b500-46a6-8224-e1f992ff6f1b ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-15T04:08:24.764Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6df69001, org.onap.sdc.toscaparser.api.parameters.Input@328fc11f, org.onap.sdc.toscaparser.api.parameters.Input@79635568, org.onap.sdc.toscaparser.api.parameters.Input@6e40274b, org.onap.sdc.toscaparser.api.parameters.Input@376fd41a] 2022-04-15T04:08:24.766Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:08:24.766Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-04-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:08:24.766Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-04-15T04:08:24.766Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 5551a90a-6977-4e44-8108-7d6a2650f43e 2022-04-15T04:08:24.766Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5551a90a-6977-4e44-8108-7d6a2650f43e matches Tosca VF Customization UUID: 5551a90a-6977-4e44-8108-7d6a2650f43e 2022-04-15T04:08:24.767Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 5551a90a-6977-4e44-8108-7d6a2650f43e matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-04-15T04:08:24.769Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:08:24.769Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-04-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:08:24.770Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 5551a90a-6977-4e44-8108-7d6a2650f43e: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-04-15T04:08:24.770Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@771aa8ed 2022-04-15T04:08:24.770Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:08:24.770Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-04-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-15T04:08:24.771Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f7c2c6cd-ac26-4403-bc98-f1afacfb689a 2022-04-15T04:08:24.771Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f7c2c6cd-ac26-4403-bc98-f1afacfb689a Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-04-15T04:08:24.773Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:08:24.774Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vFW b7d4395a-29e0 0 is matching search criteria 2022-04-15T04:08:24.774Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b7d4395a-29e0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:08:24.774Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:08:24.774Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vFW b7d4395a-29e0 0 is matching search criteria 2022-04-15T04:08:24.774Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b7d4395a-29e0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:08:24.775Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:08:24.775Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vFW b7d4395a-29e0 0 is not matching search criteria 2022-04-15T04:08:24.775Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-15T04:08:24.775Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-15T04:08:24.775Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-15T04:08:24.776Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-15T04:08:24.776Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-15T04:08:24.776Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-15T04:08:24.776Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-15T04:08:24.776Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-15T04:08:24.776Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-15T04:08:24.777Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-15T04:08:24.777Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-15T04:08:24.777Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8a3590f8-3c55-48ce-8687-1cea17e62e25 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-15T04:08:24.779Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:08:24.779Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vFW b7d4395a-29e0 0 is matching search criteria 2022-04-15T04:08:24.779Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b7d4395a-29e0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:08:24.780Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:08:24.780Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vFW b7d4395a-29e0 0 is not matching search criteria 2022-04-15T04:08:24.780Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-15T04:08:24.780Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-15T04:08:24.780Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-15T04:08:24.781Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-15T04:08:24.781Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-15T04:08:24.781Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-15T04:08:24.781Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-15T04:08:24.781Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-15T04:08:24.782Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-15T04:08:24.782Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-15T04:08:24.782Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-15T04:08:24.782Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-15T04:08:24.782Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=08751a4e-da19-4aae-a684-883e2f48cfce Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-15T04:08:24.784Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:08:24.784Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vFW b7d4395a-29e0 0 is matching search criteria 2022-04-15T04:08:24.785Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b7d4395a-29e0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:08:24.785Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:08:24.785Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vFW b7d4395a-29e0 0 is not matching search criteria 2022-04-15T04:08:24.785Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-15T04:08:24.785Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-15T04:08:24.785Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-15T04:08:24.786Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-15T04:08:24.786Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-15T04:08:24.786Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-15T04:08:24.786Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-15T04:08:24.786Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-15T04:08:24.787Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-15T04:08:24.787Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-15T04:08:24.787Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-15T04:08:24.787Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-15T04:08:24.787Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0126170a-db4a-4f41-89d7-ae8c31066d54 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-15T04:08:24.789Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:08:24.789Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vFW b7d4395a-29e0 0 is matching search criteria 2022-04-15T04:08:24.789Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b7d4395a-29e0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:08:24.790Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:08:24.790Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vFW b7d4395a-29e0 0 is matching search criteria 2022-04-15T04:08:24.790Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b7d4395a-29e0 0] matching following query criteria: sdcType=VF, customizationUUID=5551a90a-6977-4e44-8108-7d6a2650f43e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-15T04:08:24.792Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:08:24.792Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-04-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:08:24.792Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 57e0adf1-9dd4-4175-8978-f88bb294285b: vFW b7d4395a-29e0 2022-04-15T04:08:24.792Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:08:24.792Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-04-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:08:24.793Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:08:24.793Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-04-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:08:24.793Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:08:24.793Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-04-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:08:24.793Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:08:24.793Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-04-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:08:24.794Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:08:24.794Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-04-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:08:24.794Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-04-15 04-04-16 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:08:24.961Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b7d4395a-29e0 a62ab30c-b500-46a6-8224-e1f992ff6f1b 1 ASDC deployResourceStructure 2022-04-15T04:08:24.962Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json ASDC sendASDCNotification 2022-04-15T04:08:24.962Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json 2022-04-15T04:08:24.962Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-15T04:08:24.963Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:08:24.966Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:08:24.966Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995704962, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json", "status": "DEPLOY_OK" } 2022-04-15T04:08:25.066Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:08:25.068Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:08:25.068Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:08:25.080Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:08:25.080Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:08:25.967Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-15T04:08:25.968Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.yaml 2022-04-15T04:08:25.968Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-15T04:08:25.968Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:08:25.970Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:08:25.970Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995705967, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-15T04:08:26.070Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:08:26.071Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:08:26.071Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:08:26.083Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:08:26.083Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:08:26.971Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-15T04:08:26.972Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env 2022-04-15T04:08:26.972Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-15T04:08:26.972Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:08:26.974Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:08:26.974Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995706971, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-15T04:08:27.074Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:08:27.075Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:08:27.076Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:08:27.093Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:08:27.093Z||pool-48-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:08:27.975Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar ASDC sendASDCNotification 2022-04-15T04:08:27.976Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar 2022-04-15T04:08:27.976Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-15T04:08:27.976Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:08:27.978Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:08:27.978Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995707975, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:08:28.079Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:08:28.080Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:08:28.080Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:08:28.091Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:08:28.092Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:08:28.979Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d2469c8-af71-4a79-9219-832569b88854 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-15T04:08:28.989Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d2469c8-af71-4a79-9219-832569b88854 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-15T04:08:28.991Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-15T04:08:28.991Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-15T04:08:28.991Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-15T04:08:28.992Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-15T04:08:28.992Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:08:28.992Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:08:28.992Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:08:28.992Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:08:28.992Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:08:28.992Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:08:28.992Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||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-04-15T04:08:28.995Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-15T04:08:58.996Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2d2469c8-af71-4a79-9219-832569b88854 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-15T04:08:59.002Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2d2469c8-af71-4a79-9219-832569b88854 and serviceModelVersionId: 57e0adf1-9dd4-4175-8978-f88bb294285b 2022-04-15T04:08:59.002Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3651566f-eedb-48a6-a4ac-26132b35f80d 2022-04-15T04:08:59.003Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3651566f-eedb-48a6-a4ac-26132b35f80d/model-vers/model-ver/57e0adf1-9dd4-4175-8978-f88bb294285b?depth=0 2022-04-15T04:08:59.007Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-04-15T04:08:59.054Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3651566f-eedb-48a6-a4ac-26132b35f80d/model-vers/model-ver/57e0adf1-9dd4-4175-8978-f88bb294285b?depth=0|INFO|500||Invoke 2022-04-15T04:08:59.054Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3651566f-eedb-48a6-a4ac-26132b35f80d/model-vers/model-ver/57e0adf1-9dd4-4175-8978-f88bb294285b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3651566f-eedb-48a6-a4ac-26132b35f80d/model-vers/model-ver/57e0adf1-9dd4-4175-8978-f88bb294285b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2d2469c8-af71-4a79-9219-832569b88854], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c030f7db-02e9-4748-a244-29a4ede8a8c4], X-ECOMP-RequestID=[2d2469c8-af71-4a79-9219-832569b88854], X-TransactionId=[], X-ONAP-RequestID=[2d2469c8-af71-4a79-9219-832569b88854], Content-Type=[application/merge-patch+json]} 2022-04-15T04:08:59.077Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3651566f-eedb-48a6-a4ac-26132b35f80d/model-vers/model-ver/57e0adf1-9dd4-4175-8978-f88bb294285b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-15T04:08:59.352Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3651566f-eedb-48a6-a4ac-26132b35f80d/model-vers/model-ver/57e0adf1-9dd4-4175-8978-f88bb294285b?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/3651566f-eedb-48a6-a4ac-26132b35f80d/model-vers/model-ver/57e0adf1-9dd4-4175-8978-f88bb294285b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220415-04:08:59:123-55261], vertex-id=[208968], Content-Length=[0], Date=[Fri, 15 Apr 2022 04:08:59 GMT], Content-Type=[application/json]} 2022-04-15T04:08:59.353Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3651566f-eedb-48a6-a4ac-26132b35f80d/model-vers/model-ver/57e0adf1-9dd4-4175-8978-f88bb294285b?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-04-15T04:08:59.353Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3651566f-eedb-48a6-a4ac-26132b35f80d/model-vers/model-ver/57e0adf1-9dd4-4175-8978-f88bb294285b?depth=0|INFO|500||InvokeReturn 2022-04-15T04:08:59.353Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-15T04:08:59.353Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||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-04-15T04:08:59.358Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-15T04:08:59.358Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2d2469c8-af71-4a79-9219-832569b88854 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-15T04:08:59.359Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-15T04:08:59.359Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:08:59.361Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:08:59.361Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995739359, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-15T04:08:59.461Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:08:59.462Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:08:59.462Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:08:59.478Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:08:59.479Z||pool-50-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-04-15T04:09:00.371Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:09:00.372Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:09:00.372Z|2d2469c8-af71-4a79-9219-832569b88854|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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:09:06.842Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:09:06.842Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:09:06.842Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:09:06.871Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:09:06.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:09:06.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995635236, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-15T04:09:06.873Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:09:06.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:09:06.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995386837, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:09:06.873Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:09:06.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:09:06.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995386837, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json", "status": "NOTIFIED" } 2022-04-15T04:09:06.873Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:09:06.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:09:06.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995386837, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-15T04:09:06.873Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:09:06.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:09:06.874Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995386837, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:09:06.874Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:09:06.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:09:06.874Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995386837, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-15T04:09:06.874Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:09:06.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:09:06.874Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995386837, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:09:06.875Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:09:06.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:09:06.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995386837, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:09:06.875Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-15T04:09:06.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:09:06.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995643952, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:09:06.875Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:09:06.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:09:06.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995646529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-15T04:09:06.875Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:09:06.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:09:06.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995647826, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-04-15T04:09:06.876Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:09:06.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:09:06.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995649053, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-04-15T04:09:06.876Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:09:06.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:09:06.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995650173, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json", "status": "DEPLOY_OK" } 2022-04-15T04:09:06.876Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:09:06.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:09:06.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995651178, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-04-15T04:09:06.877Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:09:06.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:09:06.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995652183, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-04-15T04:09:06.877Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:09:06.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:09:06.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995653188, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:09:06.877Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:09:06.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-15T04:09:06.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995684536, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-15T04:09:06.878Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:09:09.914Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:09:09.915Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:09:09.916Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:09:09.916Z|2d2469c8-af71-4a79-9219-832569b88854|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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:09:19.456Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:09:19.456Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:09:19.457Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:09:19.457Z|2d2469c8-af71-4a79-9219-832569b88854|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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:09:28.997Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:09:28.997Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:09:28.998Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:09:28.998Z|2d2469c8-af71-4a79-9219-832569b88854|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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:09:38.567Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:09:38.568Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:09:38.569Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:09:38.569Z|2d2469c8-af71-4a79-9219-832569b88854|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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:09:48.110Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:10:06.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:10:06.838Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:10:06.839Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:10:06.841Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:10:06.842Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:10:06.842Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:10:07.374Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:10:07.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-15T04:10:07.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995685552, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:10:07.376Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-15T04:10:07.376Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-15T04:10:07.376Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995685552, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json", "status": "NOTIFIED" } 2022-04-15T04:10:07.376Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-15T04:10:07.377Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-15T04:10:07.377Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995685552, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-15T04:10:07.377Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-15T04:10:07.377Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-15T04:10:07.377Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995685552, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:10:07.377Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-15T04:10:07.377Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-15T04:10:07.378Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995685552, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-15T04:10:07.378Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-15T04:10:07.378Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-15T04:10:07.378Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995685552, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:10:07.378Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-15T04:10:07.379Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-15T04:10:07.379Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995685552, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:10:07.379Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-15T04:10:07.379Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-15T04:10:07.379Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995697493, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:10:07.380Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:10:07.380Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-15T04:10:07.380Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995701334, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json", "status": "DOWNLOAD_OK" } 2022-04-15T04:10:07.380Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:10:07.380Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-15T04:10:07.380Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995702535, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-15T04:10:07.381Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:10:07.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-15T04:10:07.381Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995703744, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-15T04:10:07.381Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:10:07.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-15T04:10:07.381Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995704962, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json", "status": "DEPLOY_OK" } 2022-04-15T04:10:07.382Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:10:07.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-15T04:10:07.382Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995705967, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-15T04:10:07.382Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:10:07.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-15T04:10:07.382Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995706971, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-15T04:10:07.383Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:10:07.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-15T04:10:07.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995707975, "artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:10:07.383Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:10:07.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-15T04:10:07.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d2469c8-af71-4a79-9219-832569b88854", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649995739359, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-15T04:10:07.384Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:10:16.379Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:11:06.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:11:06.838Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:11:06.838Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:11:06.842Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:11:06.842Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:11:06.842Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:11:16.394Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:11:16.395Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:12:06.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:12:06.838Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:12:06.838Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:12:06.841Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:12:06.842Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:12:06.842Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:12:16.405Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:12:16.406Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:13:06.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:13:06.838Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:13:06.838Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:13:06.842Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:13:06.842Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:13:06.842Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:13:16.382Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:13:16.415Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:14:06.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:14:06.838Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:14:06.838Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:14:06.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:14:06.842Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:14:06.842Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:14:16.384Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:14:16.387Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:15:06.838Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:15:06.842Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:15:06.842Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:15:06.842Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:15:06.843Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:15:06.843Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:15:16.392Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:15:16.392Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:16:06.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:16:06.839Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:16:06.839Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:16:06.842Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:16:06.842Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:16:06.842Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:16:07.472Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:16:07.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-15T04:16:07.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"1aadcd7e-5140-4f15-95a9-201f3db8b8f2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"855d158f-6129-4eb8-9bdd-e99fd580de94","serviceDescription":"service","serviceInvariantUUID":"074017ba-1a96-477f-a506-dabfedd024ad","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9286c52d-c8ce-4c46-8287-40c8f3d4d58f","resourceInvariantUUID":"80278c42-f463-4fb5-9b10-7f0b4fea967a","resourceCustomizationUUID":"d3a93266-360c-4b2a-890a-2cad228379ba","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":"MjYyNGM0ZjNkYzA0ZGZkNjFmNTc0MjhlZGNhYTYxMjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c207b728-78c0-435a-9d48-9d50e1ecd29a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YWVjYTZmZDg0NTUwN2YwZDcxYzZjM2QxMDU5OGM1ODE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6475432-1ff1-4894-9b0a-a5781d35c393","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-15T04:16:07.478Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:16:07.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-15T04:16:07.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aadcd7e-5140-4f15-95a9-201f3db8b8f2", "consumerID": "cds", "timestamp": 1649996123998, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:16:07.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-15T04:16:07.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-15T04:16:07.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aadcd7e-5140-4f15-95a9-201f3db8b8f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996126733, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:16:07.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-15T04:16:07.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-15T04:16:07.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aadcd7e-5140-4f15-95a9-201f3db8b8f2", "consumerID": "policy-id", "timestamp": 1649996127614, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:16:07.481Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-15T04:16:07.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-15T04:16:07.480Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:16:07.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aadcd7e-5140-4f15-95a9-201f3db8b8f2", "consumerID": "cds", "timestamp": 1649996123998, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:16:07.481Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-15T04:16:07.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-15T04:16:07.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aadcd7e-5140-4f15-95a9-201f3db8b8f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996126733, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:16:07.481Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-15T04:16:07.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-15T04:16:07.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aadcd7e-5140-4f15-95a9-201f3db8b8f2", "consumerID": "policy-id", "timestamp": 1649996127614, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:16:07.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-15T04:16:07.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-15T04:16:07.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aadcd7e-5140-4f15-95a9-201f3db8b8f2", "consumerID": "dcae-sch", "timestamp": 1649996130935, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:16:07.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-15T04:16:07.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-15T04:16:07.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aadcd7e-5140-4f15-95a9-201f3db8b8f2", "consumerID": "ves-openapi-manager", "timestamp": 1649996131992, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:16:07.482Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:16:07.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-15T04:16:07.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-15T04:16:07.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aadcd7e-5140-4f15-95a9-201f3db8b8f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996132730, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:16:07.483Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:16:07.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-15T04:16:07.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aadcd7e-5140-4f15-95a9-201f3db8b8f2", "consumerID": "dcae-sch", "timestamp": 1649996130935, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-15T04:16:07.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-15T04:16:07.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-15T04:16:07.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aadcd7e-5140-4f15-95a9-201f3db8b8f2", "consumerID": "policy-id", "timestamp": 1649996133528, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:16:07.483Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:16:07.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-15T04:16:07.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aadcd7e-5140-4f15-95a9-201f3db8b8f2", "consumerID": "cds", "timestamp": 1649996133890, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:16:07.484Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:16:07.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-15T04:16:07.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aadcd7e-5140-4f15-95a9-201f3db8b8f2", "consumerID": "ves-openapi-manager", "timestamp": 1649996131992, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-15T04:16:07.484Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-15T04:16:07.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-15T04:16:07.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aadcd7e-5140-4f15-95a9-201f3db8b8f2", "consumerID": "policy-id", "timestamp": 1649996134538, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:16:07.484Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:16:07.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-15T04:16:07.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aadcd7e-5140-4f15-95a9-201f3db8b8f2", "consumerID": "cds", "timestamp": 1649996134904, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-04-15T04:16:07.490Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-15T04:16:07.490Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1aadcd7e-5140-4f15-95a9-201f3db8b8f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996166837, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:16:07.503Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1aadcd7e-5140-4f15-95a9-201f3db8b8f2 2022-04-15T04:16:07.503Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1aadcd7e-5140-4f15-95a9-201f3db8b8f2 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:16:07.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-15T04:16:07.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aadcd7e-5140-4f15-95a9-201f3db8b8f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996134562, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:16:07.512Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:16:07.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-15T04:16:07.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aadcd7e-5140-4f15-95a9-201f3db8b8f2", "consumerID": "multicloud-k8s-id", "timestamp": 1649996134959, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:16:07.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-15T04:16:07.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-15T04:16:07.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aadcd7e-5140-4f15-95a9-201f3db8b8f2", "consumerID": "policy-id", "timestamp": 1649996135543, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-15T04:16:07.518Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1aadcd7e-5140-4f15-95a9-201f3db8b8f2 2022-04-15T04:16:07.518Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1aadcd7e-5140-4f15-95a9-201f3db8b8f2 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:16:07.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-15T04:16:07.523Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aadcd7e-5140-4f15-95a9-201f3db8b8f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996135568, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-15T04:16:07.525Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1aadcd7e-5140-4f15-95a9-201f3db8b8f2 2022-04-15T04:16:07.525Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1aadcd7e-5140-4f15-95a9-201f3db8b8f2 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:16:07.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-15T04:16:07.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aadcd7e-5140-4f15-95a9-201f3db8b8f2", "consumerID": "multicloud-k8s-id", "timestamp": 1649996134959, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:16:07.530Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-15T04:16:07.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-15T04:16:07.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aadcd7e-5140-4f15-95a9-201f3db8b8f2", "consumerID": "aai-ml", "timestamp": 1649996138828, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:16:07.530Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-15T04:16:07.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-15T04:16:07.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aadcd7e-5140-4f15-95a9-201f3db8b8f2", "consumerID": "aai-ml", "timestamp": 1649996138828, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:16:07.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-15T04:16:07.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-15T04:16:07.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aadcd7e-5140-4f15-95a9-201f3db8b8f2", "consumerID": "aai-ml", "timestamp": 1649996141734, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:16:07.531Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:16:07.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-15T04:16:07.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aadcd7e-5140-4f15-95a9-201f3db8b8f2", "consumerID": "clamp", "timestamp": 1649996143126, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:16:07.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-15T04:16:07.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-15T04:16:07.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aadcd7e-5140-4f15-95a9-201f3db8b8f2", "consumerID": "clamp", "timestamp": 1649996143126, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:16:07.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-15T04:16:07.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-15T04:16:07.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aadcd7e-5140-4f15-95a9-201f3db8b8f2", "consumerID": "aai-ml", "timestamp": 1649996146780, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:16:07.532Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:16:07.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-15T04:16:07.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aadcd7e-5140-4f15-95a9-201f3db8b8f2", "consumerID": "aai-ml", "timestamp": 1649996147785, "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-04-15T04:16:07.535Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1aadcd7e-5140-4f15-95a9-201f3db8b8f2 2022-04-15T04:16:07.535Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1aadcd7e-5140-4f15-95a9-201f3db8b8f2 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:16:07.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-15T04:16:07.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aadcd7e-5140-4f15-95a9-201f3db8b8f2", "consumerID": "clamp", "timestamp": 1649996156122, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:16:07.540Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:16:07.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-15T04:16:07.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aadcd7e-5140-4f15-95a9-201f3db8b8f2", "consumerID": "clamp", "timestamp": 1649996159124, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:16:07.541Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:16:07.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-15T04:16:07.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aadcd7e-5140-4f15-95a9-201f3db8b8f2", "consumerID": "clamp", "timestamp": 1649996160129, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-15T04:16:07.543Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1aadcd7e-5140-4f15-95a9-201f3db8b8f2 2022-04-15T04:16:07.543Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1aadcd7e-5140-4f15-95a9-201f3db8b8f2 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:16:07.589Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-15T04:16:07.590Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:16:07.590Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:16:07.602Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:16:07.602Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-04-15T04:16:08.491Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:16:08.492Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:16:08.494Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:16:08.494Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1aadcd7e-5140-4f15-95a9-201f3db8b8f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996166837, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:16:08.594Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:16:08.595Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:16:08.596Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:16:08.611Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:16:08.611Z||pool-52-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:16:09.496Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "1aadcd7e-5140-4f15-95a9-201f3db8b8f2", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "855d158f-6129-4eb8-9bdd-e99fd580de94", "serviceDescription": "service", "serviceInvariantUUID": "074017ba-1a96-477f-a506-dabfedd024ad", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "d3a93266-360c-4b2a-890a-2cad228379ba", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "9286c52d-c8ce-4c46-8287-40c8f3d4d58f", "resourceInvariantUUID": "80278c42-f463-4fb5-9b10-7f0b4fea967a", "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": "YWVjYTZmZDg0NTUwN2YwZDcxYzZjM2QxMDU5OGM1ODE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d6475432-1ff1-4894-9b0a-a5781d35c393" } ], "workloadContext": "Production" } 2022-04-15T04:16:09.496Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-15T04:16:09.497Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 855d158f-6129-4eb8-9bdd-e99fd580de94 ASDC 2022-04-15T04:16:09.498Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:1aadcd7e-5140-4f15-95a9-201f3db8b8f2 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:855d158f-6129-4eb8-9bdd-e99fd580de94 ServiceInvariantUUID:074017ba-1a96-477f-a506-dabfedd024ad 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:d6475432-1ff1-4894-9b0a-a5781d35c393 ArtifactChecksum:YWVjYTZmZDg0NTUwN2YwZDcxYzZjM2QxMDU5OGM1ODE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:d3a93266-360c-4b2a-890a-2cad228379ba ResourceInvariantUUID:80278c42-f463-4fb5-9b10-7f0b4fea967a ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:9286c52d-c8ce-4c46-8287-40c8f3d4d58f ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-04-15T04:16:09.498Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 855d158f-6129-4eb8-9bdd-e99fd580de94 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-15T04:16:09.524Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-15T04:16:09.525Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-04-15T04:16:09.525Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-04-15T04:16:09.526Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d6475432-1ff1-4894-9b0a-a5781d35c393 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-04-15T04:16:09.526Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-04-15T04:16:09.526Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-04-15T04:16:09.737Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-04-15T04:16:09.739Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d6475432-1ff1-4894-9b0a-a5781d35c393 52484 2022-04-15T04:16:09.740Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-04-15T04:16:09.740Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-04-15T04:16:09.740Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-15T04:16:09.740Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:16:09.743Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:16:09.743Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1aadcd7e-5140-4f15-95a9-201f3db8b8f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996169740, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:16:09.843Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:16:09.844Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:16:09.845Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:16:09.860Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:16:09.861Z||pool-53-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:16:10.743Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-15T04:16:10.749Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-04-15T04:16:10.749Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: d6475432-1ff1-4894-9b0a-a5781d35c393, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-15T04:16:10.750Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-04-15T04:16:10.750Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-15T04:16:10.750Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-15T04:16:10.932Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17841998607127435857/Definitions/service-BasicNetwork-template.yml 2022-04-15T04:16:11.536Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-15T04:16:11.536Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-04-15T04:16:11.536Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-15T04:16:11.536Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-04-15T04:16:11.537Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-15T04:16:11.537Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-15T04:16:11.537Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-15T04:16:11.537Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-15T04:16:11.537Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-15T04:16:11.537Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-15T04:16:11.537Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-15T04:16:11.537Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-15T04:16:11.537Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-04-15T04:16:11.537Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:16:11.537Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:16:11.538Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-04-15T04:16:11.538Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-04-15T04:16:11.538Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-15T04:16:11.538Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:16:11.538Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:16:11.539Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-04-15T04:16:11.539Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-04-15T04:16:11.539Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-15T04:16:11.539Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:16:11.539Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:16:11.539Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:16:11.539Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:16:11.540Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:16:11.540Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:16:11.540Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:16:11.540Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:16:11.540Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:16:11.540Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:16:11.541Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:855d158f-6129-4eb8-9bdd-e99fd580de94 Model Version:NULL Model InvariantUuid:074017ba-1a96-477f-a506-dabfedd024ad Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:80278c42-f463-4fb5-9b10-7f0b4fea967a Model UUID:f0bf6b01-d67a-450f-a9cb-bfacc1eebd90 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:d3a93266-360c-4b2a-890a-2cad228379ba Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-15T04:16:11.546Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 9286c52d-c8ce-4c46-8287-40c8f3d4d58f 2022-04-15T04:16:11.546Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||No resources found for Service: 855d158f-6129-4eb8-9bdd-e99fd580de94 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-15T04:16:11.553Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500|| 2022-04-15T04:16:11.553Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-04-15T04:16:11.554Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 855d158f-6129-4eb8-9bdd-e99fd580de94 2022-04-15T04:16:11.555Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 855d158f-6129-4eb8-9bdd-e99fd580de94 2022-04-15T04:16:11.555Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-04-15T04:16:11.555Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-15T04:16:11.559Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@18f40599, org.onap.sdc.toscaparser.api.parameters.Input@7533a730, org.onap.sdc.toscaparser.api.parameters.Input@d524ec4, org.onap.sdc.toscaparser.api.parameters.Input@738eabef, org.onap.sdc.toscaparser.api.parameters.Input@4b6ea0ca] 2022-04-15T04:16:11.561Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:16:11.561Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:16:11.561Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:16:11.561Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:16:11.561Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 855d158f-6129-4eb8-9bdd-e99fd580de94: Generic NeutronNet 2022-04-15T04:16:11.562Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:16:11.562Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:16:11.562Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:16:11.562Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-04-15T04:16:11.593Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:16:11.593Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:16:11.593Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:16:11.594Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:16:11.594Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:16:11.594Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:16:11.594Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-04-15T04:16:11.638Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-04-15T04:16:11.639Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-04-15T04:16:11.639Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-04-15T04:16:11.639Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-15T04:16:11.639Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:16:11.640Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:16:11.641Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1aadcd7e-5140-4f15-95a9-201f3db8b8f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996171638, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:16:11.741Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:16:11.742Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:16:11.742Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:16:11.755Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:16:11.756Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:16:12.643Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1aadcd7e-5140-4f15-95a9-201f3db8b8f2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-15T04:16:12.651Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1aadcd7e-5140-4f15-95a9-201f3db8b8f2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-15T04:16:12.653Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-15T04:16:12.653Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-15T04:16:12.653Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-15T04:16:12.654Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-15T04:16:12.654Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:16:12.654Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:16:12.654Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:16:12.654Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:16:12.654Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:16:12.654Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:16:12.654Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||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-04-15T04:16:12.657Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-15T04:16:42.657Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1aadcd7e-5140-4f15-95a9-201f3db8b8f2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-15T04:16:42.662Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1aadcd7e-5140-4f15-95a9-201f3db8b8f2 and serviceModelVersionId: 855d158f-6129-4eb8-9bdd-e99fd580de94 2022-04-15T04:16:42.663Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 074017ba-1a96-477f-a506-dabfedd024ad 2022-04-15T04:16:42.664Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/074017ba-1a96-477f-a506-dabfedd024ad/model-vers/model-ver/855d158f-6129-4eb8-9bdd-e99fd580de94?depth=0 2022-04-15T04:16:42.669Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-04-15T04:16:42.766Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/074017ba-1a96-477f-a506-dabfedd024ad/model-vers/model-ver/855d158f-6129-4eb8-9bdd-e99fd580de94?depth=0|INFO|500||Invoke 2022-04-15T04:16:42.766Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/074017ba-1a96-477f-a506-dabfedd024ad/model-vers/model-ver/855d158f-6129-4eb8-9bdd-e99fd580de94?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/074017ba-1a96-477f-a506-dabfedd024ad/model-vers/model-ver/855d158f-6129-4eb8-9bdd-e99fd580de94?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1aadcd7e-5140-4f15-95a9-201f3db8b8f2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c1e1170a-e879-41eb-b33b-00c984421a69], X-ECOMP-RequestID=[1aadcd7e-5140-4f15-95a9-201f3db8b8f2], X-TransactionId=[], X-ONAP-RequestID=[1aadcd7e-5140-4f15-95a9-201f3db8b8f2], Content-Type=[application/merge-patch+json]} 2022-04-15T04:16:42.789Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/074017ba-1a96-477f-a506-dabfedd024ad/model-vers/model-ver/855d158f-6129-4eb8-9bdd-e99fd580de94?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-15T04:16:43.103Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/074017ba-1a96-477f-a506-dabfedd024ad/model-vers/model-ver/855d158f-6129-4eb8-9bdd-e99fd580de94?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/074017ba-1a96-477f-a506-dabfedd024ad/model-vers/model-ver/855d158f-6129-4eb8-9bdd-e99fd580de94?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220415-04:16:42:843-30084], vertex-id=[172232], Content-Length=[0], Date=[Fri, 15 Apr 2022 04:16:42 GMT], Content-Type=[application/json]} 2022-04-15T04:16:43.103Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/074017ba-1a96-477f-a506-dabfedd024ad/model-vers/model-ver/855d158f-6129-4eb8-9bdd-e99fd580de94?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-04-15T04:16:43.104Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/074017ba-1a96-477f-a506-dabfedd024ad/model-vers/model-ver/855d158f-6129-4eb8-9bdd-e99fd580de94?depth=0|INFO|500||InvokeReturn 2022-04-15T04:16:43.105Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-15T04:16:43.105Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||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-04-15T04:16:43.110Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-15T04:16:43.110Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1aadcd7e-5140-4f15-95a9-201f3db8b8f2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-15T04:16:43.111Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-15T04:16:43.111Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:16:43.113Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:16:43.113Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1aadcd7e-5140-4f15-95a9-201f3db8b8f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996203111, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-15T04:16:43.213Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-15T04:16:43.214Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:16:43.214Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:16:43.230Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:16:43.231Z||pool-55-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-15T04:17:06.837Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:17:06.838Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:17:06.839Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:17:06.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:17:06.842Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:17:06.842Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:17:06.968Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:17:06.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:17:06.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aadcd7e-5140-4f15-95a9-201f3db8b8f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996166837, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:17:06.969Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:17:16.387Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:18:06.837Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:18:06.838Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:18:06.838Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:18:06.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:18:06.842Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:18:06.842Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:18:06.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:18:06.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:18:06.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aadcd7e-5140-4f15-95a9-201f3db8b8f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996166837, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:18:06.877Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:18:06.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:18:06.877Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aadcd7e-5140-4f15-95a9-201f3db8b8f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996169740, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:18:06.878Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:18:06.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:18:06.878Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aadcd7e-5140-4f15-95a9-201f3db8b8f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996171638, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:18:06.878Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:18:06.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:18:06.878Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aadcd7e-5140-4f15-95a9-201f3db8b8f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996203111, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-15T04:18:06.878Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:18:07.474Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:18:07.475Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-15T04:18:07.475Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"8024c0af-c301-473f-a739-410243a8e7be","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"a46183e7-e5d4-413b-bc82-ddacb921461f","serviceDescription":"service","serviceInvariantUUID":"2958233c-38e8-4b68-b6aa-5ad592eddf2f","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7933c140-9209-43fa-a026-b29dfe9daeb4","resourceInvariantUUID":"02e2a0d7-106b-49f3-a43e-bd4623831ffa","resourceCustomizationUUID":"6927a577-27f5-475c-8fe6-b87e026d5ca7","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":"MjFkZWNhOGRjOWU2MjRiMjc5ZmZiNzM5N2EyOTM1NmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4ade6ace-0aed-436c-9be4-e7764b9d0683","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":"4c9d00dc-25e4-4917-97b9-28db18dc7abf","artifactVersion":"2","generatedFromUUID":"2332a65d-3ea4-4471-b797-097faf6eefe9"},{"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":"2332a65d-3ea4-4471-b797-097faf6eefe9","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":"MmRjZGYyNWM1YjcxNGVmMzVmNzM5NjY1N2IxYzYwYzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ca71f7dc-4b2f-428f-bce4-6f8e95badfeb","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":"953740ee-6b6d-4b72-ad9d-b2868acd0891","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":"770b5883-10bd-4ecb-a401-22328ba8db6f","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":"916f673f-f3a8-4bc8-8672-3df365208554","artifactVersion":"2","generatedFromUUID":"953740ee-6b6d-4b72-ad9d-b2868acd0891"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YjAyYWMwODkwMTZhNDQ3ZjZiM2Y4NTVjNTc4MzBhMWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"640de1c4-ca45-4cb9-89ce-992ccd810fc9","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NjE3NWI4MTA4MzhmMWU4NmMyMDBiOTQzNWQxYjllNzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4f4e0a27-9f52-4132-bb97-e0dc166dd018","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-15T04:18:07.477Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:18:07.478Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:18:07.480Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:18:07.480Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:18:07.580Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:18:07.581Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:18:07.581Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:18:07.600Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:18:07.601Z||pool-56-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:18:08.480Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:18:08.481Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:18:08.483Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:18:08.483Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-04-15T04:18:08.583Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-15T04:18:08.584Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:18:08.584Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:18:08.623Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:18:08.623Z||pool-57-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:18:09.484Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:18:09.484Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:18:09.487Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:18:09.487Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-04-15T04:18:09.594Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2022-04-15T04:18:09.595Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:18:09.596Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:18:09.615Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:18:09.615Z||pool-58-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-04-15T04:18:10.487Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:18:10.488Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:18:10.490Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:18:10.490Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-04-15T04:18:10.590Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:18:10.591Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:18:10.591Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:18:10.601Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:18:10.602Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:18:11.491Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:18:11.492Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:18:11.494Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:18:11.494Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-04-15T04:18:11.595Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:18:11.595Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:18:11.596Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:18:11.607Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:18:11.608Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:18:12.495Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:18:12.501Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:18:12.503Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:18:12.503Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:18:12.604Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:18:12.605Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:18:12.605Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:18:12.616Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:18:12.617Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:18:13.504Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:18:13.505Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:18:13.508Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:18:13.508Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-04-15T04:18:13.608Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:18:13.609Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:18:13.609Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:18:13.624Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:18:13.624Z||pool-62-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:18:14.511Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:18:14.511Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:18:14.514Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:18:14.514Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:18:14.614Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:18:14.615Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:18:14.615Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:18:14.628Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:18:14.628Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:18:15.514Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:18:15.515Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:18:15.518Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:18:15.518Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:18:15.618Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:18:15.619Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:18:15.619Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:18:15.634Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:18:15.635Z||pool-64-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:18:16.519Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "a46183e7-e5d4-413b-bc82-ddacb921461f", "serviceDescription": "service", "serviceInvariantUUID": "2958233c-38e8-4b68-b6aa-5ad592eddf2f", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "6927a577-27f5-475c-8fe6-b87e026d5ca7", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7933c140-9209-43fa-a026-b29dfe9daeb4", "resourceInvariantUUID": "02e2a0d7-106b-49f3-a43e-bd4623831ffa", "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": "4c9d00dc-25e4-4917-97b9-28db18dc7abf", "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": "2332a65d-3ea4-4471-b797-097faf6eefe9", "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": "MmRjZGYyNWM1YjcxNGVmMzVmNzM5NjY1N2IxYzYwYzc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ca71f7dc-4b2f-428f-bce4-6f8e95badfeb", "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": "953740ee-6b6d-4b72-ad9d-b2868acd0891", "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": "916f673f-f3a8-4bc8-8672-3df365208554", "generatedFromUUID": "953740ee-6b6d-4b72-ad9d-b2868acd0891" }, "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": "916f673f-f3a8-4bc8-8672-3df365208554", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NjE3NWI4MTA4MzhmMWU4NmMyMDBiOTQzNWQxYjllNzY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4f4e0a27-9f52-4132-bb97-e0dc166dd018" } ], "workloadContext": "Production" } 2022-04-15T04:18:16.520Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-15T04:18:16.520Z|1aadcd7e-5140-4f15-95a9-201f3db8b8f2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 a46183e7-e5d4-413b-bc82-ddacb921461f ASDC 2022-04-15T04:18:16.521Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:8024c0af-c301-473f-a739-410243a8e7be ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:a46183e7-e5d4-413b-bc82-ddacb921461f ServiceInvariantUUID:2958233c-38e8-4b68-b6aa-5ad592eddf2f 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:4f4e0a27-9f52-4132-bb97-e0dc166dd018 ArtifactChecksum:NjE3NWI4MTA4MzhmMWU4NmMyMDBiOTQzNWQxYjllNzY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:6927a577-27f5-475c-8fe6-b87e026d5ca7 ResourceInvariantUUID:02e2a0d7-106b-49f3-a43e-bd4623831ffa ResourceName:basic_cnf ResourceType:VF ResourceUUID:7933c140-9209-43fa-a026-b29dfe9daeb4 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:4c9d00dc-25e4-4917-97b9-28db18dc7abf 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:2332a65d-3ea4-4471-b797-097faf6eefe9 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:ca71f7dc-4b2f-428f-bce4-6f8e95badfeb ArtifactChecksum:MmRjZGYyNWM1YjcxNGVmMzVmNzM5NjY1N2IxYzYwYzc= 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:953740ee-6b6d-4b72-ad9d-b2868acd0891 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:916f673f-f3a8-4bc8-8672-3df365208554 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:916f673f-f3a8-4bc8-8672-3df365208554 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-15T04:18:16.521Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a46183e7-e5d4-413b-bc82-ddacb921461f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:18:16.550Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-15T04:18:16.551Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-04-15T04:18:16.551Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-04-15T04:18:16.551Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4f4e0a27-9f52-4132-bb97-e0dc166dd018 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-04-15T04:18:16.551Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-04-15T04:18:16.552Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-04-15T04:18:16.795Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-04-15T04:18:16.799Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 4f4e0a27-9f52-4132-bb97-e0dc166dd018 68924 2022-04-15T04:18:16.799Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-04-15T04:18:16.799Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-04-15T04:18:16.799Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-15T04:18:16.800Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:18:16.802Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:18:16.802Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996296799, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:18:16.902Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:18:16.903Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:18:16.903Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:18:16.930Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:18:16.930Z||pool-65-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:18:17.803Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-15T04:18:17.804Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-04-15T04:18:17.804Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 4f4e0a27-9f52-4132-bb97-e0dc166dd018, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-04-15T04:18:17.804Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-04-15T04:18:17.805Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-04-15T04:18:17.805Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-04-15T04:18:17.948Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9422355227794709863/Definitions/service-BasicCnf-template.yml 2022-04-15T04:18:19.124Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-15T04:18:19.125Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-04-15T04:18:19.125Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-04-15T04:18:19.125Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-04-15T04:18:19.125Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-04-15T04:18:19.125Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-04-15T04:18:19.125Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-04-15T04:18:19.126Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-04-15T04:18:19.126Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-04-15T04:18:19.126Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:18:19.126Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:18:19.126Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-15T04:18:19.127Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-04-15T04:18:19.127Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-15T04:18:19.127Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:18:19.127Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:18:19.128Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-15T04:18:19.128Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-04-15T04:18:19.128Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-15T04:18:19.128Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:18:19.128Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:18:19.129Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:18:19.129Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-04-15T04:18:19.129Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-04-15T04:18:19.129Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria 2022-04-15T04:18:19.130Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-15T04:18:19.130Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:18:19.130Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-15T04:18:19.130Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:18:19.130Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-15T04:18:19.131Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:18:19.131Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:18:19.131Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-15T04:18:19.131Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:18:19.132Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:18:19.132Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-15T04:18:19.132Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:18:19.132Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:18:19.132Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-04-15T04:18:19.132Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-04-15T04:18:19.133Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=c83859c1-caed-46d5-a793-3fee2e522375 2022-04-15T04:18:19.133Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:18:19.133Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:18:19.133Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:18:19.134Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:18:19.134Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:18:19.134Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:18:19.134Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:18:19.135Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:18:19.135Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:a46183e7-e5d4-413b-bc82-ddacb921461f Model Version:NULL Model InvariantUuid:2958233c-38e8-4b68-b6aa-5ad592eddf2f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:69b6c830-0cbc-434f-831e-324ce9292547 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:02e2a0d7-106b-49f3-a43e-bd4623831ffa Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:6927a577-27f5-475c-8fe6-b87e026d5ca7 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:80df24bc-e724-4498-810d-ca0369ad3cc0 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:124bcafa-8b82-441e-a1e5-2a1811cacda9 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c83859c1-caed-46d5-a793-3fee2e522375 ModelInvariantUuid:7b8de19f-4744-47b4-99cc-b9219a54ead3 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:2e815ca9-e30e-49a0-b109-a035bb000282 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:670d210f-5d60-4b01-b16e-deae70309118 ModelInvariantUuid:65756c6b-5a5f-46b1-8b6a-f8e7654928b3 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:36911441-c3f6-4cbf-8eb4-02de53fed4de ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-15T04:18:19.141Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 7933c140-9209-43fa-a026-b29dfe9daeb4 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-15T04:18:19.144Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||basic_cnf 0 2022-04-15T04:18:19.144Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7933c140-9209-43fa-a026-b29dfe9daeb4 2022-04-15T04:18:19.145Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4c9d00dc-25e4-4917-97b9-28db18dc7abf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-04-15T04:18:19.145Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-04-15T04:18:19.145Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-04-15T04:18:19.375Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-04-15T04:18:19.376Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 4c9d00dc-25e4-4917-97b9-28db18dc7abf 12 2022-04-15T04:18:19.376Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-04-15T04:18:19.376Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-04-15T04:18:19.377Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-15T04:18:19.377Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:18:19.379Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:18:19.379Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996299376, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-04-15T04:18:19.479Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:18:19.480Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:18:19.480Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:18:19.505Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:18:19.506Z||pool-66-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-04-15T04:18:20.379Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2332a65d-3ea4-4471-b797-097faf6eefe9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-04-15T04:18:20.380Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-04-15T04:18:20.381Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-04-15T04:18:20.776Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-04-15T04:18:20.777Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2332a65d-3ea4-4471-b797-097faf6eefe9 2688 2022-04-15T04:18:20.778Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-04-15T04:18:20.778Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-04-15T04:18:20.778Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-15T04:18:20.779Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:18:20.783Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:18:20.783Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996300778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-04-15T04:18:20.888Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-04-15T04:18:20.889Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:18:20.889Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:18:20.938Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:18:20.939Z||pool-67-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:18:21.784Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ca71f7dc-4b2f-428f-bce4-6f8e95badfeb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-04-15T04:18:21.785Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-04-15T04:18:21.786Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-04-15T04:18:22.319Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-04-15T04:18:22.319Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ca71f7dc-4b2f-428f-bce4-6f8e95badfeb 828 2022-04-15T04:18:22.320Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-04-15T04:18:22.320Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-04-15T04:18:22.320Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-15T04:18:22.320Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:18:22.334Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:18:22.335Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996302320, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-15T04:18:22.422Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms 2022-04-15T04:18:22.423Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:18:22.423Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:18:22.437Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:18:22.437Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:18:23.335Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "80df24bc-e724-4498-810d-ca0369ad3cc0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "124bcafa-8b82-441e-a1e5-2a1811cacda9", "vfModuleModelCustomizationUUID": "86440b0b-9ede-4d7b-8318-4096a62ec2f8", "isBase": true, "artifacts": [ "953740ee-6b6d-4b72-ad9d-b2868acd0891", "2332a65d-3ea4-4471-b797-097faf6eefe9", "916f673f-f3a8-4bc8-8672-3df365208554" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-15T04:18:23.341Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:124bcafa-8b82-441e-a1e5-2a1811cacda9 VfModuleModelInvariantUUID:80df24bc-e724-4498-810d-ca0369ad3cc0 VfModuleModelDescription:NULL Artifacts UUID List:{ 953740ee-6b6d-4b72-ad9d-b2868acd0891 , 2332a65d-3ea4-4471-b797-097faf6eefe9 , 916f673f-f3a8-4bc8-8672-3df365208554 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-15T04:18:23.342Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "80df24bc-e724-4498-810d-ca0369ad3cc0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "124bcafa-8b82-441e-a1e5-2a1811cacda9", "vfModuleModelCustomizationUUID": "86440b0b-9ede-4d7b-8318-4096a62ec2f8", "isBase": true, "artifacts": [ "953740ee-6b6d-4b72-ad9d-b2868acd0891", "2332a65d-3ea4-4471-b797-097faf6eefe9", "916f673f-f3a8-4bc8-8672-3df365208554" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-15T04:18:23.343Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:124bcafa-8b82-441e-a1e5-2a1811cacda9 VfModuleModelInvariantUUID:80df24bc-e724-4498-810d-ca0369ad3cc0 VfModuleModelDescription:NULL Artifacts UUID List:{ 953740ee-6b6d-4b72-ad9d-b2868acd0891 , 2332a65d-3ea4-4471-b797-097faf6eefe9 , 916f673f-f3a8-4bc8-8672-3df365208554 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-15T04:18:23.343Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 953740ee-6b6d-4b72-ad9d-b2868acd0891 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-04-15T04:18:23.343Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-04-15T04:18:23.343Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-04-15T04:18:23.619Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-04-15T04:18:23.619Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 953740ee-6b6d-4b72-ad9d-b2868acd0891 1164 2022-04-15T04:18:23.620Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-04-15T04:18:23.620Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-04-15T04:18:23.620Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-15T04:18:23.621Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:18:23.623Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:18:23.623Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996303620, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-04-15T04:18:23.724Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:18:23.724Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:18:23.725Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:18:23.750Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:18:23.752Z||pool-69-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:18:24.624Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 916f673f-f3a8-4bc8-8672-3df365208554 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-04-15T04:18:24.624Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-04-15T04:18:24.624Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-04-15T04:18:24.824Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-04-15T04:18:24.824Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 916f673f-f3a8-4bc8-8672-3df365208554 200 2022-04-15T04:18:24.824Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-04-15T04:18:24.824Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-04-15T04:18:24.825Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-15T04:18:24.825Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:18:24.827Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:18:24.827Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996304824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-04-15T04:18:24.927Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:18:24.928Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:18:24.928Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:18:24.939Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:18:24.939Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:18:25.827Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: a46183e7-e5d4-413b-bc82-ddacb921461f 2022-04-15T04:18:25.828Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 7933c140-9209-43fa-a026-b29dfe9daeb4 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=? 2022-04-15T04:18:25.840Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-15T04:18:25.848Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@64e17223, org.onap.sdc.toscaparser.api.parameters.Input@3c7287cb, org.onap.sdc.toscaparser.api.parameters.Input@41263a0, org.onap.sdc.toscaparser.api.parameters.Input@62233745, org.onap.sdc.toscaparser.api.parameters.Input@dbc3148] 2022-04-15T04:18:25.849Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:18:25.850Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:18:25.850Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-04-15T04:18:25.850Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 6927a577-27f5-475c-8fe6-b87e026d5ca7 2022-04-15T04:18:25.850Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6927a577-27f5-475c-8fe6-b87e026d5ca7 matches Tosca VF Customization UUID: 6927a577-27f5-475c-8fe6-b87e026d5ca7 2022-04-15T04:18:25.850Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 6927a577-27f5-475c-8fe6-b87e026d5ca7 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-04-15T04:18:25.853Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:18:25.853Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:18:25.853Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 6927a577-27f5-475c-8fe6-b87e026d5ca7: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-04-15T04:18:25.854Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@49a25b81 2022-04-15T04:18:25.854Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:18:25.854Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-15T04:18:25.854Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 86440b0b-9ede-4d7b-8318-4096a62ec2f8 2022-04-15T04:18:25.854Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 86440b0b-9ede-4d7b-8318-4096a62ec2f8 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-04-15T04:18:25.856Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:18:25.857Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-15T04:18:25.857Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:18:25.857Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:18:25.857Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-15T04:18:25.857Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:18:25.858Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:18:25.858Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-04-15T04:18:25.858Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-04-15T04:18:25.858Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=c83859c1-caed-46d5-a793-3fee2e522375 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-15T04:18:25.861Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:18:25.861Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-15T04:18:25.861Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:18:25.861Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:18:25.861Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-15T04:18:25.861Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=6927a577-27f5-475c-8fe6-b87e026d5ca7 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-15T04:18:25.863Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:18:25.863Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:18:25.863Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid a46183e7-e5d4-413b-bc82-ddacb921461f: basic_cnf 2022-04-15T04:18:25.863Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:18:25.863Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:18:25.864Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:18:25.864Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:18:25.864Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:18:25.864Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:18:25.864Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:18:25.864Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:18:25.864Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:18:25.865Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:18:25.865Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:18:25.923Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 7933c140-9209-43fa-a026-b29dfe9daeb4 1 ASDC deployResourceStructure 2022-04-15T04:18:25.925Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-04-15T04:18:25.926Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-04-15T04:18:25.926Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-04-15T04:18:25.927Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:18:25.929Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:18:25.930Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996305925, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-04-15T04:18:26.035Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-04-15T04:18:26.036Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:18:26.036Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:18:26.048Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:18:26.048Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:18:26.931Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-04-15T04:18:26.932Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-04-15T04:18:26.932Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-04-15T04:18:26.932Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:18:26.935Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:18:26.935Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996306931, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-04-15T04:18:27.035Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:18:27.036Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:18:27.036Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:18:27.048Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:18:27.048Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:18:27.936Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-04-15T04:18:27.936Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-04-15T04:18:27.937Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-15T04:18:27.937Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:18:27.939Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:18:27.940Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996307935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-04-15T04:18:28.040Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:18:28.041Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:18:28.041Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:18:28.056Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:18:28.056Z||pool-73-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:18:28.941Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-04-15T04:18:28.941Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-04-15T04:18:28.942Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-15T04:18:28.942Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:18:28.944Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:18:28.944Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996308941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-04-15T04:18:29.045Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-15T04:18:29.046Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:18:29.046Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:18:29.076Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:18:29.077Z||pool-74-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:18:29.952Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-04-15T04:18:29.952Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-04-15T04:18:29.952Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-15T04:18:29.953Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:18:29.955Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:18:29.955Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996309951, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-04-15T04:18:30.056Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-15T04:18:30.056Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:18:30.056Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:18:30.087Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:18:30.088Z||pool-75-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:18:30.961Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-04-15T04:18:30.961Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-04-15T04:18:30.961Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-15T04:18:30.962Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:18:30.964Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:18:30.964Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996310960, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:18:31.064Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:18:31.065Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:18:31.065Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:18:31.077Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:18:31.077Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-04-15T04:18:31.970Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8024c0af-c301-473f-a739-410243a8e7be Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-15T04:18:31.978Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8024c0af-c301-473f-a739-410243a8e7be Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-15T04:18:31.982Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-15T04:18:31.982Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-15T04:18:31.982Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-15T04:19:01.982Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8024c0af-c301-473f-a739-410243a8e7be Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-15T04:19:01.990Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8024c0af-c301-473f-a739-410243a8e7be Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-15T04:19:01.991Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-15T04:19:01.991Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-15T04:19:01.991Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-15T04:19:06.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:19:06.842Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:19:06.842Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:19:06.860Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:19:06.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "multicloud-k8s-id", "timestamp": 1649996234959, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.891Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "clamp", "timestamp": 1649996233126, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.892Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "dcae-sch", "timestamp": 1649996230933, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.892Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "ves-openapi-manager", "timestamp": 1649996231992, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.893Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.893Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "clamp", "timestamp": 1649996233126, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.893Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.893Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "multicloud-k8s-id", "timestamp": 1649996234959, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-04-15T04:19:06.894Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "dcae-sch", "timestamp": 1649996230933, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.894Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "ves-openapi-manager", "timestamp": 1649996231992, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.894Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "clamp", "timestamp": 1649996233126, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "multicloud-k8s-id", "timestamp": 1649996234959, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-04-15T04:19:06.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "dcae-sch", "timestamp": 1649996230933, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "ves-openapi-manager", "timestamp": 1649996231992, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "clamp", "timestamp": 1649996233126, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-04-15T04:19:06.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "multicloud-k8s-id", "timestamp": 1649996234959, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-04-15T04:19:06.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "dcae-sch", "timestamp": 1649996230933, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "ves-openapi-manager", "timestamp": 1649996231992, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "clamp", "timestamp": 1649996233126, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "multicloud-k8s-id", "timestamp": 1649996234959, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-04-15T04:19:06.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "dcae-sch", "timestamp": 1649996230933, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "ves-openapi-manager", "timestamp": 1649996231992, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "cds", "timestamp": 1649996243998, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "clamp", "timestamp": 1649996233126, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "multicloud-k8s-id", "timestamp": 1649996234959, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "dcae-sch", "timestamp": 1649996230933, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "ves-openapi-manager", "timestamp": 1649996231992, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "cds", "timestamp": 1649996243998, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "clamp", "timestamp": 1649996233126, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "multicloud-k8s-id", "timestamp": 1649996234959, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-04-15T04:19:06.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "dcae-sch", "timestamp": 1649996230933, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "ves-openapi-manager", "timestamp": 1649996231992, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "cds", "timestamp": 1649996243998, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "clamp", "timestamp": 1649996233126, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "multicloud-k8s-id", "timestamp": 1649996234959, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "dcae-sch", "timestamp": 1649996230933, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "ves-openapi-manager", "timestamp": 1649996231992, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "cds", "timestamp": 1649996243998, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "clamp", "timestamp": 1649996233126, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:19:06.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "ves-openapi-manager", "timestamp": 1649996231992, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "multicloud-k8s-id", "timestamp": 1649996234959, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:19:06.909Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "dcae-sch", "timestamp": 1649996230933, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.909Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.910Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996246732, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.910Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.910Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "policy-id", "timestamp": 1649996247614, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.910Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.911Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "cds", "timestamp": 1649996243998, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.911Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.911Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.911Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996246732, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.911Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.911Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.911Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "policy-id", "timestamp": 1649996247614, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.912Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.912Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "cds", "timestamp": 1649996243998, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.912Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.912Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "multicloud-k8s-id", "timestamp": 1649996249441, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-15T04:19:06.913Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:19:06.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.913Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996246732, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.913Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.913Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "policy-id", "timestamp": 1649996247614, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.913Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.914Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.914Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "cds", "timestamp": 1649996243998, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.914Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.914Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.914Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "multicloud-k8s-id", "timestamp": 1649996250651, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-04-15T04:19:06.914Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:19:06.914Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996246732, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.915Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "policy-id", "timestamp": 1649996247614, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.915Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "cds", "timestamp": 1649996243998, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.915Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.916Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.916Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "dcae-sch", "timestamp": 1649996250933, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.916Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.916Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.916Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "multicloud-k8s-id", "timestamp": 1649996251854, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-04-15T04:19:06.916Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:19:06.916Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.917Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996246732, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.917Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.917Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.917Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "ves-openapi-manager", "timestamp": 1649996251993, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.917Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.917Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.917Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "policy-id", "timestamp": 1649996247614, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-04-15T04:19:06.918Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.918Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.918Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "cds", "timestamp": 1649996243998, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:19:06.918Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.918Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.918Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "dcae-sch", "timestamp": 1649996250933, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.919Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996246732, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.919Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "multicloud-k8s-id", "timestamp": 1649996253042, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-04-15T04:19:06.919Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:19:06.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "ves-openapi-manager", "timestamp": 1649996251993, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.920Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "policy-id", "timestamp": 1649996247614, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.920Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "dcae-sch", "timestamp": 1649996250933, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.921Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "cds", "timestamp": 1649996253896, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:19:06.921Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:19:06.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996246732, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.921Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "multicloud-k8s-id", "timestamp": 1649996254098, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-15T04:19:06.927Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8024c0af-c301-473f-a739-410243a8e7be 2022-04-15T04:19:06.928Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8024c0af-c301-473f-a739-410243a8e7be and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:19:06.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "ves-openapi-manager", "timestamp": 1649996251993, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "policy-id", "timestamp": 1649996247614, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "dcae-sch", "timestamp": 1649996250933, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.935Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "cds", "timestamp": 1649996254902, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-15T04:19:06.937Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8024c0af-c301-473f-a739-410243a8e7be 2022-04-15T04:19:06.937Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8024c0af-c301-473f-a739-410243a8e7be and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:19:06.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996246732, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.942Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "multicloud-k8s-id", "timestamp": 1649996255103, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-04-15T04:19:06.942Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:19:06.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.943Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "ves-openapi-manager", "timestamp": 1649996251993, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.943Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.943Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "policy-id", "timestamp": 1649996247614, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.943Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "dcae-sch", "timestamp": 1649996250933, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.944Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "cds", "timestamp": 1649996243998, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.944Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996246732, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:19:06.945Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "multicloud-k8s-id", "timestamp": 1649996256109, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.945Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "clamp", "timestamp": 1649996256140, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:19:06.946Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:19:06.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "ves-openapi-manager", "timestamp": 1649996251993, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "policy-id", "timestamp": 1649996247614, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:19:06.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "dcae-sch", "timestamp": 1649996250933, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "cds", "timestamp": 1649996243998, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996256518, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:19:06.948Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:19:06.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "multicloud-k8s-id", "timestamp": 1649996256109, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-04-15T04:19:06.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "ves-openapi-manager", "timestamp": 1649996251993, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.949Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "policy-id", "timestamp": 1649996257494, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:19:06.949Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:19:06.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "dcae-sch", "timestamp": 1649996250933, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.950Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "cds", "timestamp": 1649996243998, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.950Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "multicloud-k8s-id", "timestamp": 1649996256109, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-15T04:19:06.951Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "clamp", "timestamp": 1649996258148, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:19:06.951Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:19:06.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "ves-openapi-manager", "timestamp": 1649996251993, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.951Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "policy-id", "timestamp": 1649996258500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:19:06.952Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:19:06.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "cds", "timestamp": 1649996243998, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.952Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "multicloud-k8s-id", "timestamp": 1649996256109, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.952Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.953Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.953Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "clamp", "timestamp": 1649996259152, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-15T04:19:06.955Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8024c0af-c301-473f-a739-410243a8e7be 2022-04-15T04:19:06.955Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8024c0af-c301-473f-a739-410243a8e7be and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:19:06.960Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996258755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:19:06.961Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:19:06.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "policy-id", "timestamp": 1649996259504, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-15T04:19:06.963Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8024c0af-c301-473f-a739-410243a8e7be 2022-04-15T04:19:06.963Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8024c0af-c301-473f-a739-410243a8e7be and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-04-15T04:19:06.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "cds", "timestamp": 1649996243998, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.967Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "aai-ml", "timestamp": 1649996258829, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.968Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "multicloud-k8s-id", "timestamp": 1649996256109, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-15T04:19:06.968Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996259761, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-15T04:19:06.971Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8024c0af-c301-473f-a739-410243a8e7be 2022-04-15T04:19:06.971Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8024c0af-c301-473f-a739-410243a8e7be and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:19:06.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "cds", "timestamp": 1649996243998, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.976Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "policy-id", "timestamp": 1649996247614, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.977Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "aai-ml", "timestamp": 1649996258829, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.977Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "multicloud-k8s-id", "timestamp": 1649996256109, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.977Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996246732, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.978Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "policy-id", "timestamp": 1649996247614, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.978Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "cds", "timestamp": 1649996243998, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:19:06.979Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.979Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "aai-ml", "timestamp": 1649996258829, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.979Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.979Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "multicloud-k8s-id", "timestamp": 1649996256109, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:19:06.979Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996246732, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "policy-id", "timestamp": 1649996247614, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-15T04:19:06.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "aai-ml", "timestamp": 1649996258829, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.981Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "cds", "timestamp": 1649996263174, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:19:06.981Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:19:06.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "clamp", "timestamp": 1649996263126, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.981Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "multicloud-k8s-id", "timestamp": 1649996263312, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-15T04:19:06.982Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:19:06.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996246732, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "policy-id", "timestamp": 1649996247614, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "aai-ml", "timestamp": 1649996258829, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:06.983Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:06.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:06.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "cds", "timestamp": 1649996264181, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:19:06.990Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f083e034-b818-44fd-aebc-8c063255507c 2022-04-15T04:19:06.990Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f083e034-b818-44fd-aebc-8c063255507c and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:19:07.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "clamp", "timestamp": 1649996263126, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-04-15T04:19:07.000Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996246732, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "policy-id", "timestamp": 1649996247614, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "multicloud-k8s-id", "timestamp": 1649996264611, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-15T04:19:07.002Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:19:07.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "aai-ml", "timestamp": 1649996258829, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "cds", "timestamp": 1649996243998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "clamp", "timestamp": 1649996263126, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996246732, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "policy-id", "timestamp": 1649996247614, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "multicloud-k8s-id", "timestamp": 1649996265809, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-15T04:19:07.004Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:19:07.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "aai-ml", "timestamp": 1649996258829, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "cds", "timestamp": 1649996243998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "clamp", "timestamp": 1649996263126, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996246732, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "policy-id", "timestamp": 1649996247614, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:19:07.006Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "multicloud-k8s-id", "timestamp": 1649996266833, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-15T04:19:07.008Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f083e034-b818-44fd-aebc-8c063255507c 2022-04-15T04:19:07.008Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f083e034-b818-44fd-aebc-8c063255507c and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:19:07.012Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.012Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "aai-ml", "timestamp": 1649996258829, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.012Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.013Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "cds", "timestamp": 1649996243998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.013Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.013Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "clamp", "timestamp": 1649996263126, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.013Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.013Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996246732, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:19:07.013Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.013Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "multicloud-k8s-id", "timestamp": 1649996267837, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-04-15T04:19:07.014Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:19:07.014Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "aai-ml", "timestamp": 1649996258829, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:19:07.014Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.014Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "cds", "timestamp": 1649996243998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.014Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.014Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "policy-id", "timestamp": 1649996268151, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:19:07.014Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:19:07.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.015Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "clamp", "timestamp": 1649996263126, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.015Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.015Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996268100, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:19:07.015Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:19:07.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.015Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "cds", "timestamp": 1649996243998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.015Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.015Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "policy-id", "timestamp": 1649996269156, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:19:07.016Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:19:07.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "clamp", "timestamp": 1649996263126, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:19:07.016Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "aai-ml", "timestamp": 1649996269191, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:19:07.016Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:19:07.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "cds", "timestamp": 1649996243998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.016Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "policy-id", "timestamp": 1649996270160, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-15T04:19:07.019Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f083e034-b818-44fd-aebc-8c063255507c 2022-04-15T04:19:07.019Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f083e034-b818-44fd-aebc-8c063255507c and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-04-15T04:19:07.022Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.022Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996270338, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:19:07.022Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:19:07.022Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.022Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "cds", "timestamp": 1649996243998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.023Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.023Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.023Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "policy-id", "timestamp": 1649996247614, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.023Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.023Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.023Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "dcae-sch", "timestamp": 1649996270933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.023Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.023Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.023Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996271343, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-15T04:19:07.025Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f083e034-b818-44fd-aebc-8c063255507c 2022-04-15T04:19:07.025Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f083e034-b818-44fd-aebc-8c063255507c and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:19:07.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "cds", "timestamp": 1649996243998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:19:07.030Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "ves-openapi-manager", "timestamp": 1649996271992, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.030Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "policy-id", "timestamp": 1649996247614, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.030Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "dcae-sch", "timestamp": 1649996270933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.030Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996246732, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.031Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "ves-openapi-manager", "timestamp": 1649996271992, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.031Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "policy-id", "timestamp": 1649996247614, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.031Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "cds", "timestamp": 1649996273491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:19:07.031Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:19:07.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "dcae-sch", "timestamp": 1649996270933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.032Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "clamp", "timestamp": 1649996273642, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:19:07.032Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:19:07.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996246732, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.032Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "ves-openapi-manager", "timestamp": 1649996271992, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.033Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "cds", "timestamp": 1649996274502, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:19:07.038Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5326dc27-db2b-472a-9317-3b0736706efa 2022-04-15T04:19:07.038Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5326dc27-db2b-472a-9317-3b0736706efa and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:19:07.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "policy-id", "timestamp": 1649996247614, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.043Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "dcae-sch", "timestamp": 1649996270933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.043Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996246732, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.043Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "multicloud-k8s-id", "timestamp": 1649996274959, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.044Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "clamp", "timestamp": 1649996275150, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:19:07.044Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:19:07.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "ves-openapi-manager", "timestamp": 1649996271992, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.044Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "cds", "timestamp": 1649996243998, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.044Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "policy-id", "timestamp": 1649996247614, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "dcae-sch", "timestamp": 1649996270933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996246732, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "multicloud-k8s-id", "timestamp": 1649996274959, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.046Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "clamp", "timestamp": 1649996276158, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-15T04:19:07.048Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f083e034-b818-44fd-aebc-8c063255507c 2022-04-15T04:19:07.048Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f083e034-b818-44fd-aebc-8c063255507c and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:19:07.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "ves-openapi-manager", "timestamp": 1649996271992, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.052Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "policy-id", "timestamp": 1649996247614, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.052Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "cds", "timestamp": 1649996243998, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.052Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "dcae-sch", "timestamp": 1649996270933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.053Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996246732, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.053Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "multicloud-k8s-id", "timestamp": 1649996274959, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.053Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "ves-openapi-manager", "timestamp": 1649996271992, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-04-15T04:19:07.053Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.054Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "policy-id", "timestamp": 1649996247614, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.054Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.054Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "cds", "timestamp": 1649996243998, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.054Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.054Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "dcae-sch", "timestamp": 1649996270933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.054Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.054Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996246732, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.055Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.055Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "multicloud-k8s-id", "timestamp": 1649996274959, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.055Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.055Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "ves-openapi-manager", "timestamp": 1649996271992, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.055Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.055Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "policy-id", "timestamp": 1649996247614, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:19:07.055Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.056Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "cds", "timestamp": 1649996243998, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.056Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.056Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "aai-ml", "timestamp": 1649996278135, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:19:07.056Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:19:07.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.056Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "dcae-sch", "timestamp": 1649996270933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.056Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.056Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996246732, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.056Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "multicloud-k8s-id", "timestamp": 1649996274959, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.057Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "ves-openapi-manager", "timestamp": 1649996271992, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.057Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "cds", "timestamp": 1649996243998, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.057Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "aai-ml", "timestamp": 1649996279139, "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-04-15T04:19:07.068Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8024c0af-c301-473f-a739-410243a8e7be 2022-04-15T04:19:07.068Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8024c0af-c301-473f-a739-410243a8e7be and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:19:07.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "policy-id", "timestamp": 1649996279508, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:19:07.073Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:19:07.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996246732, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:19:07.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "multicloud-k8s-id", "timestamp": 1649996274959, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "cds", "timestamp": 1649996243998, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "aai-ml", "timestamp": 1649996258829, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "ves-openapi-manager", "timestamp": 1649996280349, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-04-15T04:19:07.074Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:19:07.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "policy-id", "timestamp": 1649996280512, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:19:07.075Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:19:07.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "multicloud-k8s-id", "timestamp": 1649996274959, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996280608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:19:07.075Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:19:07.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "cds", "timestamp": 1649996243998, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "aai-ml", "timestamp": 1649996258829, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "policy-id", "timestamp": 1649996281523, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-15T04:19:07.078Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5326dc27-db2b-472a-9317-3b0736706efa 2022-04-15T04:19:07.078Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5326dc27-db2b-472a-9317-3b0736706efa and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:19:07.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "ves-openapi-manager", "timestamp": 1649996281527, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-04-15T04:19:07.082Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:19:07.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "multicloud-k8s-id", "timestamp": 1649996274959, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:19:07.082Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "cds", "timestamp": 1649996243998, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:19:07.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "aai-ml", "timestamp": 1649996258829, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "policy-id", "timestamp": 1649996247614, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "ves-openapi-manager", "timestamp": 1649996282535, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-15T04:19:07.085Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 5326dc27-db2b-472a-9317-3b0736706efa 2022-04-15T04:19:07.085Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5326dc27-db2b-472a-9317-3b0736706efa and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:19:07.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.090Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996282376, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:19:07.090Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:19:07.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.090Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "aai-ml", "timestamp": 1649996258829, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.090Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.090Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "policy-id", "timestamp": 1649996247614, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.090Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.090Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "cds", "timestamp": 1649996284092, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:19:07.090Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:19:07.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.091Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996283379, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-15T04:19:07.093Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5326dc27-db2b-472a-9317-3b0736706efa 2022-04-15T04:19:07.093Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5326dc27-db2b-472a-9317-3b0736706efa and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:19:07.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "aai-ml", "timestamp": 1649996258829, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.098Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "policy-id", "timestamp": 1649996247614, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.098Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "cds", "timestamp": 1649996285100, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:19:07.104Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 468bfbb4-3f97-42b5-9117-7c9bd59ae655 2022-04-15T04:19:07.104Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 468bfbb4-3f97-42b5-9117-7c9bd59ae655 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:19:07.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996246732, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "aai-ml", "timestamp": 1649996258829, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "policy-id", "timestamp": 1649996247614, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-15T04:19:07.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996246732, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "cds", "timestamp": 1649996286112, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "aai-ml", "timestamp": 1649996258829, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:19:07.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "policy-id", "timestamp": 1649996247614, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:07.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:19:07.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996246732, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-15T04:19:07.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:19:31.992Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8024c0af-c301-473f-a739-410243a8e7be Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-15T04:19:32.002Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8024c0af-c301-473f-a739-410243a8e7be Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-15T04:19:32.005Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-15T04:19:32.005Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-15T04:19:32.005Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-15T04:19:32.005Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-15T04:19:32.005Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:19:32.005Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:19:32.005Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:19:32.005Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:19:32.006Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:19:32.006Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:19:32.006Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||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-04-15T04:19:32.008Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-15T04:20:02.009Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8024c0af-c301-473f-a739-410243a8e7be and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-15T04:20:02.015Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8024c0af-c301-473f-a739-410243a8e7be and serviceModelVersionId: a46183e7-e5d4-413b-bc82-ddacb921461f 2022-04-15T04:20:02.016Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2958233c-38e8-4b68-b6aa-5ad592eddf2f 2022-04-15T04:20:02.017Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2958233c-38e8-4b68-b6aa-5ad592eddf2f/model-vers/model-ver/a46183e7-e5d4-413b-bc82-ddacb921461f?depth=0 2022-04-15T04:20:02.022Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-04-15T04:20:02.069Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2958233c-38e8-4b68-b6aa-5ad592eddf2f/model-vers/model-ver/a46183e7-e5d4-413b-bc82-ddacb921461f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-15T04:20:02.070Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2958233c-38e8-4b68-b6aa-5ad592eddf2f/model-vers/model-ver/a46183e7-e5d4-413b-bc82-ddacb921461f?depth=0|INFO|500||Invoke 2022-04-15T04:20:02.093Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2958233c-38e8-4b68-b6aa-5ad592eddf2f/model-vers/model-ver/a46183e7-e5d4-413b-bc82-ddacb921461f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-15T04:20:02.543Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2958233c-38e8-4b68-b6aa-5ad592eddf2f/model-vers/model-ver/a46183e7-e5d4-413b-bc82-ddacb921461f?depth=0|INFO|500||InvokeReturn 2022-04-15T04:20:02.544Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2958233c-38e8-4b68-b6aa-5ad592eddf2f/model-vers/model-ver/a46183e7-e5d4-413b-bc82-ddacb921461f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220415-04:20:02:151-39669], vertex-id=[196832], Content-Length=[0], Date=[Fri, 15 Apr 2022 04:20:02 GMT], Content-Type=[application/json]} 2022-04-15T04:20:02.545Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-04-15T04:20:02.545Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-15T04:20:02.545Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||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-04-15T04:20:02.549Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-15T04:20:02.549Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8024c0af-c301-473f-a739-410243a8e7be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-15T04:20:02.549Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-15T04:20:02.550Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:20:02.552Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:20:02.552Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996402549, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-15T04:20:02.652Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:20:02.653Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:20:02.654Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:20:02.670Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:20:02.671Z||pool-77-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-15T04:20:03.564Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-15T04:20:03.565Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"f083e034-b818-44fd-aebc-8c063255507c","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"d6455962-4388-4dc2-9251-0f472822aee8","serviceDescription":"service","serviceInvariantUUID":"e8a763eb-6ee2-4ca9-b3b8-8b88a821a227","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e6cf2193-81d0-43c6-b8ab-475fcd37b1ab","resourceInvariantUUID":"28c555db-3268-4ae5-9499-0e3041da6cd8","resourceCustomizationUUID":"787624da-6c90-4ec6-900f-2a587b3fcbd6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"N2ZiMjMxOGQ3MDBjMWNlMGQ0M2Q5NTFlODg4N2NiODE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7fe8db39-3b0f-452a-994a-6002bc0a5c46","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"ZjhjMjk3ZTIwMGYyMmVmYzYzMTk4N2NhZDY0NmMyZWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3fe3fdab-bc83-4a9f-8493-dd959fc6cd32","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e859ba8f-3f4d-4128-ab2f-b013fb733721","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f6fb4533-6545-420c-a7be-4b4df049e4e9","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"81295fc9-035f-4fe8-96e2-728790803fb0","artifactVersion":"2","generatedFromUUID":"e859ba8f-3f4d-4128-ab2f-b013fb733721"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"M2U4ZDY5NzJmZTljMzE0ODk3NzkzN2ViNWMyZDYzOGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f7bc26d6-d8cf-4db8-865a-8ac9a3c6bc0b","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"N2VlZjcwNTFmNmU1OTg1NzUzMzc2MWZiNGU4MjliOWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"29852815-8c41-44a5-80f4-689fdb6fb14a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-15T04:20:03.565Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:20:03.565Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:20:03.567Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:20:03.567Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:03.668Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:20:03.669Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:20:03.669Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:20:03.684Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:20:03.684Z||pool-78-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:20:04.568Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:20:04.569Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:20:04.571Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:20:04.571Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-04-15T04:20:04.671Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:20:04.672Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:20:04.672Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:20:04.683Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:20:04.683Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:20:05.571Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:20:05.572Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:20:05.574Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:20:05.574Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-15T04:20:05.675Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-15T04:20:05.676Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:20:05.676Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:20:05.692Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:20:05.692Z||pool-80-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:20:06.575Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:20:06.576Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:20:06.578Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:20:06.578Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.678Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:20:06.679Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:20:06.679Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:20:06.691Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:20:06.691Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:20:06.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:20:06.842Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:20:06.843Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:20:06.864Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:20:06.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "cds", "timestamp": 1649996286112, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "policy-id", "timestamp": 1649996247614, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "aai-ml", "timestamp": 1649996287430, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:20:06.901Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:06.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996246732, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "cds", "timestamp": 1649996286112, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "policy-id", "timestamp": 1649996247614, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-04-15T04:20:06.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996246732, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "cds", "timestamp": 1649996286112, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "policy-id", "timestamp": 1649996247614, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:20:06.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-04-15T04:20:06.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996246732, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "cds", "timestamp": 1649996286112, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "policy-id", "timestamp": 1649996290619, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:20:06.904Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:06.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-04-15T04:20:06.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996246732, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "cds", "timestamp": 1649996286112, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "dcae-sch", "timestamp": 1649996290933, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2022-04-15T04:20:06.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "policy-id", "timestamp": 1649996291624, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:20:06.905Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:06.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-04-15T04:20:06.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996246732, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:20:06.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "ves-openapi-manager", "timestamp": 1649996291993, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "cds", "timestamp": 1649996286112, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "dcae-sch", "timestamp": 1649996290933, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "policy-id", "timestamp": 1649996292627, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-15T04:20:06.914Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 468bfbb4-3f97-42b5-9117-7c9bd59ae655 2022-04-15T04:20:06.914Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 468bfbb4-3f97-42b5-9117-7c9bd59ae655 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:20:06.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.924Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.924Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.925Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996292574, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:20:06.925Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:06.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.925Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "clamp", "timestamp": 1649996293126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.925Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.925Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "ves-openapi-manager", "timestamp": 1649996291993, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.925Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.926Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "cds", "timestamp": 1649996286112, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:20:06.926Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.926Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "dcae-sch", "timestamp": 1649996290933, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.926Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.926Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-04-15T04:20:06.926Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "clamp", "timestamp": 1649996293126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.927Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "ves-openapi-manager", "timestamp": 1649996291993, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.927Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "policy-id", "timestamp": 1649996293630, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.927Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "dcae-sch", "timestamp": 1649996290933, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.928Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.928Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "multicloud-k8s-id", "timestamp": 1649996294959, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.928Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "cds", "timestamp": 1649996295456, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:20:06.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:06.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "clamp", "timestamp": 1649996293126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.929Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "ves-openapi-manager", "timestamp": 1649996291993, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.929Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996294818, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:20:06.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:06.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "policy-id", "timestamp": 1649996293630, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.930Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "dcae-sch", "timestamp": 1649996290933, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.930Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:20:06.930Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "multicloud-k8s-id", "timestamp": 1649996294959, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.930Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "clamp", "timestamp": 1649996293126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.931Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "ves-openapi-manager", "timestamp": 1649996291993, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.931Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996295822, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-15T04:20:06.937Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 468bfbb4-3f97-42b5-9117-7c9bd59ae655 2022-04-15T04:20:06.937Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 468bfbb4-3f97-42b5-9117-7c9bd59ae655 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:20:06.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "policy-id", "timestamp": 1649996293630, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-15T04:20:06.945Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "dcae-sch", "timestamp": 1649996290933, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.945Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "multicloud-k8s-id", "timestamp": 1649996294959, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-04-15T04:20:06.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996296799, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:20:06.946Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:06.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "aai-ml", "timestamp": 1649996296584, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:20:06.946Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:06.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "clamp", "timestamp": 1649996293126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "ves-openapi-manager", "timestamp": 1649996291993, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "policy-id", "timestamp": 1649996293630, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "cds", "timestamp": 1649996297732, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:20:06.961Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 946fe4fd-b92a-47b3-a89c-73ec284afca9 2022-04-15T04:20:06.961Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 946fe4fd-b92a-47b3-a89c-73ec284afca9 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:20:06.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "dcae-sch", "timestamp": 1649996290933, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.969Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "multicloud-k8s-id", "timestamp": 1649996294959, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-15T04:20:06.969Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "aai-ml", "timestamp": 1649996297589, "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-04-15T04:20:06.974Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f083e034-b818-44fd-aebc-8c063255507c 2022-04-15T04:20:06.975Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f083e034-b818-44fd-aebc-8c063255507c and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:20:06.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996296825, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "clamp", "timestamp": 1649996293126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.983Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "ves-openapi-manager", "timestamp": 1649996291993, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.983Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "policy-id", "timestamp": 1649996293630, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.983Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "dcae-sch", "timestamp": 1649996290933, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.983Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "multicloud-k8s-id", "timestamp": 1649996294959, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.984Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "aai-ml", "timestamp": 1649996258829, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.984Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996296825, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.984Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "clamp", "timestamp": 1649996293126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.984Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "ves-openapi-manager", "timestamp": 1649996291993, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.985Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "policy-id", "timestamp": 1649996293630, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.985Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996299376, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-04-15T04:20:06.985Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:06.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "multicloud-k8s-id", "timestamp": 1649996294959, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-15T04:20:06.986Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "aai-ml", "timestamp": 1649996258829, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.986Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996296825, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.986Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "clamp", "timestamp": 1649996293126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:20:06.986Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "policy-id", "timestamp": 1649996293630, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "cds", "timestamp": 1649996298736, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "multicloud-k8s-id", "timestamp": 1649996294959, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "aai-ml", "timestamp": 1649996258829, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996300778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-04-15T04:20:06.988Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:06.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996296825, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "policy-id", "timestamp": 1649996293630, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:20:06.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "dcae-sch", "timestamp": 1649996301228, "artifactURL": "/sdc/v1/catalog/services/afd9bbe4-c0f3-4631-9ffa-3bbbea14e699/resourceInstances/basicclamp0/artifacts/fc8d4a01-fb3b-4fbe-9465-3d1acab36be1", "status": "DOWNLOAD_OK" } 2022-04-15T04:20:06.988Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:06.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "cds", "timestamp": 1649996298736, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.989Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "multicloud-k8s-id", "timestamp": 1649996294959, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:20:06.989Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "aai-ml", "timestamp": 1649996258829, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.989Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996296825, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.989Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996302320, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-15T04:20:06.990Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:06.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "policy-id", "timestamp": 1649996302907, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:20:06.990Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:06.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "cds", "timestamp": 1649996298736, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.990Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996296825, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.990Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "aai-ml", "timestamp": 1649996258829, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.991Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "dcae-sch", "timestamp": 1649996302566, "artifactURL": "/sdc/v1/catalog/services/afd9bbe4-c0f3-4631-9ffa-3bbbea14e699/resourceInstances/basicclamp0/artifacts/fc8d4a01-fb3b-4fbe-9465-3d1acab36be1", "status": "DEPLOY_OK" } 2022-04-15T04:20:06.991Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:06.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "multicloud-k8s-id", "timestamp": 1649996303446, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-15T04:20:06.991Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:06.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996303620, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-04-15T04:20:06.991Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:06.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "policy-id", "timestamp": 1649996303911, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:20:06.992Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:06.992Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "cds", "timestamp": 1649996298736, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.992Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.992Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "aai-ml", "timestamp": 1649996258829, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.992Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.992Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996296825, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:06.992Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:06.993Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:06.993Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "dcae-sch", "timestamp": 1649996303570, "artifactURL": "/sdc/v1/catalog/services/afd9bbe4-c0f3-4631-9ffa-3bbbea14e699/resourceInstances/basicclamp0/artifacts/fc8d4a01-fb3b-4fbe-9465-3d1acab36be1", "status": "COMPONENT_DONE_OK", "componentName": "service-change-handler" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-15T04:20:06.998Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 468bfbb4-3f97-42b5-9117-7c9bd59ae655 2022-04-15T04:20:06.998Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 468bfbb4-3f97-42b5-9117-7c9bd59ae655 and ComponentName service-change-handler Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:20:07.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "multicloud-k8s-id", "timestamp": 1649996304641, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-04-15T04:20:07.006Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:07.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "policy-id", "timestamp": 1649996304913, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-15T04:20:07.010Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 946fe4fd-b92a-47b3-a89c-73ec284afca9 2022-04-15T04:20:07.010Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 946fe4fd-b92a-47b3-a89c-73ec284afca9 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:20:07.017Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.017Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "cds", "timestamp": 1649996298736, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.017Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.017Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.017Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "aai-ml", "timestamp": 1649996258829, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.017Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.017Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.017Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996296825, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:20:07.018Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.018Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.018Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996304824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-04-15T04:20:07.018Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:07.018Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.018Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "multicloud-k8s-id", "timestamp": 1649996305966, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-04-15T04:20:07.018Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:07.018Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.018Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "cds", "timestamp": 1649996298736, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.018Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.018Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.019Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "aai-ml", "timestamp": 1649996258829, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:20:07.019Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.019Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.019Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996305925, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-04-15T04:20:07.019Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:07.019Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.019Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996305806, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:20:07.019Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:07.019Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.019Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "policy-id", "timestamp": 1649996305918, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.020Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.020Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.020Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "multicloud-k8s-id", "timestamp": 1649996306993, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-15T04:20:07.024Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 468bfbb4-3f97-42b5-9117-7c9bd59ae655 2022-04-15T04:20:07.024Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 468bfbb4-3f97-42b5-9117-7c9bd59ae655 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-04-15T04:20:07.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "cds", "timestamp": 1649996298736, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.032Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996306931, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-04-15T04:20:07.032Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:07.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "aai-ml", "timestamp": 1649996306842, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:20:07.032Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:07.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "policy-id", "timestamp": 1649996305918, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.033Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "multicloud-k8s-id", "timestamp": 1649996307996, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-04-15T04:20:07.033Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:07.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "cds", "timestamp": 1649996298736, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.033Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996307935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-04-15T04:20:07.033Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:07.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "policy-id", "timestamp": 1649996305918, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.034Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996308137, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:20:07.034Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:07.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "cds", "timestamp": 1649996298736, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:20:07.034Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996308941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-04-15T04:20:07.035Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:07.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "policy-id", "timestamp": 1649996305918, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.035Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996309142, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-15T04:20:07.039Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 946fe4fd-b92a-47b3-a89c-73ec284afca9 2022-04-15T04:20:07.040Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 946fe4fd-b92a-47b3-a89c-73ec284afca9 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:20:07.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996309951, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-04-15T04:20:07.048Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:07.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "cds", "timestamp": 1649996310699, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:20:07.048Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:07.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "policy-id", "timestamp": 1649996305918, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.048Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996310960, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:20:07.048Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:07.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996310145, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "dcae-sch", "timestamp": 1649996310934, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "policy-id", "timestamp": 1649996305918, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "cds", "timestamp": 1649996311920, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:20:07.061Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 197868c2-5aed-4144-a180-cd746363f25a 2022-04-15T04:20:07.061Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 197868c2-5aed-4144-a180-cd746363f25a and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:20:07.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "clamp", "timestamp": 1649996312149, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:20:07.069Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:07.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "ves-openapi-manager", "timestamp": 1649996311992, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996310145, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "aai-ml", "timestamp": 1649996312025, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:20:07.070Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:07.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "dcae-sch", "timestamp": 1649996310934, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "policy-id", "timestamp": 1649996305918, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "clamp", "timestamp": 1649996313167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:20:07.071Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:07.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "ves-openapi-manager", "timestamp": 1649996311992, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996310145, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.072Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "aai-ml", "timestamp": 1649996313029, "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-04-15T04:20:07.077Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5326dc27-db2b-472a-9317-3b0736706efa 2022-04-15T04:20:07.077Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5326dc27-db2b-472a-9317-3b0736706efa and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:20:07.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "dcae-sch", "timestamp": 1649996310934, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.085Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "policy-id", "timestamp": 1649996305918, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.086Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.086Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "clamp", "timestamp": 1649996314170, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-15T04:20:07.091Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5326dc27-db2b-472a-9317-3b0736706efa 2022-04-15T04:20:07.091Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5326dc27-db2b-472a-9317-3b0736706efa and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:20:07.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "ves-openapi-manager", "timestamp": 1649996311992, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996310145, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.102Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "aai-ml", "timestamp": 1649996258829, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "dcae-sch", "timestamp": 1649996310934, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "policy-id", "timestamp": 1649996305918, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:20:07.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "multicloud-k8s-id", "timestamp": 1649996314959, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.105Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "ves-openapi-manager", "timestamp": 1649996311992, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.105Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996310145, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.106Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "aai-ml", "timestamp": 1649996258829, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "dcae-sch", "timestamp": 1649996310934, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "policy-id", "timestamp": 1649996315898, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:20:07.108Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:07.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "multicloud-k8s-id", "timestamp": 1649996314959, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-04-15T04:20:07.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "ves-openapi-manager", "timestamp": 1649996311992, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996310145, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "aai-ml", "timestamp": 1649996258829, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.111Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.112Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "dcae-sch", "timestamp": 1649996310934, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.112Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "policy-id", "timestamp": 1649996316902, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:20:07.113Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:07.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "multicloud-k8s-id", "timestamp": 1649996314959, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-15T04:20:07.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "ves-openapi-manager", "timestamp": 1649996311992, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996310145, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "aai-ml", "timestamp": 1649996258829, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "dcae-sch", "timestamp": 1649996310934, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "policy-id", "timestamp": 1649996317906, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-15T04:20:07.123Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 197868c2-5aed-4144-a180-cd746363f25a 2022-04-15T04:20:07.123Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 197868c2-5aed-4144-a180-cd746363f25a and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:20:07.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.132Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "multicloud-k8s-id", "timestamp": 1649996314959, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.132Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.132Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "ves-openapi-manager", "timestamp": 1649996311992, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.133Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996310145, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.133Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "aai-ml", "timestamp": 1649996258829, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.134Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "dcae-sch", "timestamp": 1649996310934, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.134Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "multicloud-k8s-id", "timestamp": 1649996314959, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-15T04:20:07.134Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "ves-openapi-manager", "timestamp": 1649996311992, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.135Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996310145, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:20:07.135Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "aai-ml", "timestamp": 1649996258829, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.136Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "multicloud-k8s-id", "timestamp": 1649996314959, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.137Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "aai-ml", "timestamp": 1649996258829, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.137Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996319932, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:20:07.138Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:07.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "multicloud-k8s-id", "timestamp": 1649996314959, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.138Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "aai-ml", "timestamp": 1649996258829, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:20:07.138Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "multicloud-k8s-id", "timestamp": 1649996314959, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:20:07.138Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996321726, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:20:07.139Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:07.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "aai-ml", "timestamp": 1649996322189, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:20:07.139Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:07.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "multicloud-k8s-id", "timestamp": 1649996323125, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-15T04:20:07.139Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:07.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "clamp", "timestamp": 1649996323126, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649996322730, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-15T04:20:07.145Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 197868c2-5aed-4144-a180-cd746363f25a 2022-04-15T04:20:07.145Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 197868c2-5aed-4144-a180-cd746363f25a and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:20:07.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "clamp", "timestamp": 1649996323126, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.153Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "multicloud-k8s-id", "timestamp": 1649996324315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-15T04:20:07.154Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:07.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "clamp", "timestamp": 1649996323126, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-04-15T04:20:07.154Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "multicloud-k8s-id", "timestamp": 1649996325518, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-15T04:20:07.154Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:07.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "clamp", "timestamp": 1649996323126, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.154Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "multicloud-k8s-id", "timestamp": 1649996326543, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-15T04:20:07.159Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 946fe4fd-b92a-47b3-a89c-73ec284afca9 2022-04-15T04:20:07.160Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 946fe4fd-b92a-47b3-a89c-73ec284afca9 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-04-15T04:20:07.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "clamp", "timestamp": 1649996323126, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.166Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "multicloud-k8s-id", "timestamp": 1649996327545, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-04-15T04:20:07.167Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:07.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "clamp", "timestamp": 1649996323126, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.167Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "clamp", "timestamp": 1649996323126, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.167Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.168Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "clamp", "timestamp": 1649996323126, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:20:07.168Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.168Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "dcae-sch", "timestamp": 1649996330933, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.168Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.168Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "ves-openapi-manager", "timestamp": 1649996331992, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.168Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.169Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "dcae-sch", "timestamp": 1649996330933, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.169Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.169Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "ves-openapi-manager", "timestamp": 1649996331992, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.169Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.169Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "aai-ml", "timestamp": 1649996333619, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:20:07.169Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:07.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.169Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "dcae-sch", "timestamp": 1649996330933, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.170Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "ves-openapi-manager", "timestamp": 1649996331992, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.170Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "aai-ml", "timestamp": 1649996334622, "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-04-15T04:20:07.175Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 468bfbb4-3f97-42b5-9117-7c9bd59ae655 2022-04-15T04:20:07.175Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 468bfbb4-3f97-42b5-9117-7c9bd59ae655 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:20:07.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "dcae-sch", "timestamp": 1649996330933, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "multicloud-k8s-id", "timestamp": 1649996334959, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "ves-openapi-manager", "timestamp": 1649996331992, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "dcae-sch", "timestamp": 1649996330933, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.184Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "clamp", "timestamp": 1649996336155, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:20:07.184Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:07.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "multicloud-k8s-id", "timestamp": 1649996334959, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.185Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "aai-ml", "timestamp": 1649996335626, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.185Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "ves-openapi-manager", "timestamp": 1649996331992, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.186Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "dcae-sch", "timestamp": 1649996330933, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.187Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "clamp", "timestamp": 1649996337159, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-15T04:20:07.187Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:07.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "multicloud-k8s-id", "timestamp": 1649996334959, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "aai-ml", "timestamp": 1649996335626, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "ves-openapi-manager", "timestamp": 1649996331992, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.189Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "dcae-sch", "timestamp": 1649996330933, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.189Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "multicloud-k8s-id", "timestamp": 1649996334959, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.189Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "aai-ml", "timestamp": 1649996335626, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.190Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "ves-openapi-manager", "timestamp": 1649996331992, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-04-15T04:20:07.190Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "dcae-sch", "timestamp": 1649996330933, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.190Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "multicloud-k8s-id", "timestamp": 1649996334959, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.191Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "aai-ml", "timestamp": 1649996335626, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.191Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "ves-openapi-manager", "timestamp": 1649996331992, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.191Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "dcae-sch", "timestamp": 1649996330933, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.192Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "multicloud-k8s-id", "timestamp": 1649996334959, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.192Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "aai-ml", "timestamp": 1649996335626, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.192Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "ves-openapi-manager", "timestamp": 1649996331992, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.192Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "clamp", "timestamp": 1649996341241, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:20:07.193Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:07.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "multicloud-k8s-id", "timestamp": 1649996334959, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.193Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "aai-ml", "timestamp": 1649996335626, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.193Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "ves-openapi-manager", "timestamp": 1649996341729, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-04-15T04:20:07.194Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:07.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "clamp", "timestamp": 1649996342253, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-04-15T04:20:07.194Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:07.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "multicloud-k8s-id", "timestamp": 1649996334959, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "aai-ml", "timestamp": 1649996335626, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:07.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "ves-openapi-manager", "timestamp": 1649996342766, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-04-15T04:20:07.195Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:07.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "clamp", "timestamp": 1649996343261, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-15T04:20:07.200Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 468bfbb4-3f97-42b5-9117-7c9bd59ae655 2022-04-15T04:20:07.201Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 468bfbb4-3f97-42b5-9117-7c9bd59ae655 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:20:07.209Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.209Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "multicloud-k8s-id", "timestamp": 1649996334959, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:20:07.209Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.209Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.209Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "aai-ml", "timestamp": 1649996335626, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:20:07.209Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:20:07.210Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.210Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "ves-openapi-manager", "timestamp": 1649996343772, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-15T04:20:07.214Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 197868c2-5aed-4144-a180-cd746363f25a 2022-04-15T04:20:07.214Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 197868c2-5aed-4144-a180-cd746363f25a and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:20:07.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:20:07.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "aai-ml", "timestamp": 1649996344481, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:20:07.221Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:20:07.578Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:20:07.579Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:20:07.581Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:20:07.581Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-15T04:20:07.681Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:20:07.682Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:20:07.682Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:20:07.695Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:20:07.695Z||pool-82-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:20:08.583Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:20:08.584Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:20:08.586Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:20:08.586Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:08.686Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:20:08.687Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:20:08.687Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:20:08.699Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:20:08.700Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:20:09.587Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:20:09.587Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:20:09.589Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:20:09.589Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:20:09.690Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-15T04:20:09.691Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:20:09.691Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:20:09.704Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:20:09.704Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:20:10.591Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "d6455962-4388-4dc2-9251-0f472822aee8", "serviceDescription": "service", "serviceInvariantUUID": "e8a763eb-6ee2-4ca9-b3b8-8b88a821a227", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "787624da-6c90-4ec6-900f-2a587b3fcbd6", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e6cf2193-81d0-43c6-b8ab-475fcd37b1ab", "resourceInvariantUUID": "28c555db-3268-4ae5-9499-0e3041da6cd8", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "artifactChecksum": "ZjhjMjk3ZTIwMGYyMmVmYzYzMTk4N2NhZDY0NmMyZWM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3fe3fdab-bc83-4a9f-8493-dd959fc6cd32", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "e859ba8f-3f4d-4128-ab2f-b013fb733721", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "81295fc9-035f-4fe8-96e2-728790803fb0", "generatedFromUUID": "e859ba8f-3f4d-4128-ab2f-b013fb733721" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "81295fc9-035f-4fe8-96e2-728790803fb0", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "N2VlZjcwNTFmNmU1OTg1NzUzMzc2MWZiNGU4MjliOWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "29852815-8c41-44a5-80f4-689fdb6fb14a" } ], "workloadContext": "Production" } 2022-04-15T04:20:10.591Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-15T04:20:10.591Z|8024c0af-c301-473f-a739-410243a8e7be|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d6455962-4388-4dc2-9251-0f472822aee8 ASDC 2022-04-15T04:20:10.592Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:f083e034-b818-44fd-aebc-8c063255507c ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:d6455962-4388-4dc2-9251-0f472822aee8 ServiceInvariantUUID:e8a763eb-6ee2-4ca9-b3b8-8b88a821a227 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVm-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ArtifactUUID:29852815-8c41-44a5-80f4-689fdb6fb14a ArtifactChecksum:N2VlZjcwNTFmNmU1OTg1NzUzMzc2MWZiNGU4MjliOWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:787624da-6c90-4ec6-900f-2a587b3fcbd6 ResourceInvariantUUID:28c555db-3268-4ae5-9499-0e3041da6cd8 ResourceName:basic_vm ResourceType:VF ResourceUUID:e6cf2193-81d0-43c6-b8ab-475fcd37b1ab ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ArtifactUUID:3fe3fdab-bc83-4a9f-8493-dd959fc6cd32 ArtifactChecksum:ZjhjMjk3ZTIwMGYyMmVmYzYzMTk4N2NhZDY0NmMyZWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ArtifactUUID:e859ba8f-3f4d-4128-ab2f-b013fb733721 ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:81295fc9-035f-4fe8-96e2-728790803fb0 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:81295fc9-035f-4fe8-96e2-728790803fb0 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-15T04:20:10.592Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d6455962-4388-4dc2-9251-0f472822aee8 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-15T04:20:10.631Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-15T04:20:10.632Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-04-15T04:20:10.632Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-04-15T04:20:10.632Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 29852815-8c41-44a5-80f4-689fdb6fb14a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-04-15T04:20:10.632Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-04-15T04:20:10.632Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-04-15T04:20:10.702Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-04-15T04:20:10.705Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 29852815-8c41-44a5-80f4-689fdb6fb14a 71027 2022-04-15T04:20:10.706Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-04-15T04:20:10.706Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-04-15T04:20:10.706Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-15T04:20:10.706Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:20:10.708Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:20:10.708Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996410705, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:20:10.809Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-15T04:20:10.810Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:20:10.810Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:20:10.821Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:20:10.822Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:20:11.708Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-15T04:20:11.710Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-04-15T04:20:11.711Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 29852815-8c41-44a5-80f4-689fdb6fb14a, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-04-15T04:20:11.711Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-04-15T04:20:11.712Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-04-15T04:20:11.712Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-04-15T04:20:11.836Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15235950739063645074/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-04-15T04:20:13.004Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-15T04:20:13.005Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-04-15T04:20:13.005Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-15T04:20:13.005Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-04-15T04:20:13.005Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-15T04:20:13.005Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-15T04:20:13.005Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-15T04:20:13.006Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-15T04:20:13.006Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-15T04:20:13.006Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-15T04:20:13.006Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-15T04:20:13.006Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-15T04:20:13.006Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-15T04:20:13.006Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-04-15T04:20:13.006Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:20:13.006Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:20:13.007Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-15T04:20:13.007Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-04-15T04:20:13.007Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-15T04:20:13.007Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:20:13.007Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:20:13.007Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-15T04:20:13.008Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-04-15T04:20:13.008Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-15T04:20:13.008Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:20:13.008Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:20:13.008Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:20:13.008Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-04-15T04:20:13.008Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-04-15T04:20:13.008Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-04-15T04:20:13.009Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-04-15T04:20:13.009Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-15T04:20:13.009Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-15T04:20:13.009Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:20:13.009Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-15T04:20:13.009Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:20:13.009Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-15T04:20:13.009Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:20:13.010Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:20:13.010Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-15T04:20:13.010Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:20:13.010Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:20:13.010Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-15T04:20:13.010Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:20:13.010Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:20:13.011Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-04-15T04:20:13.011Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-04-15T04:20:13.011Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-15T04:20:13.011Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=189ef4a1-cbf1-492c-a5f9-830210ea148e 2022-04-15T04:20:13.011Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:20:13.011Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:20:13.011Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:20:13.011Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:20:13.012Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:20:13.012Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:20:13.012Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:20:13.012Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:20:13.012Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:d6455962-4388-4dc2-9251-0f472822aee8 Model Version:NULL Model InvariantUuid:e8a763eb-6ee2-4ca9-b3b8-8b88a821a227 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:bddba79b-3451-41c5-a1d3-20f515d213d8 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:28c555db-3268-4ae5-9499-0e3041da6cd8 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:787624da-6c90-4ec6-900f-2a587b3fcbd6 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c9929b28-988d-44a6-941f-50502d2ed4a0 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:f99cb37f-21d0-45e1-ad4a-56000b9c8af8 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:189ef4a1-cbf1-492c-a5f9-830210ea148e ModelInvariantUuid:90ab58c6-11b3-4389-a9b1-dcffc57ad073 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:be4fffeb-7196-48cd-918a-030edf75b48d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:410604ab-d1f5-4e45-9e9b-326355db31cb ModelInvariantUuid:4a92e6f5-2d68-4b2c-ba52-ecf163fcaacb ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:9df2bd93-9824-4733-b543-44469c24266b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-15T04:20:13.019Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: e6cf2193-81d0-43c6-b8ab-475fcd37b1ab Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-15T04:20:13.023Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||basic_vm 0 2022-04-15T04:20:13.023Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e6cf2193-81d0-43c6-b8ab-475fcd37b1ab 2022-04-15T04:20:13.023Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3fe3fdab-bc83-4a9f-8493-dd959fc6cd32 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-04-15T04:20:13.023Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-04-15T04:20:13.023Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-04-15T04:20:13.181Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-04-15T04:20:13.182Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 3fe3fdab-bc83-4a9f-8493-dd959fc6cd32 787 2022-04-15T04:20:13.182Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-04-15T04:20:13.183Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-04-15T04:20:13.183Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-15T04:20:13.184Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:20:13.186Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:20:13.186Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996413182, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-15T04:20:13.286Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-15T04:20:13.287Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:20:13.287Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:20:13.302Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:20:13.303Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:20:14.188Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "c9929b28-988d-44a6-941f-50502d2ed4a0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f99cb37f-21d0-45e1-ad4a-56000b9c8af8", "vfModuleModelCustomizationUUID": "fa427831-d11d-459a-a99e-22e02864d24a", "isBase": true, "artifacts": [ "e859ba8f-3f4d-4128-ab2f-b013fb733721", "81295fc9-035f-4fe8-96e2-728790803fb0" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-15T04:20:14.192Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f99cb37f-21d0-45e1-ad4a-56000b9c8af8 VfModuleModelInvariantUUID:c9929b28-988d-44a6-941f-50502d2ed4a0 VfModuleModelDescription:NULL Artifacts UUID List:{ e859ba8f-3f4d-4128-ab2f-b013fb733721 , 81295fc9-035f-4fe8-96e2-728790803fb0 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-15T04:20:14.194Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "c9929b28-988d-44a6-941f-50502d2ed4a0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f99cb37f-21d0-45e1-ad4a-56000b9c8af8", "vfModuleModelCustomizationUUID": "fa427831-d11d-459a-a99e-22e02864d24a", "isBase": true, "artifacts": [ "e859ba8f-3f4d-4128-ab2f-b013fb733721", "81295fc9-035f-4fe8-96e2-728790803fb0" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-15T04:20:14.194Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f99cb37f-21d0-45e1-ad4a-56000b9c8af8 VfModuleModelInvariantUUID:c9929b28-988d-44a6-941f-50502d2ed4a0 VfModuleModelDescription:NULL Artifacts UUID List:{ e859ba8f-3f4d-4128-ab2f-b013fb733721 , 81295fc9-035f-4fe8-96e2-728790803fb0 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-15T04:20:14.195Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e859ba8f-3f4d-4128-ab2f-b013fb733721 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-04-15T04:20:14.195Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-04-15T04:20:14.195Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-04-15T04:20:14.583Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-04-15T04:20:14.584Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml e859ba8f-3f4d-4128-ab2f-b013fb733721 5033 2022-04-15T04:20:14.584Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-04-15T04:20:14.584Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-04-15T04:20:14.584Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-15T04:20:14.584Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:20:14.586Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:20:14.586Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996414584, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-15T04:20:14.687Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-15T04:20:14.688Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:20:14.688Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:20:14.700Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:20:14.700Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-04-15T04:20:15.587Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 81295fc9-035f-4fe8-96e2-728790803fb0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-04-15T04:20:15.587Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-04-15T04:20:15.588Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-04-15T04:20:15.781Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-04-15T04:20:15.782Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 81295fc9-035f-4fe8-96e2-728790803fb0 903 2022-04-15T04:20:15.782Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-04-15T04:20:15.782Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-04-15T04:20:15.782Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-15T04:20:15.783Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:20:15.786Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:20:15.787Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996415782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-15T04:20:15.885Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-15T04:20:15.886Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:20:15.886Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:20:15.899Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:20:15.900Z||pool-88-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:20:16.788Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: d6455962-4388-4dc2-9251-0f472822aee8 2022-04-15T04:20:16.788Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 e6cf2193-81d0-43c6-b8ab-475fcd37b1ab ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-15T04:20:16.800Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1176daf1, org.onap.sdc.toscaparser.api.parameters.Input@630f9e5a, org.onap.sdc.toscaparser.api.parameters.Input@16fe6fe4, org.onap.sdc.toscaparser.api.parameters.Input@17bdc1e7, org.onap.sdc.toscaparser.api.parameters.Input@303b30b3] 2022-04-15T04:20:16.802Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:20:16.802Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:20:16.811Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-04-15T04:20:16.811Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 787624da-6c90-4ec6-900f-2a587b3fcbd6 2022-04-15T04:20:16.811Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 787624da-6c90-4ec6-900f-2a587b3fcbd6 matches Tosca VF Customization UUID: 787624da-6c90-4ec6-900f-2a587b3fcbd6 2022-04-15T04:20:16.811Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 787624da-6c90-4ec6-900f-2a587b3fcbd6 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-04-15T04:20:16.814Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:20:16.815Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:20:16.815Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 787624da-6c90-4ec6-900f-2a587b3fcbd6: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-04-15T04:20:16.816Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@33f61cb9 2022-04-15T04:20:16.816Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:20:16.816Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-15T04:20:16.816Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fa427831-d11d-459a-a99e-22e02864d24a 2022-04-15T04:20:16.816Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fa427831-d11d-459a-a99e-22e02864d24a Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-04-15T04:20:16.818Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:20:16.819Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-15T04:20:16.819Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:20:16.819Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:20:16.819Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-15T04:20:16.820Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:20:16.820Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:20:16.820Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-04-15T04:20:16.820Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-04-15T04:20:16.820Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-15T04:20:16.821Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=189ef4a1-cbf1-492c-a5f9-830210ea148e Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-15T04:20:16.823Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:20:16.823Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-15T04:20:16.823Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:20:16.823Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:20:16.823Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-15T04:20:16.824Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=787624da-6c90-4ec6-900f-2a587b3fcbd6 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-15T04:20:16.825Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:20:16.825Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:20:16.826Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid d6455962-4388-4dc2-9251-0f472822aee8: basic_vm 2022-04-15T04:20:16.826Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:20:16.826Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:20:16.826Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:20:16.827Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:20:16.827Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:20:16.827Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:20:16.827Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:20:16.827Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:20:16.828Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:20:16.828Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:20:16.828Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:20:16.896Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm e6cf2193-81d0-43c6-b8ab-475fcd37b1ab 1 ASDC deployResourceStructure 2022-04-15T04:20:16.897Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-04-15T04:20:16.897Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-04-15T04:20:16.897Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-15T04:20:16.897Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:20:16.900Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:20:16.900Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996416897, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-04-15T04:20:16.999Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-15T04:20:17.000Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:20:17.000Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:20:17.020Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:20:17.020Z||pool-89-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-04-15T04:20:17.901Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-04-15T04:20:17.901Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-04-15T04:20:17.901Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-15T04:20:17.902Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:20:17.904Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:20:17.904Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996417901, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-04-15T04:20:18.004Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:20:18.005Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:20:18.005Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:20:18.036Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:20:18.037Z||pool-90-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 2022-04-15T04:20:18.905Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-04-15T04:20:18.906Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-04-15T04:20:18.906Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-15T04:20:18.906Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:20:18.909Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:20:18.909Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996418905, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-04-15T04:20:19.009Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-15T04:20:19.010Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:20:19.010Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:20:19.030Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:20:19.030Z||pool-91-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:20:19.910Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-04-15T04:20:19.911Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-04-15T04:20:19.911Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-15T04:20:19.911Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:20:19.913Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:20:19.914Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996419910, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:20:20.014Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:20:20.015Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:20:20.015Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:20:20.029Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:20:20.029Z||pool-92-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:20:20.914Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f083e034-b818-44fd-aebc-8c063255507c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-15T04:20:20.928Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f083e034-b818-44fd-aebc-8c063255507c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-15T04:20:20.931Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-15T04:20:20.931Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-15T04:20:20.931Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-15T04:20:20.931Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-15T04:20:20.931Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:20:20.932Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:20:20.932Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:20:20.932Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:20:20.932Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:20:20.932Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:20:20.932Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||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-04-15T04:20:20.937Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-15T04:20:50.938Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f083e034-b818-44fd-aebc-8c063255507c and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-15T04:20:50.951Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f083e034-b818-44fd-aebc-8c063255507c and serviceModelVersionId: d6455962-4388-4dc2-9251-0f472822aee8 2022-04-15T04:20:50.951Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e8a763eb-6ee2-4ca9-b3b8-8b88a821a227 2022-04-15T04:20:50.953Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e8a763eb-6ee2-4ca9-b3b8-8b88a821a227/model-vers/model-ver/d6455962-4388-4dc2-9251-0f472822aee8?depth=0 2022-04-15T04:20:50.963Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-04-15T04:20:51.025Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8a763eb-6ee2-4ca9-b3b8-8b88a821a227/model-vers/model-ver/d6455962-4388-4dc2-9251-0f472822aee8?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-15T04:20:51.026Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8a763eb-6ee2-4ca9-b3b8-8b88a821a227/model-vers/model-ver/d6455962-4388-4dc2-9251-0f472822aee8?depth=0|INFO|500||Invoke 2022-04-15T04:20:51.057Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8a763eb-6ee2-4ca9-b3b8-8b88a821a227/model-vers/model-ver/d6455962-4388-4dc2-9251-0f472822aee8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-15T04:20:51.877Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8a763eb-6ee2-4ca9-b3b8-8b88a821a227/model-vers/model-ver/d6455962-4388-4dc2-9251-0f472822aee8?depth=0|INFO|500||InvokeReturn 2022-04-15T04:20:51.877Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8a763eb-6ee2-4ca9-b3b8-8b88a821a227/model-vers/model-ver/d6455962-4388-4dc2-9251-0f472822aee8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220415-04:20:51:115-30113], vertex-id=[184520], Content-Length=[0], Date=[Fri, 15 Apr 2022 04:20:51 GMT], Content-Type=[application/json]} 2022-04-15T04:20:51.878Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-04-15T04:20:51.878Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-15T04:20:51.878Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||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-04-15T04:20:51.888Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-15T04:20:51.889Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f083e034-b818-44fd-aebc-8c063255507c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-15T04:20:51.889Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-15T04:20:51.890Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:20:51.892Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:20:51.893Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996451889, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-15T04:20:51.993Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:20:51.994Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:20:51.994Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:20:52.012Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:20:52.013Z||pool-93-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-15T04:20:52.906Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-15T04:20:52.906Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"5326dc27-db2b-472a-9317-3b0736706efa","serviceName":"Demo_pNF_o5225qBlZYjdmMnNZ51I","serviceVersion":"1.0","serviceUUID":"5bd582d5-f895-400a-9b64-32b7e7313d05","serviceDescription":"catalog service description","serviceInvariantUUID":"bc163319-e8b3-4509-a153-b1e08837249f","resources":[{"resourceInstanceName":"pNF e401d213-834e 0","resourceName":"pNF e401d213-834e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d4a91980-8fc9-4731-806d-05471923c17a","resourceInvariantUUID":"9b8498a3-381a-4b70-9743-f688b69843c5","resourceCustomizationUUID":"bf3c6d66-8cbb-4d2c-b4ca-c5b6a6b4300c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/vf-license-model.xml","artifactChecksum":"ZmE3MTE5MDNjYzgxNDdjZTZiZTFkNTM1ODgyMjlhM2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bf92ba3f-3577-4c31-b0bc-c8f366a4bb67","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/pNF.csar","artifactChecksum":"N2Q2MTA0MzAzNDIzM2ZlYjk5MTMyNzNiMjhkZDhmNzk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"43201349-5fbe-4259-b26a-e72c829d412e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8ee39b09-ef69-4976-b4ea-0ad8b15ac261","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/vendor-license-model.xml","artifactChecksum":"NTgwNjA3N2JhNTg1NzJkNzJjNzY3MGQ4NTM3OWZmNzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"10318f5c-d922-43a6-b684-db951c50973b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1c9b6536-70c8-419e-9f89-63d5b7884eef","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"32ec066f-53d9-468c-a181-d7598c75ab2a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfO5225qblzyjdmmnnz51i-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-template.yml","artifactChecksum":"ZTg2ODg0MmM0MWVhODUzMjBhMmQ1NzE0NjI2YWY4MjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"63deb611-75de-4296-80b9-ec26aea4eccc","artifactVersion":"1"},{"artifactName":"service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar","artifactChecksum":"ZjJjODBlZWNhN2Y0ZGEyZjVlZmM3YTg3NmE5ZmE3NTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0f71599b-3e52-425c-bd44-320e5b92f519","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-15T04:20:52.907Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:20:52.907Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:20:52.909Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:20:52.909Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:53.010Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-15T04:20:53.011Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:20:53.011Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:20:53.032Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:20:53.033Z||pool-94-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-04-15T04:20:53.910Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:20:53.911Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:20:53.914Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:20:53.914Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:54.014Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:20:54.015Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:20:54.015Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:20:54.029Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:20:54.030Z||pool-95-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:20:54.914Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:20:54.915Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:20:54.918Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:20:54.918Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:55.019Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-15T04:20:55.020Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:20:55.021Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:20:55.034Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:20:55.039Z||pool-96-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-04-15T04:20:55.919Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:20:55.920Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:20:55.922Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:20:55.923Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:56.023Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:20:56.024Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:20:56.024Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:20:56.036Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:20:56.036Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:20:56.923Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:20:56.924Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:20:56.928Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:20:56.928Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:57.028Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-15T04:20:57.029Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:20:57.029Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:20:57.046Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:20:57.047Z||pool-98-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:20:57.929Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:20:57.930Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:20:57.933Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:20:57.933Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:58.033Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:20:58.034Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:20:58.034Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:20:58.048Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:20:58.049Z||pool-99-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-04-15T04:20:58.934Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:20:58.935Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:20:58.938Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:20:58.938Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:20:59.038Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:20:59.039Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:20:59.039Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:20:59.052Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:20:59.052Z||pool-100-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:20:59.939Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:20:59.939Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:20:59.942Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:20:59.942Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:21:00.042Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:21:00.043Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:21:00.043Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:21:00.066Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:21:00.066Z||pool-101-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:21:00.943Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "serviceName": "Demo_pNF_o5225qBlZYjdmMnNZ51I", "serviceVersion": "1.0", "serviceUUID": "5bd582d5-f895-400a-9b64-32b7e7313d05", "serviceDescription": "catalog service description", "serviceInvariantUUID": "bc163319-e8b3-4509-a153-b1e08837249f", "resources": [ { "resourceInstanceName": "pNF e401d213-834e 0", "resourceCustomizationUUID": "bf3c6d66-8cbb-4d2c-b4ca-c5b6a6b4300c", "resourceName": "pNF e401d213-834e", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "d4a91980-8fc9-4731-806d-05471923c17a", "resourceInvariantUUID": "9b8498a3-381a-4b70-9743-f688b69843c5", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar", "artifactChecksum": "ZjJjODBlZWNhN2Y0ZGEyZjVlZmM3YTg3NmE5ZmE3NTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0f71599b-3e52-425c-bd44-320e5b92f519" } ], "workloadContext": "Production" } 2022-04-15T04:21:00.944Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-15T04:21:00.944Z|f083e034-b818-44fd-aebc-8c063255507c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5bd582d5-f895-400a-9b64-32b7e7313d05 ASDC 2022-04-15T04:21:00.944Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:5326dc27-db2b-472a-9317-3b0736706efa ServiceName:Demo_pNF_o5225qBlZYjdmMnNZ51I ServiceVersion:1.0 ServiceUUID:5bd582d5-f895-400a-9b64-32b7e7313d05 ServiceInvariantUUID:bc163319-e8b3-4509-a153-b1e08837249f ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar ArtifactUUID:0f71599b-3e52-425c-bd44-320e5b92f519 ArtifactChecksum:ZjJjODBlZWNhN2Y0ZGEyZjVlZmM3YTg3NmE5ZmE3NTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF e401d213-834e 0 ResourceCustomizationUUID:bf3c6d66-8cbb-4d2c-b4ca-c5b6a6b4300c ResourceInvariantUUID:9b8498a3-381a-4b70-9743-f688b69843c5 ResourceName:pNF e401d213-834e ResourceType:PNF ResourceUUID:d4a91980-8fc9-4731-806d-05471923c17a ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-04-15T04:21:00.945Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5bd582d5-f895-400a-9b64-32b7e7313d05 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-15T04:21:00.972Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-15T04:21:00.973Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-04-15T04:21:00.973Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-04-15T04:21:00.973Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0f71599b-3e52-425c-bd44-320e5b92f519 from URL: /sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar 2022-04-15T04:21:00.973Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-04-15T04:21:00.974Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar 2022-04-15T04:21:01.524Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-04-15T04:21:01.529Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar 0f71599b-3e52-425c-bd44-320e5b92f519 82636 2022-04-15T04:21:01.529Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar ASDC sendASDCNotification 2022-04-15T04:21:01.529Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar 2022-04-15T04:21:01.529Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-15T04:21:01.529Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:21:01.532Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:21:01.532Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996461529, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:21:01.632Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:21:01.632Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:21:01.632Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:21:01.646Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:21:01.647Z||pool-102-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:21:02.532Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-15T04:21:02.533Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-04-15T04:21:02.534Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 0f71599b-3e52-425c-bd44-320e5b92f519, URL: /sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar to file: /app/ASDC/1/service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar 2022-04-15T04:21:02.534Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar 2022-04-15T04:21:02.534Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar 2022-04-15T04:21:02.535Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar 2022-04-15T04:21:02.718Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP170854435261878111/Definitions/service-DemoPnfO5225qblzyjdmmnnz51i-template.yml 2022-04-15T04:21:03.586Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-15T04:21:03.586Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-04-15T04:21:03.586Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar 2022-04-15T04:21:03.587Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-04-15T04:21:03.587Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||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-DemoPnfO5225qblzyjdmmnnz51i-csar.csar 2022-04-15T04:21:03.587Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e401d213-834e 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-DemoPnfO5225qblzyjdmmnnz51i-csar.csar 2022-04-15T04:21:03.587Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar 2022-04-15T04:21:03.587Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||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-DemoPnfO5225qblzyjdmmnnz51i-csar.csar 2022-04-15T04:21:03.587Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar 2022-04-15T04:21:03.587Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar 2022-04-15T04:21:03.587Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar 2022-04-15T04:21:03.587Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-04-15T04:21:03.588Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:21:03.588Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_o5225qBlZYjdmMnNZ51I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:21:03.588Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||Node template pNF e401d213-834e 0 is matching search criteria 2022-04-15T04:21:03.588Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-04-15T04:21:03.588Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF e401d213-834e 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-15T04:21:03.589Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:21:03.589Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_o5225qBlZYjdmMnNZ51I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:21:03.589Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||Node template pNF e401d213-834e 0 is matching search criteria 2022-04-15T04:21:03.589Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-04-15T04:21:03.589Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF e401d213-834e 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-15T04:21:03.589Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:21:03.590Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_o5225qBlZYjdmMnNZ51I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:21:03.590Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:21:03.590Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_o5225qBlZYjdmMnNZ51I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:21:03.590Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:21:03.590Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_o5225qBlZYjdmMnNZ51I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:21:03.590Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:21:03.591Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_o5225qBlZYjdmMnNZ51I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:21:03.591Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:21:03.591Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_o5225qBlZYjdmMnNZ51I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:21:03.591Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_o5225qBlZYjdmMnNZ51I Description:catalog service description Model UUID:5bd582d5-f895-400a-9b64-32b7e7313d05 Model Version:NULL Model InvariantUuid:bc163319-e8b3-4509-a153-b1e08837249f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-15T04:21:03.598Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: d4a91980-8fc9-4731-806d-05471923c17a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-15T04:21:03.601Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||INFO|500||pNF e401d213-834e 0 2022-04-15T04:21:03.601Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d4a91980-8fc9-4731-806d-05471923c17a 2022-04-15T04:21:03.601Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 5bd582d5-f895-400a-9b64-32b7e7313d05 2022-04-15T04:21:03.601Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 5bd582d5-f895-400a-9b64-32b7e7313d05 2022-04-15T04:21:03.602Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e401d213-834e 0 d4a91980-8fc9-4731-806d-05471923c17a ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-15T04:21:03.606Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@698a907b, org.onap.sdc.toscaparser.api.parameters.Input@530be183, org.onap.sdc.toscaparser.api.parameters.Input@2d6848f2, org.onap.sdc.toscaparser.api.parameters.Input@555e37bf, org.onap.sdc.toscaparser.api.parameters.Input@68ea6c27] 2022-04-15T04:21:03.606Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:21:03.606Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_o5225qBlZYjdmMnNZ51I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:21:03.607Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 5bd582d5-f895-400a-9b64-32b7e7313d05: pNF e401d213-834e 2022-04-15T04:21:03.607Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||INFO|500||Processing PNF resource: d4a91980-8fc9-4731-806d-05471923c17a 2022-04-15T04:21:03.607Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:21:03.607Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_o5225qBlZYjdmMnNZ51I is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:21:03.608Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||INFO|500||Resource customization UUID: bf3c6d66-8cbb-4d2c-b4ca-c5b6a6b4300c is the same as notified resource customizationUUID: bf3c6d66-8cbb-4d2c-b4ca-c5b6a6b4300c Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-04-15T04:21:03.655Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e401d213-834e d4a91980-8fc9-4731-806d-05471923c17a 0 ASDC deployResourceStructure 2022-04-15T04:21:03.655Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar ASDC sendASDCNotification 2022-04-15T04:21:03.656Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar 2022-04-15T04:21:03.656Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-15T04:21:03.656Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:21:03.658Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:21:03.658Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996463655, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:21:03.763Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-04-15T04:21:03.763Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:21:03.763Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:21:03.776Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:21:03.776Z||pool-103-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:21:04.659Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5326dc27-db2b-472a-9317-3b0736706efa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-15T04:21:04.670Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5326dc27-db2b-472a-9317-3b0736706efa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-15T04:21:04.673Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-15T04:21:04.674Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-15T04:21:04.674Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-15T04:21:04.674Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-15T04:21:04.674Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:21:04.674Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:21:04.675Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:21:04.675Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:21:04.675Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:21:04.675Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:21:04.676Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:21:04.676Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||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-04-15T04:21:04.681Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-15T04:21:06.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:21:06.843Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:21:06.843Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:21:06.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:21:06.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:21:06.880Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "aai-ml", "timestamp": 1649996351337, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:21:06.881Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:21:06.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:21:06.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "aai-ml", "timestamp": 1649996352341, "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-04-15T04:21:06.893Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 946fe4fd-b92a-47b3-a89c-73ec284afca9 2022-04-15T04:21:06.893Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 946fe4fd-b92a-47b3-a89c-73ec284afca9 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:21:06.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:21:06.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "clamp", "timestamp": 1649996353126, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:21:06.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:21:06.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:21:06.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "aai-ml", "timestamp": 1649996335626, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:21:06.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:21:06.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:21:06.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "clamp", "timestamp": 1649996353126, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-04-15T04:21:06.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:21:06.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:21:06.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "aai-ml", "timestamp": 1649996335626, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-15T04:21:06.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:21:06.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:21:06.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "clamp", "timestamp": 1649996353126, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:21:06.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:21:06.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:21:06.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "aai-ml", "timestamp": 1649996335626, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-15T04:21:06.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:21:06.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:21:06.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "clamp", "timestamp": 1649996353126, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:21:06.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:21:06.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:21:06.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "aai-ml", "timestamp": 1649996335626, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-15T04:21:06.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:21:06.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:21:06.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "clamp", "timestamp": 1649996353126, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-15T04:21:06.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:21:06.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:21:06.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "aai-ml", "timestamp": 1649996335626, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:21:06.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:21:06.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:21:06.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "clamp", "timestamp": 1649996353126, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-15T04:21:06.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:21:06.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:21:06.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "aai-ml", "timestamp": 1649996335626, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:21:06.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:21:06.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:21:06.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "clamp", "timestamp": 1649996353126, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:21:06.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:21:06.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:21:06.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "aai-ml", "timestamp": 1649996335626, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:21:06.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:21:06.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:21:06.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "clamp", "timestamp": 1649996353126, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:21:06.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:21:06.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:21:06.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "aai-ml", "timestamp": 1649996335626, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:21:06.909Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:21:06.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:21:06.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "aai-ml", "timestamp": 1649996335626, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:21:06.909Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:21:06.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:21:06.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "aai-ml", "timestamp": 1649996362538, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:21:06.910Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:21:06.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:21:06.910Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "aai-ml", "timestamp": 1649996368225, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:21:06.910Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:21:06.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:21:06.910Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "aai-ml", "timestamp": 1649996369229, "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-04-15T04:21:06.915Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 197868c2-5aed-4144-a180-cd746363f25a 2022-04-15T04:21:06.915Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 197868c2-5aed-4144-a180-cd746363f25a and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:21:06.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:21:06.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "clamp", "timestamp": 1649996371165, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:21:06.922Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:21:06.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:21:06.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "clamp", "timestamp": 1649996373214, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:21:06.923Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:21:06.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:21:06.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "clamp", "timestamp": 1649996374217, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-15T04:21:06.927Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 946fe4fd-b92a-47b3-a89c-73ec284afca9 2022-04-15T04:21:06.927Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 946fe4fd-b92a-47b3-a89c-73ec284afca9 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:21:06.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:21:06.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "clamp", "timestamp": 1649996383126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:21:06.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:21:06.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:21:06.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "clamp", "timestamp": 1649996383126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-15T04:21:06.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:21:06.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:21:06.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "clamp", "timestamp": 1649996383126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-15T04:21:06.935Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:21:06.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:21:06.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "clamp", "timestamp": 1649996383126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-15T04:21:06.936Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:21:06.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:21:06.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "clamp", "timestamp": 1649996383126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:21:06.936Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:21:06.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:21:06.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "clamp", "timestamp": 1649996383126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:21:06.936Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:21:06.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:21:06.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "clamp", "timestamp": 1649996383126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:21:06.937Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:21:06.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:21:06.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "clamp", "timestamp": 1649996383126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:21:06.937Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:21:06.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:21:06.938Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "clamp", "timestamp": 1649996383126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:21:06.938Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:21:06.938Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:21:06.938Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8024c0af-c301-473f-a739-410243a8e7be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996402549, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-15T04:21:06.938Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:21:06.938Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:21:06.938Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "clamp", "timestamp": 1649996403714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:21:06.939Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:21:06.939Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:21:06.939Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:21:06.939Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:21:06.939Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:21:06.939Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "clamp", "timestamp": 1649996404736, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:21:06.940Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:21:06.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:21:06.940Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-04-15T04:21:06.940Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:21:06.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:21:06.940Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "clamp", "timestamp": 1649996405740, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-15T04:21:06.945Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 197868c2-5aed-4144-a180-cd746363f25a 2022-04-15T04:21:06.945Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 197868c2-5aed-4144-a180-cd746363f25a and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:21:06.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:21:06.954Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-15T04:21:06.954Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:21:06.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:21:06.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:21:06.955Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:21:34.681Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5326dc27-db2b-472a-9317-3b0736706efa and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-15T04:21:34.687Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5326dc27-db2b-472a-9317-3b0736706efa and serviceModelVersionId: 5bd582d5-f895-400a-9b64-32b7e7313d05 2022-04-15T04:21:34.687Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc163319-e8b3-4509-a153-b1e08837249f 2022-04-15T04:21:34.687Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc163319-e8b3-4509-a153-b1e08837249f/model-vers/model-ver/5bd582d5-f895-400a-9b64-32b7e7313d05?depth=0 2022-04-15T04:21:34.691Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-04-15T04:21:34.729Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc163319-e8b3-4509-a153-b1e08837249f/model-vers/model-ver/5bd582d5-f895-400a-9b64-32b7e7313d05?depth=0|INFO|500||Invoke 2022-04-15T04:21:34.729Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc163319-e8b3-4509-a153-b1e08837249f/model-vers/model-ver/5bd582d5-f895-400a-9b64-32b7e7313d05?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc163319-e8b3-4509-a153-b1e08837249f/model-vers/model-ver/5bd582d5-f895-400a-9b64-32b7e7313d05?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5326dc27-db2b-472a-9317-3b0736706efa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2ce063ed-7b25-46d9-912b-ce69d690585b], X-ECOMP-RequestID=[5326dc27-db2b-472a-9317-3b0736706efa], X-TransactionId=[], X-ONAP-RequestID=[5326dc27-db2b-472a-9317-3b0736706efa], Content-Type=[application/merge-patch+json]} 2022-04-15T04:21:34.748Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc163319-e8b3-4509-a153-b1e08837249f/model-vers/model-ver/5bd582d5-f895-400a-9b64-32b7e7313d05?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-15T04:21:34.940Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc163319-e8b3-4509-a153-b1e08837249f/model-vers/model-ver/5bd582d5-f895-400a-9b64-32b7e7313d05?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/bc163319-e8b3-4509-a153-b1e08837249f/model-vers/model-ver/5bd582d5-f895-400a-9b64-32b7e7313d05?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220415-04:21:34:810-46270], vertex-id=[200904], Content-Length=[0], Date=[Fri, 15 Apr 2022 04:21:34 GMT], Content-Type=[application/json]} 2022-04-15T04:21:34.940Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc163319-e8b3-4509-a153-b1e08837249f/model-vers/model-ver/5bd582d5-f895-400a-9b64-32b7e7313d05?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-04-15T04:21:34.941Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc163319-e8b3-4509-a153-b1e08837249f/model-vers/model-ver/5bd582d5-f895-400a-9b64-32b7e7313d05?depth=0|INFO|500||InvokeReturn 2022-04-15T04:21:34.941Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-15T04:21:34.942Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||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-04-15T04:21:34.947Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-15T04:21:34.947Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5326dc27-db2b-472a-9317-3b0736706efa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-15T04:21:34.947Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-15T04:21:34.948Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:21:34.949Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:21:34.949Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996494947, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-15T04:21:35.053Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-04-15T04:21:35.054Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:21:35.054Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:21:35.075Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:21:35.076Z||pool-104-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-15T04:21:35.960Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-15T04:21:35.961Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"468bfbb4-3f97-42b5-9117-7c9bd59ae655","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"afd9bbe4-c0f3-4631-9ffa-3bbbea14e699","serviceDescription":"service","serviceInvariantUUID":"a6a58310-e552-4d42-83af-5a6c90aa3c6d","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7db0fcb9-d4a2-4ae8-82c7-e498608a550b","resourceInvariantUUID":"f7891a83-f78d-49ff-a96f-94b96451cd21","resourceCustomizationUUID":"11adfa5e-db1d-4955-aaa0-8c640250b064","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"fc8d4a01-fb3b-4fbe-9465-3d1acab36be1","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"OTZhN2E0MjliZmQzYTM1NTFmOTZkMGRhNjUxN2YzYjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f240170c-893f-471d-814f-78f2a8c85fce","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"YjhkOWVhMzZhZTI2MzY2MzlhMzE2OGQ2OTIzMWMxZDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9bd624b4-01f3-4d79-80a8-d0b2225b7513","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2825e314-f0a9-4688-9827-9c1e3a791d93","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"28d0daac-f436-4ace-82e5-7c991077bc35","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1b7ef00a-6ffe-41e3-ae85-83d1f6b1112e","artifactVersion":"2","generatedFromUUID":"2825e314-f0a9-4688-9827-9c1e3a791d93"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NWJjZDczMjA5MDAyNThiOTU2Yzk1OGUzMjVlMmRlM2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5497082c-43bc-406d-94b0-38d7ce68f50c","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZDQ5ZDg2OGRkYzNhMjhkNmMwODRlNGUzYWVhNjdjM2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"21483357-3ac6-45d8-a62d-fff267e6b68f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-15T04:21:35.961Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:21:35.961Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:21:35.963Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:21:35.963Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:21:36.063Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-15T04:21:36.064Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:21:36.064Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:21:36.077Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:21:36.078Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:21:36.964Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:21:36.965Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:21:36.968Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:21:36.968Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:21:37.068Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:21:37.069Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:21:37.069Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:21:37.081Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:21:37.081Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:21:37.968Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:21:37.969Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:21:37.971Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:21:37.971Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-04-15T04:21:38.072Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-15T04:21:38.073Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:21:38.073Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:21:38.085Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:21:38.085Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:21:38.975Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:21:38.975Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:21:38.977Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:21:38.977Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-15T04:21:39.077Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-15T04:21:39.078Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:21:39.078Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:21:39.089Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:21:39.090Z||pool-108-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:21:39.978Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:21:39.979Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:21:39.981Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:21:39.981Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:21:40.081Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:21:40.081Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:21:40.082Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:21:40.103Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:21:40.103Z||pool-109-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:21:40.981Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:21:40.982Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:21:40.984Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:21:40.984Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-15T04:21:41.084Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:21:41.085Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:21:41.086Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:21:41.099Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:21:41.099Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:21:41.985Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:21:41.986Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:21:41.988Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:21:41.988Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:21:42.089Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-15T04:21:42.090Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:21:42.090Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:21:42.101Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:21:42.102Z||pool-111-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:21:42.989Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:21:42.991Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:21:42.992Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:21:42.993Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:21:43.093Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:21:43.093Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:21:43.094Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:21:43.107Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:21:43.107Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:21:43.994Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "afd9bbe4-c0f3-4631-9ffa-3bbbea14e699", "serviceDescription": "service", "serviceInvariantUUID": "a6a58310-e552-4d42-83af-5a6c90aa3c6d", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "11adfa5e-db1d-4955-aaa0-8c640250b064", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7db0fcb9-d4a2-4ae8-82c7-e498608a550b", "resourceInvariantUUID": "f7891a83-f78d-49ff-a96f-94b96451cd21", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basicclamp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "artifactChecksum": "YjhkOWVhMzZhZTI2MzY2MzlhMzE2OGQ2OTIzMWMxZDI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9bd624b4-01f3-4d79-80a8-d0b2225b7513", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "2825e314-f0a9-4688-9827-9c1e3a791d93", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "1b7ef00a-6ffe-41e3-ae85-83d1f6b1112e", "generatedFromUUID": "2825e314-f0a9-4688-9827-9c1e3a791d93" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "1b7ef00a-6ffe-41e3-ae85-83d1f6b1112e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "ZDQ5ZDg2OGRkYzNhMjhkNmMwODRlNGUzYWVhNjdjM2Y\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "21483357-3ac6-45d8-a62d-fff267e6b68f" } ], "workloadContext": "Production" } 2022-04-15T04:21:43.994Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-15T04:21:43.994Z|5326dc27-db2b-472a-9317-3b0736706efa|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 afd9bbe4-c0f3-4631-9ffa-3bbbea14e699 ASDC 2022-04-15T04:21:43.994Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:468bfbb4-3f97-42b5-9117-7c9bd59ae655 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:afd9bbe4-c0f3-4631-9ffa-3bbbea14e699 ServiceInvariantUUID:a6a58310-e552-4d42-83af-5a6c90aa3c6d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Basicclamp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ArtifactUUID:21483357-3ac6-45d8-a62d-fff267e6b68f ArtifactChecksum:ZDQ5ZDg2OGRkYzNhMjhkNmMwODRlNGUzYWVhNjdjM2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:11adfa5e-db1d-4955-aaa0-8c640250b064 ResourceInvariantUUID:f7891a83-f78d-49ff-a96f-94b96451cd21 ResourceName:basicclamp ResourceType:VF ResourceUUID:7db0fcb9-d4a2-4ae8-82c7-e498608a550b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basicclamp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ArtifactUUID:9bd624b4-01f3-4d79-80a8-d0b2225b7513 ArtifactChecksum:YjhkOWVhMzZhZTI2MzY2MzlhMzE2OGQ2OTIzMWMxZDI= 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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ArtifactUUID:2825e314-f0a9-4688-9827-9c1e3a791d93 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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:1b7ef00a-6ffe-41e3-ae85-83d1f6b1112e 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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:1b7ef00a-6ffe-41e3-ae85-83d1f6b1112e ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-15T04:21:43.995Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF afd9bbe4-c0f3-4631-9ffa-3bbbea14e699 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-15T04:21:44.030Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-15T04:21:44.031Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-04-15T04:21:44.031Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-04-15T04:21:44.031Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 21483357-3ac6-45d8-a62d-fff267e6b68f from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-04-15T04:21:44.031Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-04-15T04:21:44.031Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-04-15T04:21:44.815Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-04-15T04:21:44.818Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 21483357-3ac6-45d8-a62d-fff267e6b68f 73633 2022-04-15T04:21:44.818Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-04-15T04:21:44.819Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-04-15T04:21:44.819Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-15T04:21:44.819Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:21:44.821Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:21:44.821Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996504818, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:21:44.921Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:21:44.922Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:21:44.922Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:21:44.934Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:21:44.934Z||pool-113-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:21:45.822Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-15T04:21:45.823Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-04-15T04:21:45.823Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 21483357-3ac6-45d8-a62d-fff267e6b68f, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-15T04:21:45.823Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2022-04-15T04:21:45.824Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-15T04:21:45.824Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-15T04:21:45.974Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13932889081791115291/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-04-15T04:21:47.042Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-15T04:21:47.042Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-04-15T04:21:47.042Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-15T04:21:47.043Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-04-15T04:21:47.043Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 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-Basicclamp-csar.csar 2022-04-15T04:21:47.043Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||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-Basicclamp-csar.csar 2022-04-15T04:21:47.043Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-15T04:21:47.043Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-15T04:21:47.044Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-15T04:21:47.044Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-15T04:21:47.044Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-15T04:21:47.044Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-15T04:21:47.044Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-15T04:21:47.044Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-04-15T04:21:47.045Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:21:47.045Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:21:47.045Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-04-15T04:21:47.045Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-04-15T04:21:47.046Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-15T04:21:47.046Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:21:47.046Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:21:47.046Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-04-15T04:21:47.046Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-04-15T04:21:47.047Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-15T04:21:47.047Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:21:47.047Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:21:47.047Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:21:47.047Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-04-15T04:21:47.048Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-04-15T04:21:47.048Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-04-15T04:21:47.048Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-04-15T04:21:47.048Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-04-15T04:21:47.048Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-15T04:21:47.049Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:21:47.049Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-15T04:21:47.049Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:21:47.049Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-04-15T04:21:47.049Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:21:47.050Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:21:47.050Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-04-15T04:21:47.050Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:21:47.050Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:21:47.051Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-04-15T04:21:47.051Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:21:47.051Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:21:47.051Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-04-15T04:21:47.051Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-04-15T04:21:47.052Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-04-15T04:21:47.052Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6a9f2d67-bffd-40cf-b364-f21c9edbac86 2022-04-15T04:21:47.052Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:21:47.052Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:21:47.052Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:21:47.053Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:21:47.053Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:21:47.053Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:21:47.053Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:21:47.053Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:21:47.054Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:afd9bbe4-c0f3-4631-9ffa-3bbbea14e699 Model Version:NULL Model InvariantUuid:a6a58310-e552-4d42-83af-5a6c90aa3c6d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:f1498dd0-0790-4e9a-8edb-03b3cbe8820e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f7891a83-f78d-49ff-a96f-94b96451cd21 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:11adfa5e-db1d-4955-aaa0-8c640250b064 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:bec53469-9bb3-464c-ad34-029d832799a5 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:6ab2c8b5-2e43-424f-9f4c-dc68932355e0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6a9f2d67-bffd-40cf-b364-f21c9edbac86 ModelInvariantUuid:5345905a-f5ff-4835-ba9b-4ead5c0d7466 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:a072ef5c-9587-456e-a38a-12613660cb64 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:b6f0ac2d-aeca-4a60-a51d-af3c7ed18908 ModelInvariantUuid:60e0aee3-8ab9-4491-9b70-4208e3f1615c ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:3d485b4a-317b-420e-ae70-2b7dc909317e ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-15T04:21:47.060Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 7db0fcb9-d4a2-4ae8-82c7-e498608a550b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-15T04:21:47.062Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||basicclamp 0 2022-04-15T04:21:47.062Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7db0fcb9-d4a2-4ae8-82c7-e498608a550b 2022-04-15T04:21:47.062Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9bd624b4-01f3-4d79-80a8-d0b2225b7513 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-04-15T04:21:47.062Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-04-15T04:21:47.063Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-04-15T04:21:47.514Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-04-15T04:21:47.514Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 9bd624b4-01f3-4d79-80a8-d0b2225b7513 790 2022-04-15T04:21:47.515Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-04-15T04:21:47.515Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-04-15T04:21:47.515Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-15T04:21:47.515Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:21:47.517Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:21:47.517Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996507515, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-15T04:21:47.617Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:21:47.618Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:21:47.618Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:21:47.630Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:21:47.630Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:21:48.518Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "bec53469-9bb3-464c-ad34-029d832799a5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6ab2c8b5-2e43-424f-9f4c-dc68932355e0", "vfModuleModelCustomizationUUID": "c6316d9d-ddfb-45a8-988d-b59590a6f864", "isBase": true, "artifacts": [ "2825e314-f0a9-4688-9827-9c1e3a791d93", "1b7ef00a-6ffe-41e3-ae85-83d1f6b1112e" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-15T04:21:48.522Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6ab2c8b5-2e43-424f-9f4c-dc68932355e0 VfModuleModelInvariantUUID:bec53469-9bb3-464c-ad34-029d832799a5 VfModuleModelDescription:NULL Artifacts UUID List:{ 2825e314-f0a9-4688-9827-9c1e3a791d93 , 1b7ef00a-6ffe-41e3-ae85-83d1f6b1112e } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-15T04:21:48.524Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "bec53469-9bb3-464c-ad34-029d832799a5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6ab2c8b5-2e43-424f-9f4c-dc68932355e0", "vfModuleModelCustomizationUUID": "c6316d9d-ddfb-45a8-988d-b59590a6f864", "isBase": true, "artifacts": [ "2825e314-f0a9-4688-9827-9c1e3a791d93", "1b7ef00a-6ffe-41e3-ae85-83d1f6b1112e" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-15T04:21:48.524Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6ab2c8b5-2e43-424f-9f4c-dc68932355e0 VfModuleModelInvariantUUID:bec53469-9bb3-464c-ad34-029d832799a5 VfModuleModelDescription:NULL Artifacts UUID List:{ 2825e314-f0a9-4688-9827-9c1e3a791d93 , 1b7ef00a-6ffe-41e3-ae85-83d1f6b1112e } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-15T04:21:48.524Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2825e314-f0a9-4688-9827-9c1e3a791d93 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-04-15T04:21:48.525Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-04-15T04:21:48.525Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-04-15T04:21:48.880Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-04-15T04:21:48.880Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2825e314-f0a9-4688-9827-9c1e3a791d93 5033 2022-04-15T04:21:48.880Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-04-15T04:21:48.880Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-04-15T04:21:48.880Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-15T04:21:48.881Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:21:48.882Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:21:48.882Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996508880, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-04-15T04:21:48.983Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:21:48.983Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:21:48.983Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:21:48.996Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:21:48.996Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:21:49.883Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1b7ef00a-6ffe-41e3-ae85-83d1f6b1112e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-04-15T04:21:49.883Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-04-15T04:21:49.883Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-04-15T04:21:50.319Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-04-15T04:21:50.320Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 1b7ef00a-6ffe-41e3-ae85-83d1f6b1112e 909 2022-04-15T04:21:50.320Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-04-15T04:21:50.320Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-04-15T04:21:50.320Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-15T04:21:50.321Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:21:50.323Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:21:50.323Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996510320, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-04-15T04:21:50.423Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:21:50.424Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:21:50.424Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:21:50.439Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:21:50.439Z||pool-116-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:21:51.326Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: afd9bbe4-c0f3-4631-9ffa-3bbbea14e699 2022-04-15T04:21:51.327Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 7db0fcb9-d4a2-4ae8-82c7-e498608a550b ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-15T04:21:51.340Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@cb710d1, org.onap.sdc.toscaparser.api.parameters.Input@71839791, org.onap.sdc.toscaparser.api.parameters.Input@739f6159, org.onap.sdc.toscaparser.api.parameters.Input@6ffb8d25, org.onap.sdc.toscaparser.api.parameters.Input@5bfe2993] 2022-04-15T04:21:51.341Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:21:51.342Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:21:51.342Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-04-15T04:21:51.343Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 11adfa5e-db1d-4955-aaa0-8c640250b064 2022-04-15T04:21:51.343Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 11adfa5e-db1d-4955-aaa0-8c640250b064 matches Tosca VF Customization UUID: 11adfa5e-db1d-4955-aaa0-8c640250b064 2022-04-15T04:21:51.343Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 11adfa5e-db1d-4955-aaa0-8c640250b064 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-04-15T04:21:51.347Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:21:51.347Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:21:51.348Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 11adfa5e-db1d-4955-aaa0-8c640250b064: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-04-15T04:21:51.348Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@d101811 2022-04-15T04:21:51.348Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:21:51.348Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-15T04:21:51.348Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c6316d9d-ddfb-45a8-988d-b59590a6f864 2022-04-15T04:21:51.348Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c6316d9d-ddfb-45a8-988d-b59590a6f864 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-04-15T04:21:51.351Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:21:51.351Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-04-15T04:21:51.351Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:21:51.352Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:21:51.352Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-04-15T04:21:51.352Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:21:51.352Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:21:51.352Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-04-15T04:21:51.352Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-04-15T04:21:51.352Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-04-15T04:21:51.353Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6a9f2d67-bffd-40cf-b364-f21c9edbac86 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-15T04:21:51.355Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:21:51.355Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-04-15T04:21:51.355Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:21:51.355Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:21:51.356Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-04-15T04:21:51.356Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=11adfa5e-db1d-4955-aaa0-8c640250b064 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-15T04:21:51.357Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:21:51.357Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:21:51.357Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid afd9bbe4-c0f3-4631-9ffa-3bbbea14e699: basicclamp 2022-04-15T04:21:51.358Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:21:51.358Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:21:51.358Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:21:51.358Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:21:51.358Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:21:51.358Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:21:51.358Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:21:51.359Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:21:51.359Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:21:51.359Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:21:51.359Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:21:51.457Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 7db0fcb9-d4a2-4ae8-82c7-e498608a550b 1 ASDC deployResourceStructure 2022-04-15T04:21:51.458Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-04-15T04:21:51.458Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-04-15T04:21:51.458Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-15T04:21:51.458Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:21:51.460Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:21:51.461Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996511458, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-04-15T04:21:51.561Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:21:51.562Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:21:51.562Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:21:51.575Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:21:51.576Z||pool-117-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:21:52.462Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-04-15T04:21:52.463Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-04-15T04:21:52.463Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-15T04:21:52.463Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:21:52.465Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:21:52.466Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996512462, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-04-15T04:21:52.566Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-15T04:21:52.566Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:21:52.567Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:21:52.579Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:21:52.580Z||pool-118-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:21:53.467Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-04-15T04:21:53.467Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-04-15T04:21:53.468Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-15T04:21:53.468Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:21:53.470Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:21:53.470Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996513467, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-04-15T04:21:53.571Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-15T04:21:53.572Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:21:53.572Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:21:53.583Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:21:53.584Z||pool-119-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:21:54.471Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-04-15T04:21:54.472Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-04-15T04:21:54.472Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-15T04:21:54.475Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:21:54.477Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:21:54.477Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996514471, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:21:54.578Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:21:54.579Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:21:54.579Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:21:54.591Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:21:54.591Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:21:55.478Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 468bfbb4-3f97-42b5-9117-7c9bd59ae655 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-15T04:21:55.488Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 468bfbb4-3f97-42b5-9117-7c9bd59ae655 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-15T04:21:55.490Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-15T04:21:55.490Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-15T04:21:55.491Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-15T04:21:55.491Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-15T04:21:55.491Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:21:55.491Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:21:55.491Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:21:55.491Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:21:55.491Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:21:55.491Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:21:55.491Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:21:55.491Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||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-04-15T04:21:55.496Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-15T04:22:06.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:22:06.842Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:22:06.842Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:22:06.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:22:06.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:22:06.877Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-15T04:22:06.878Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:22:06.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:22:06.878Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:22:06.879Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:22:06.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:22:06.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:22:06.879Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:22:06.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:22:06.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996410705, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:22:06.879Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:22:06.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:22:06.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996413182, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-15T04:22:06.879Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:22:06.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:22:06.880Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996414584, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-15T04:22:06.880Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:22:06.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:22:06.880Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996415782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-15T04:22:06.880Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:22:06.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:22:06.880Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996416897, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-04-15T04:22:06.880Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:22:06.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:22:06.880Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996417901, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-04-15T04:22:06.880Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:22:06.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:22:06.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996418905, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-04-15T04:22:06.881Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:22:06.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:22:06.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996419910, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:22:06.881Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:22:06.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:22:06.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f083e034-b818-44fd-aebc-8c063255507c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996451889, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-15T04:22:06.881Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:22:06.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:22:06.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:22:06.881Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:22:06.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:22:06.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-15T04:22:06.882Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:22:06.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:22:06.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-15T04:22:06.882Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:22:06.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:22:06.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:22:06.882Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:22:06.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:22:06.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:22:06.883Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:22:06.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:22:06.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/resourceInstances/pnfe401d213834e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:22:06.883Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:22:06.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:22:06.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:22:06.883Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:22:06.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:22:06.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:22:06.883Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:22:06.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:22:06.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996461529, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:22:06.884Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:22:06.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:22:06.884Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996463655, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO5225qblzyjdmmnnz51i/1.0/artifacts/service-DemoPnfO5225qblzyjdmmnnz51i-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:22:06.884Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:22:25.496Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 468bfbb4-3f97-42b5-9117-7c9bd59ae655 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-15T04:22:25.502Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 468bfbb4-3f97-42b5-9117-7c9bd59ae655 and serviceModelVersionId: afd9bbe4-c0f3-4631-9ffa-3bbbea14e699 2022-04-15T04:22:25.502Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6a58310-e552-4d42-83af-5a6c90aa3c6d 2022-04-15T04:22:25.503Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6a58310-e552-4d42-83af-5a6c90aa3c6d/model-vers/model-ver/afd9bbe4-c0f3-4631-9ffa-3bbbea14e699?depth=0 2022-04-15T04:22:25.508Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-04-15T04:22:25.552Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6a58310-e552-4d42-83af-5a6c90aa3c6d/model-vers/model-ver/afd9bbe4-c0f3-4631-9ffa-3bbbea14e699?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-15T04:22:25.553Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6a58310-e552-4d42-83af-5a6c90aa3c6d/model-vers/model-ver/afd9bbe4-c0f3-4631-9ffa-3bbbea14e699?depth=0|INFO|500||Invoke 2022-04-15T04:22:25.575Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6a58310-e552-4d42-83af-5a6c90aa3c6d/model-vers/model-ver/afd9bbe4-c0f3-4631-9ffa-3bbbea14e699?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-15T04:22:25.932Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6a58310-e552-4d42-83af-5a6c90aa3c6d/model-vers/model-ver/afd9bbe4-c0f3-4631-9ffa-3bbbea14e699?depth=0|INFO|500||InvokeReturn 2022-04-15T04:22:25.933Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6a58310-e552-4d42-83af-5a6c90aa3c6d/model-vers/model-ver/afd9bbe4-c0f3-4631-9ffa-3bbbea14e699?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220415-04:22:25:637-33568], vertex-id=[213216], Content-Length=[0], Date=[Fri, 15 Apr 2022 04:22:25 GMT], Content-Type=[application/json]} 2022-04-15T04:22:25.934Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-04-15T04:22:25.934Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-15T04:22:25.934Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||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-04-15T04:22:25.945Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-15T04:22:25.945Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 468bfbb4-3f97-42b5-9117-7c9bd59ae655 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-15T04:22:25.945Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-15T04:22:25.945Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:22:25.947Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:22:25.947Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996545945, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-15T04:22:26.047Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:22:26.048Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:22:26.048Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:22:26.059Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:22:26.060Z||pool-121-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-15T04:22:26.961Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-15T04:22:26.961Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"946fe4fd-b92a-47b3-a89c-73ec284afca9","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"504869ad-a037-4628-861e-f418520699ff","serviceDescription":"service","serviceInvariantUUID":"85261bdf-ba26-45c8-a1d9-3e44c1e1a615","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6e1401d0-fff3-4dd2-99b6-253f006c5d92","resourceInvariantUUID":"43117ff7-1795-4b76-9df0-e01746b822a5","resourceCustomizationUUID":"0a26b8af-ece1-4b5b-bc36-6f36c1e24f09","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"NjljZjcyMzdiY2JhOWY5NTYwOWM0MTdkODFjNTE1NDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7674adec-e8d3-407e-b552-cc13a47cb4f7","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"MzhjNWRiMTM4OTY1NWY2NjRlMDg1YmVlNGYxMjU5MjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"feee8e48-4abf-41bb-994e-591e2bda05a8","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"34f0adb4-882b-4d5e-a613-98c42d0b4c5a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"aeba3aac-cb59-44bb-92dc-c57758cb1a54","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bce98ad5-82c8-43fb-95ab-67aced4e75dc","artifactVersion":"2","generatedFromUUID":"34f0adb4-882b-4d5e-a613-98c42d0b4c5a"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"MTg5MjM5NTg4NGE0YmIyZWVkM2NiNWFkZjZiZWNhYzI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d781c2a3-eb1f-4a64-8e56-a967995f020f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"NjI3NzFhMmQ5ZGU2NDcxYzA1Nzc2NWNjNTE4ODFiMWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"85657644-b992-4464-8483-48e51a436a83","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZjI1NDg0MmFmYmFlM2YxYTRkNDgxODNkNWRkNjcxN2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ea2a0bf8-6e96-4e3f-a8b6-f0e8b508f135","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-15T04:22:26.962Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:22:26.962Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:22:26.964Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:22:26.964Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:22:27.064Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:22:27.065Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:22:27.065Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:22:27.081Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:22:27.081Z||pool-122-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:22:27.965Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:22:27.967Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:22:27.969Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:22:27.969Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-04-15T04:22:28.069Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:22:28.070Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:22:28.070Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:22:28.082Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:22:28.082Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:22:28.975Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:22:28.975Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:22:28.978Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:22:28.978Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-15T04:22:29.078Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-15T04:22:29.078Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:22:29.079Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:22:29.093Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:22:29.093Z||pool-124-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:22:29.978Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:22:29.979Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:22:29.981Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:22:29.982Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:22:30.082Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:22:30.083Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:22:30.083Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:22:30.097Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:22:30.098Z||pool-125-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:22:30.982Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:22:30.983Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:22:30.985Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:22:30.985Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-15T04:22:31.085Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:22:31.086Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:22:31.086Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:22:31.100Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:22:31.100Z||pool-126-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:22:31.986Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:22:31.987Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:22:31.990Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:22:31.990Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-15T04:22:32.090Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:22:32.091Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:22:32.091Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:22:32.103Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:22:32.103Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:22:32.991Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:22:32.992Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:22:32.993Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:22:32.994Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:22:33.094Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:22:33.095Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:22:33.095Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:22:33.115Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:22:33.115Z||pool-128-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-04-15T04:22:33.994Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:22:33.995Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:22:33.997Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:22:33.997Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:22:34.097Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-15T04:22:34.098Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:22:34.098Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:22:34.112Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:22:34.113Z||pool-129-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:22:34.998Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "504869ad-a037-4628-861e-f418520699ff", "serviceDescription": "service", "serviceInvariantUUID": "85261bdf-ba26-45c8-a1d9-3e44c1e1a615", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "0a26b8af-ece1-4b5b-bc36-6f36c1e24f09", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6e1401d0-fff3-4dd2-99b6-253f006c5d92", "resourceInvariantUUID": "43117ff7-1795-4b76-9df0-e01746b822a5", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "artifactChecksum": "MzhjNWRiMTM4OTY1NWY2NjRlMDg1YmVlNGYxMjU5MjU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "feee8e48-4abf-41bb-994e-591e2bda05a8", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "34f0adb4-882b-4d5e-a613-98c42d0b4c5a", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "bce98ad5-82c8-43fb-95ab-67aced4e75dc", "generatedFromUUID": "34f0adb4-882b-4d5e-a613-98c42d0b4c5a" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "bce98ad5-82c8-43fb-95ab-67aced4e75dc", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ZjI1NDg0MmFmYmFlM2YxYTRkNDgxODNkNWRkNjcxN2E\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ea2a0bf8-6e96-4e3f-a8b6-f0e8b508f135" } ], "workloadContext": "Production" } 2022-04-15T04:22:34.999Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-15T04:22:34.999Z|468bfbb4-3f97-42b5-9117-7c9bd59ae655|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 504869ad-a037-4628-861e-f418520699ff ASDC 2022-04-15T04:22:35.000Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:946fe4fd-b92a-47b3-a89c-73ec284afca9 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:504869ad-a037-4628-861e-f418520699ff ServiceInvariantUUID:85261bdf-ba26-45c8-a1d9-3e44c1e1a615 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVmMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ArtifactUUID:ea2a0bf8-6e96-4e3f-a8b6-f0e8b508f135 ArtifactChecksum:ZjI1NDg0MmFmYmFlM2YxYTRkNDgxODNkNWRkNjcxN2E= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:0a26b8af-ece1-4b5b-bc36-6f36c1e24f09 ResourceInvariantUUID:43117ff7-1795-4b76-9df0-e01746b822a5 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:6e1401d0-fff3-4dd2-99b6-253f006c5d92 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ArtifactUUID:feee8e48-4abf-41bb-994e-591e2bda05a8 ArtifactChecksum:MzhjNWRiMTM4OTY1NWY2NjRlMDg1YmVlNGYxMjU5MjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ArtifactUUID:34f0adb4-882b-4d5e-a613-98c42d0b4c5a ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:bce98ad5-82c8-43fb-95ab-67aced4e75dc ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:bce98ad5-82c8-43fb-95ab-67aced4e75dc ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-15T04:22:35.000Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 504869ad-a037-4628-861e-f418520699ff ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-15T04:22:35.036Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-15T04:22:35.037Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-04-15T04:22:35.037Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-04-15T04:22:35.037Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ea2a0bf8-6e96-4e3f-a8b6-f0e8b508f135 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-04-15T04:22:35.037Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-04-15T04:22:35.038Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-04-15T04:22:35.825Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-04-15T04:22:35.828Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ea2a0bf8-6e96-4e3f-a8b6-f0e8b508f135 78777 2022-04-15T04:22:35.829Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-04-15T04:22:35.829Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-04-15T04:22:35.829Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-15T04:22:35.830Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:22:35.832Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:22:35.832Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996555829, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:22:35.932Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:22:35.933Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:22:35.933Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:22:35.958Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:22:35.958Z||pool-130-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:22:36.833Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-15T04:22:36.834Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-04-15T04:22:36.834Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: ea2a0bf8-6e96-4e3f-a8b6-f0e8b508f135, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-15T04:22:36.834Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-04-15T04:22:36.835Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-15T04:22:36.835Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-15T04:22:36.937Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11712155673834809012/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-04-15T04:22:38.002Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-15T04:22:38.003Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-04-15T04:22:38.003Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-15T04:22:38.003Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-04-15T04:22:38.003Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-15T04:22:38.003Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-15T04:22:38.004Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-15T04:22:38.004Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-15T04:22:38.004Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-15T04:22:38.004Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-15T04:22:38.004Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-15T04:22:38.004Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-15T04:22:38.005Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-15T04:22:38.005Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-04-15T04:22:38.005Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:22:38.005Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:22:38.006Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-15T04:22:38.006Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-04-15T04:22:38.006Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-15T04:22:38.006Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:22:38.007Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:22:38.007Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-15T04:22:38.007Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-04-15T04:22:38.007Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-15T04:22:38.008Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:22:38.008Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:22:38.008Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:22:38.008Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-04-15T04:22:38.009Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-04-15T04:22:38.009Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-04-15T04:22:38.009Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-04-15T04:22:38.009Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-15T04:22:38.009Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-15T04:22:38.010Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:22:38.010Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-15T04:22:38.010Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:22:38.010Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-15T04:22:38.011Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:22:38.011Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:22:38.011Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-15T04:22:38.012Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:22:38.012Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:22:38.012Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-15T04:22:38.012Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:22:38.013Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:22:38.013Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-04-15T04:22:38.013Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-04-15T04:22:38.013Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-15T04:22:38.014Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5f59da40-2078-4318-adc2-3a7824922737 2022-04-15T04:22:38.014Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:22:38.014Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:22:38.014Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:22:38.015Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:22:38.015Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:22:38.015Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:22:38.015Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:22:38.015Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:22:38.016Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:504869ad-a037-4628-861e-f418520699ff Model Version:NULL Model InvariantUuid:85261bdf-ba26-45c8-a1d9-3e44c1e1a615 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:39a34e98-897b-44cf-aa98-3f9bfcbc32a7 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:43117ff7-1795-4b76-9df0-e01746b822a5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0a26b8af-ece1-4b5b-bc36-6f36c1e24f09 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:1fa9ad8a-4b17-4ed9-bf41-1ad6afa4eb9c ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:2aa874f5-a671-40cf-857f-ee0a75508c2c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:5f59da40-2078-4318-adc2-3a7824922737 ModelInvariantUuid:f12ab3cf-e24d-4dcc-b87d-8adc670fc23c ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:16ccf8b6-6119-4c6c-937a-c254935c1c27 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:849e75b7-e5d5-458e-a47e-ff1057f30572 ModelInvariantUuid:5d65b4ad-a21e-4ff9-9a75-420d6293c3a4 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:d70969d4-6805-4763-bdc4-9d5f16712beb ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-15T04:22:38.047Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 6e1401d0-fff3-4dd2-99b6-253f006c5d92 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-15T04:22:38.050Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||basic_vm_macro 0 2022-04-15T04:22:38.050Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6e1401d0-fff3-4dd2-99b6-253f006c5d92 2022-04-15T04:22:38.050Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: feee8e48-4abf-41bb-994e-591e2bda05a8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-04-15T04:22:38.051Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-04-15T04:22:38.051Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-04-15T04:22:38.227Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-04-15T04:22:38.228Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json feee8e48-4abf-41bb-994e-591e2bda05a8 792 2022-04-15T04:22:38.228Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-04-15T04:22:38.228Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-04-15T04:22:38.229Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-15T04:22:38.229Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:22:38.231Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:22:38.231Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996558228, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-15T04:22:38.331Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-15T04:22:38.332Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:22:38.332Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:22:38.348Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:22:38.348Z||pool-131-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:22:39.232Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "1fa9ad8a-4b17-4ed9-bf41-1ad6afa4eb9c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2aa874f5-a671-40cf-857f-ee0a75508c2c", "vfModuleModelCustomizationUUID": "db9ff3c7-814a-4a20-878a-236ea2593da1", "isBase": true, "artifacts": [ "34f0adb4-882b-4d5e-a613-98c42d0b4c5a", "bce98ad5-82c8-43fb-95ab-67aced4e75dc" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-15T04:22:39.236Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2aa874f5-a671-40cf-857f-ee0a75508c2c VfModuleModelInvariantUUID:1fa9ad8a-4b17-4ed9-bf41-1ad6afa4eb9c VfModuleModelDescription:NULL Artifacts UUID List:{ 34f0adb4-882b-4d5e-a613-98c42d0b4c5a , bce98ad5-82c8-43fb-95ab-67aced4e75dc } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-15T04:22:39.237Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "1fa9ad8a-4b17-4ed9-bf41-1ad6afa4eb9c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2aa874f5-a671-40cf-857f-ee0a75508c2c", "vfModuleModelCustomizationUUID": "db9ff3c7-814a-4a20-878a-236ea2593da1", "isBase": true, "artifacts": [ "34f0adb4-882b-4d5e-a613-98c42d0b4c5a", "bce98ad5-82c8-43fb-95ab-67aced4e75dc" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-15T04:22:39.237Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2aa874f5-a671-40cf-857f-ee0a75508c2c VfModuleModelInvariantUUID:1fa9ad8a-4b17-4ed9-bf41-1ad6afa4eb9c VfModuleModelDescription:NULL Artifacts UUID List:{ 34f0adb4-882b-4d5e-a613-98c42d0b4c5a , bce98ad5-82c8-43fb-95ab-67aced4e75dc } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-15T04:22:39.238Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 34f0adb4-882b-4d5e-a613-98c42d0b4c5a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-04-15T04:22:39.238Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-04-15T04:22:39.238Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-04-15T04:22:39.286Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-04-15T04:22:39.286Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 34f0adb4-882b-4d5e-a613-98c42d0b4c5a 5033 2022-04-15T04:22:39.286Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-04-15T04:22:39.287Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-04-15T04:22:39.287Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-15T04:22:39.287Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:22:39.288Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:22:39.288Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996559286, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-15T04:22:39.389Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:22:39.389Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:22:39.389Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:22:39.401Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:22:39.401Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-04-15T04:22:40.289Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bce98ad5-82c8-43fb-95ab-67aced4e75dc from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-04-15T04:22:40.290Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-04-15T04:22:40.290Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-04-15T04:22:40.338Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-04-15T04:22:40.338Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env bce98ad5-82c8-43fb-95ab-67aced4e75dc 903 2022-04-15T04:22:40.338Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-04-15T04:22:40.338Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-04-15T04:22:40.338Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-15T04:22:40.339Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:22:40.340Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:22:40.340Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996560338, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-15T04:22:40.440Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-15T04:22:40.441Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:22:40.441Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:22:40.453Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:22:40.454Z||pool-133-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:22:41.341Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 504869ad-a037-4628-861e-f418520699ff 2022-04-15T04:22:41.342Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 6e1401d0-fff3-4dd2-99b6-253f006c5d92 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-15T04:22:41.354Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@20fce6ac, org.onap.sdc.toscaparser.api.parameters.Input@52abb28a, org.onap.sdc.toscaparser.api.parameters.Input@21579a3d, org.onap.sdc.toscaparser.api.parameters.Input@324a0b81, org.onap.sdc.toscaparser.api.parameters.Input@754452e2] 2022-04-15T04:22:41.355Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:22:41.355Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:22:41.355Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-04-15T04:22:41.355Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 0a26b8af-ece1-4b5b-bc36-6f36c1e24f09 2022-04-15T04:22:41.356Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0a26b8af-ece1-4b5b-bc36-6f36c1e24f09 matches Tosca VF Customization UUID: 0a26b8af-ece1-4b5b-bc36-6f36c1e24f09 2022-04-15T04:22:41.356Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 0a26b8af-ece1-4b5b-bc36-6f36c1e24f09 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-04-15T04:22:41.358Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:22:41.358Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:22:41.358Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 0a26b8af-ece1-4b5b-bc36-6f36c1e24f09: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2022-04-15T04:22:41.358Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@59b635c 2022-04-15T04:22:41.359Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:22:41.359Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-15T04:22:41.359Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : db9ff3c7-814a-4a20-878a-236ea2593da1 2022-04-15T04:22:41.359Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID db9ff3c7-814a-4a20-878a-236ea2593da1 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-04-15T04:22:41.361Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:22:41.361Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-15T04:22:41.361Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:22:41.362Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:22:41.362Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-15T04:22:41.362Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:22:41.362Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:22:41.362Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-04-15T04:22:41.362Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-04-15T04:22:41.363Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-15T04:22:41.363Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5f59da40-2078-4318-adc2-3a7824922737 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-15T04:22:41.365Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:22:41.365Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-15T04:22:41.365Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-15T04:22:41.365Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:22:41.365Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-15T04:22:41.365Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=0a26b8af-ece1-4b5b-bc36-6f36c1e24f09 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-15T04:22:41.367Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:22:41.367Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:22:41.367Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 504869ad-a037-4628-861e-f418520699ff: basic_vm_macro 2022-04-15T04:22:41.367Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:22:41.367Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:22:41.368Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:22:41.368Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:22:41.368Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:22:41.368Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:22:41.368Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:22:41.368Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:22:41.368Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:22:41.369Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:22:41.369Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-15T04:22:41.437Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 6e1401d0-fff3-4dd2-99b6-253f006c5d92 1 ASDC deployResourceStructure 2022-04-15T04:22:41.437Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-04-15T04:22:41.437Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-04-15T04:22:41.437Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-15T04:22:41.437Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:22:41.439Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:22:41.439Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996561437, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-04-15T04:22:41.539Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:22:41.540Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:22:41.541Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:22:41.553Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:22:41.553Z||pool-134-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-04-15T04:22:42.440Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-04-15T04:22:42.440Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-04-15T04:22:42.440Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-15T04:22:42.441Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:22:42.443Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:22:42.443Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996562440, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-04-15T04:22:42.543Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:22:42.544Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:22:42.544Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:22:42.556Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:22:42.557Z||pool-135-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:22:43.444Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-04-15T04:22:43.444Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-04-15T04:22:43.444Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-15T04:22:43.444Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:22:43.446Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:22:43.447Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996563443, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-04-15T04:22:43.546Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-15T04:22:43.547Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:22:43.547Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:22:43.560Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:22:43.560Z||pool-136-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:22:44.448Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-04-15T04:22:44.448Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-04-15T04:22:44.448Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-15T04:22:44.448Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:22:44.450Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:22:44.450Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996564448, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:22:44.550Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-15T04:22:44.551Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:22:44.551Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:22:44.563Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:22:44.564Z||pool-137-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:22:45.451Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 946fe4fd-b92a-47b3-a89c-73ec284afca9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-15T04:22:45.461Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 946fe4fd-b92a-47b3-a89c-73ec284afca9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-15T04:22:45.463Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-15T04:22:45.463Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-15T04:22:45.463Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-15T04:22:45.463Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-15T04:22:45.463Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:22:45.463Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:22:45.463Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:22:45.463Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:22:45.464Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:22:45.464Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:22:45.464Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||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-04-15T04:22:45.469Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-15T04:23:06.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:23:06.843Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:23:06.843Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:23:06.868Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:23:06.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:23:06.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5326dc27-db2b-472a-9317-3b0736706efa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996494947, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-15T04:23:06.870Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:23:06.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:23:06.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:23:06.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:23:06.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:23:06.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:23:06.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:23:06.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:23:06.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-04-15T04:23:06.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:23:06.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:23:06.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-15T04:23:06.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:23:06.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:23:06.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:23:06.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:23:06.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:23:06.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-15T04:23:06.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:23:06.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:23:06.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:23:06.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:23:06.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:23:06.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:23:06.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:23:06.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:23:06.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996504818, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:23:06.872Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:23:06.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:23:06.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996507515, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-15T04:23:06.872Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:23:06.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:23:06.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996508880, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-04-15T04:23:06.872Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:23:06.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:23:06.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996510320, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-04-15T04:23:06.872Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:23:06.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:23:06.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996511458, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-04-15T04:23:06.873Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:23:06.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:23:06.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996512462, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-04-15T04:23:06.873Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:23:06.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:23:06.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996513467, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-04-15T04:23:06.874Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:23:06.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:23:06.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996514471, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:23:06.874Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:23:15.469Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 946fe4fd-b92a-47b3-a89c-73ec284afca9 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-15T04:23:15.474Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 946fe4fd-b92a-47b3-a89c-73ec284afca9 and serviceModelVersionId: 504869ad-a037-4628-861e-f418520699ff 2022-04-15T04:23:15.474Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 85261bdf-ba26-45c8-a1d9-3e44c1e1a615 2022-04-15T04:23:15.474Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/85261bdf-ba26-45c8-a1d9-3e44c1e1a615/model-vers/model-ver/504869ad-a037-4628-861e-f418520699ff?depth=0 2022-04-15T04:23:15.478Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-04-15T04:23:15.526Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85261bdf-ba26-45c8-a1d9-3e44c1e1a615/model-vers/model-ver/504869ad-a037-4628-861e-f418520699ff?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-15T04:23:15.528Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85261bdf-ba26-45c8-a1d9-3e44c1e1a615/model-vers/model-ver/504869ad-a037-4628-861e-f418520699ff?depth=0|INFO|500||Invoke 2022-04-15T04:23:15.546Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85261bdf-ba26-45c8-a1d9-3e44c1e1a615/model-vers/model-ver/504869ad-a037-4628-861e-f418520699ff?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-15T04:23:15.799Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85261bdf-ba26-45c8-a1d9-3e44c1e1a615/model-vers/model-ver/504869ad-a037-4628-861e-f418520699ff?depth=0|INFO|500||InvokeReturn 2022-04-15T04:23:15.799Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85261bdf-ba26-45c8-a1d9-3e44c1e1a615/model-vers/model-ver/504869ad-a037-4628-861e-f418520699ff?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220415-04:23:15:607-33890], vertex-id=[254184], Content-Length=[0], Date=[Fri, 15 Apr 2022 04:23:15 GMT], Content-Type=[application/json]} 2022-04-15T04:23:15.800Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-04-15T04:23:15.800Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-15T04:23:15.800Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||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-04-15T04:23:15.805Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-15T04:23:15.805Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 946fe4fd-b92a-47b3-a89c-73ec284afca9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-15T04:23:15.806Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-15T04:23:15.806Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:23:15.808Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:23:15.808Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996595806, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-15T04:23:15.908Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:23:15.909Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:23:15.909Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:23:15.924Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:23:15.924Z||pool-138-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-15T04:23:16.829Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:23:16.830Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:23:16.830Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:23:21.171Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:23:21.174Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-15T04:23:21.174Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"197868c2-5aed-4144-a180-cd746363f25a","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"e3a567ab-2081-4f1a-a386-b580bfa174ea","serviceDescription":"service","serviceInvariantUUID":"09e9932b-8b16-4034-8f82-3b727646c2a5","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"403a2c3f-4f81-4aa8-ab5c-67fb9eb9bb88","resourceInvariantUUID":"e46f1731-bb63-464c-9134-0b5351134290","resourceCustomizationUUID":"5612f149-74f0-488a-8ba1-91c9eef8c4f8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"NTVhNTc1ZWFhYzQyM2RhYWZlM2Y2N2I5ODI1MjU0YTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e85c404d-f6da-4d98-be22-81f8421013e8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"61c87590-2cde-4f46-a311-36e04b9cf63a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4bcafae8-24bb-4f64-b06f-843862eb70cb","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"ODc5NzJlMzY1MjI2MmIzN2Q4YTc0NDljNGRjMTg0MmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5b93a02a-8712-4b74-aa5b-1f7eccd431b6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3143a1b2-4eb9-4b55-904f-aa8e7f5e0519","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8ccf7c81-2576-4a33-9d8c-2a9e51bdd042","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"94892d26-bacf-42b3-9bf0-6a3fb262cfc0","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"MzE5NTdjNTZjMDUxODdlMGY0ZDQ1MTM2NjcyNTUwOTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e5f8290e-698e-45c9-bf72-e135204b0665","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MDY1YzJhMTcxY2I5NTE2OWJmM2E2NzRmNmZjYjAzZjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"44c5ecb6-210a-4ca6-a031-0d49d59fcc5a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-15T04:23:21.178Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:23:21.179Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:23:21.181Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:23:21.181Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996596829, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:23:21.281Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-15T04:23:21.282Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:23:21.282Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:23:21.297Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:23:21.297Z||pool-139-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:23:22.182Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:23:22.183Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:23:22.185Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:23:22.185Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996596829, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-15T04:23:22.285Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:23:22.286Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:23:22.286Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:23:22.299Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:23:22.299Z||pool-140-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:23:23.186Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:23:23.187Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:23:23.189Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:23:23.189Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996596829, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-15T04:23:23.289Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:23:23.290Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:23:23.290Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:23:23.301Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:23:23.301Z||pool-141-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:23:24.190Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:23:24.191Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:23:24.193Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:23:24.193Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996596829, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-15T04:23:24.293Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:23:24.294Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:23:24.294Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:23:24.309Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:23:24.310Z||pool-142-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:23:25.193Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:23:25.194Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:23:25.196Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:23:25.197Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996596829, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:23:25.297Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:23:25.298Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:23:25.299Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:23:25.323Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:23:25.323Z||pool-143-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:23:26.197Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:23:26.198Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:23:26.200Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:23:26.200Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996596829, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:23:26.300Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:23:26.301Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:23:26.301Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:23:26.326Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:23:26.326Z||pool-144-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:23:27.201Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:23:27.202Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:23:27.203Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:23:27.204Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996596829, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:23:27.304Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:23:27.305Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:23:27.305Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:23:27.329Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:23:27.329Z||pool-145-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:23:28.204Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:23:28.205Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:23:28.207Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:23:28.208Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996596829, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:23:28.307Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-15T04:23:28.308Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:23:28.308Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:23:28.328Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:23:28.329Z||pool-146-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:23:29.208Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-15T04:23:29.209Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:23:29.211Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:23:29.211Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996596829, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:23:29.311Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-15T04:23:29.312Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:23:29.312Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:23:29.325Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:23:29.325Z||pool-147-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-04-15T04:23:30.213Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "e3a567ab-2081-4f1a-a386-b580bfa174ea", "serviceDescription": "service", "serviceInvariantUUID": "09e9932b-8b16-4034-8f82-3b727646c2a5", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "5612f149-74f0-488a-8ba1-91c9eef8c4f8", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "403a2c3f-4f81-4aa8-ab5c-67fb9eb9bb88", "resourceInvariantUUID": "e46f1731-bb63-464c-9134-0b5351134290", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-TestPnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "artifactChecksum": "MDY1YzJhMTcxY2I5NTE2OWJmM2E2NzRmNmZjYjAzZjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "44c5ecb6-210a-4ca6-a031-0d49d59fcc5a" } ], "workloadContext": "Production" } 2022-04-15T04:23:30.213Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-15T04:23:30.213Z|946fe4fd-b92a-47b3-a89c-73ec284afca9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e3a567ab-2081-4f1a-a386-b580bfa174ea ASDC 2022-04-15T04:23:30.214Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:197868c2-5aed-4144-a180-cd746363f25a ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:e3a567ab-2081-4f1a-a386-b580bfa174ea ServiceInvariantUUID:09e9932b-8b16-4034-8f82-3b727646c2a5 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-TestPnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ArtifactUUID:44c5ecb6-210a-4ca6-a031-0d49d59fcc5a ArtifactChecksum:MDY1YzJhMTcxY2I5NTE2OWJmM2E2NzRmNmZjYjAzZjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:5612f149-74f0-488a-8ba1-91c9eef8c4f8 ResourceInvariantUUID:e46f1731-bb63-464c-9134-0b5351134290 ResourceName:test-pnf ResourceType:PNF ResourceUUID:403a2c3f-4f81-4aa8-ab5c-67fb9eb9bb88 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-04-15T04:23:30.214Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e3a567ab-2081-4f1a-a386-b580bfa174ea ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-15T04:23:30.237Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-15T04:23:30.237Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-04-15T04:23:30.237Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-04-15T04:23:30.237Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 44c5ecb6-210a-4ca6-a031-0d49d59fcc5a from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-04-15T04:23:30.237Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-04-15T04:23:30.238Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-04-15T04:23:30.830Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-04-15T04:23:30.835Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 44c5ecb6-210a-4ca6-a031-0d49d59fcc5a 105642 2022-04-15T04:23:30.836Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-04-15T04:23:30.836Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-04-15T04:23:30.836Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-15T04:23:30.836Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:23:30.838Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:23:30.838Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996610835, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:23:30.938Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:23:30.939Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:23:30.939Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:23:30.953Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:23:30.953Z||pool-148-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:23:31.839Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-15T04:23:31.840Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-04-15T04:23:31.841Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 44c5ecb6-210a-4ca6-a031-0d49d59fcc5a, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-15T04:23:31.841Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-04-15T04:23:31.841Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-15T04:23:31.842Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-15T04:23:31.957Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10532676453120620368/Definitions/service-TestPnfMacro-template.yml 2022-04-15T04:23:32.656Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-15T04:23:32.656Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-04-15T04:23:32.656Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-15T04:23:32.656Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-04-15T04:23:32.656Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-15T04:23:32.657Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-15T04:23:32.657Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-15T04:23:32.657Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-15T04:23:32.657Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-15T04:23:32.657Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-15T04:23:32.657Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-15T04:23:32.657Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-04-15T04:23:32.657Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:23:32.657Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:23:32.657Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-04-15T04:23:32.658Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-04-15T04:23:32.658Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-15T04:23:32.658Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:23:32.658Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:23:32.658Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-04-15T04:23:32.658Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-04-15T04:23:32.658Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-15T04:23:32.660Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:23:32.660Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:23:32.660Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:23:32.660Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:23:32.660Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:23:32.660Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:23:32.661Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:23:32.661Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:23:32.661Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:23:32.661Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:23:32.661Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:e3a567ab-2081-4f1a-a386-b580bfa174ea Model Version:NULL Model InvariantUuid:09e9932b-8b16-4034-8f82-3b727646c2a5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-15T04:23:32.668Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 403a2c3f-4f81-4aa8-ab5c-67fb9eb9bb88 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-15T04:23:32.671Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||INFO|500||test-pnf 0 2022-04-15T04:23:32.671Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 403a2c3f-4f81-4aa8-ab5c-67fb9eb9bb88 2022-04-15T04:23:32.671Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||No resources found for Service: e3a567ab-2081-4f1a-a386-b580bfa174ea 2022-04-15T04:23:32.671Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: e3a567ab-2081-4f1a-a386-b580bfa174ea 2022-04-15T04:23:32.671Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 403a2c3f-4f81-4aa8-ab5c-67fb9eb9bb88 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-15T04:23:32.675Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6522dfc6, org.onap.sdc.toscaparser.api.parameters.Input@372c333d, org.onap.sdc.toscaparser.api.parameters.Input@79e402c3, org.onap.sdc.toscaparser.api.parameters.Input@43848c0f, org.onap.sdc.toscaparser.api.parameters.Input@30abb756] 2022-04-15T04:23:32.675Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:23:32.675Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:23:32.675Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid e3a567ab-2081-4f1a-a386-b580bfa174ea: test-pnf 2022-04-15T04:23:32.675Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||INFO|500||Processing PNF resource: 403a2c3f-4f81-4aa8-ab5c-67fb9eb9bb88 2022-04-15T04:23:32.676Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-15T04:23:32.676Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-15T04:23:32.677Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||INFO|500||Resource customization UUID: 5612f149-74f0-488a-8ba1-91c9eef8c4f8 is the same as notified resource customizationUUID: 5612f149-74f0-488a-8ba1-91c9eef8c4f8 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-04-15T04:23:32.708Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 403a2c3f-4f81-4aa8-ab5c-67fb9eb9bb88 0 ASDC deployResourceStructure 2022-04-15T04:23:32.709Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-04-15T04:23:32.709Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-04-15T04:23:32.709Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-15T04:23:32.709Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:23:32.711Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:23:32.711Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996612708, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:23:32.811Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:23:32.812Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:23:32.812Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:23:32.823Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:23:32.824Z||pool-149-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-15T04:23:33.711Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 197868c2-5aed-4144-a180-cd746363f25a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-15T04:23:33.723Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 197868c2-5aed-4144-a180-cd746363f25a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-15T04:23:33.725Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-15T04:23:33.726Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-15T04:23:33.726Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-15T04:23:33.726Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-15T04:23:33.726Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:23:33.726Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:23:33.726Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:23:33.726Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:23:33.726Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:23:33.726Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:23:33.726Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-15T04:23:33.726Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||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-04-15T04:23:33.732Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-15T04:24:03.732Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 197868c2-5aed-4144-a180-cd746363f25a and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-15T04:24:03.737Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 197868c2-5aed-4144-a180-cd746363f25a and serviceModelVersionId: e3a567ab-2081-4f1a-a386-b580bfa174ea 2022-04-15T04:24:03.737Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 09e9932b-8b16-4034-8f82-3b727646c2a5 2022-04-15T04:24:03.738Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/09e9932b-8b16-4034-8f82-3b727646c2a5/model-vers/model-ver/e3a567ab-2081-4f1a-a386-b580bfa174ea?depth=0 2022-04-15T04:24:03.742Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-04-15T04:24:03.775Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09e9932b-8b16-4034-8f82-3b727646c2a5/model-vers/model-ver/e3a567ab-2081-4f1a-a386-b580bfa174ea?depth=0|INFO|500||Invoke 2022-04-15T04:24:03.776Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09e9932b-8b16-4034-8f82-3b727646c2a5/model-vers/model-ver/e3a567ab-2081-4f1a-a386-b580bfa174ea?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09e9932b-8b16-4034-8f82-3b727646c2a5/model-vers/model-ver/e3a567ab-2081-4f1a-a386-b580bfa174ea?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[197868c2-5aed-4144-a180-cd746363f25a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[aed2612b-d511-4d94-8c26-ad4f76637bb6], X-ECOMP-RequestID=[197868c2-5aed-4144-a180-cd746363f25a], X-TransactionId=[], X-ONAP-RequestID=[197868c2-5aed-4144-a180-cd746363f25a], Content-Type=[application/merge-patch+json]} 2022-04-15T04:24:03.800Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09e9932b-8b16-4034-8f82-3b727646c2a5/model-vers/model-ver/e3a567ab-2081-4f1a-a386-b580bfa174ea?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-15T04:24:04.114Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09e9932b-8b16-4034-8f82-3b727646c2a5/model-vers/model-ver/e3a567ab-2081-4f1a-a386-b580bfa174ea?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/09e9932b-8b16-4034-8f82-3b727646c2a5/model-vers/model-ver/e3a567ab-2081-4f1a-a386-b580bfa174ea?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220415-04:24:03:862-70457], vertex-id=[278600], Content-Length=[0], Date=[Fri, 15 Apr 2022 04:24:03 GMT], Content-Type=[application/json]} 2022-04-15T04:24:04.114Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09e9932b-8b16-4034-8f82-3b727646c2a5/model-vers/model-ver/e3a567ab-2081-4f1a-a386-b580bfa174ea?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-04-15T04:24:04.115Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09e9932b-8b16-4034-8f82-3b727646c2a5/model-vers/model-ver/e3a567ab-2081-4f1a-a386-b580bfa174ea?depth=0|INFO|500||InvokeReturn 2022-04-15T04:24:04.115Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-15T04:24:04.116Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||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-04-15T04:24:04.122Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-15T04:24:04.122Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 197868c2-5aed-4144-a180-cd746363f25a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-15T04:24:04.122Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-15T04:24:04.122Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-15T04:24:04.124Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-15T04:24:04.124Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996644122, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-15T04:24:04.224Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-15T04:24:04.225Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-15T04:24:04.225Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:24:04.242Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:24:04.242Z||pool-150-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-04-15T04:24:05.136Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:24:05.136Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:24:05.137Z|197868c2-5aed-4144-a180-cd746363f25a|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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:24:06.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:24:06.842Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:24:06.842Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:24:06.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:24:06.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:24:06.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "468bfbb4-3f97-42b5-9117-7c9bd59ae655", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996545945, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-15T04:24:06.876Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:24:06.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:24:06.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:24:06.876Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:24:06.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:24:06.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-04-15T04:24:06.876Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:24:06.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:24:06.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-15T04:24:06.877Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:24:06.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:24:06.877Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:24:06.877Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:24:06.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:24:06.877Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-15T04:24:06.877Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:24:06.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:24:06.877Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-15T04:24:06.877Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:24:06.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:24:06.877Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:24:06.877Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:24:06.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:24:06.878Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996286837, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:24:06.878Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-15T04:24:06.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:24:06.878Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996555829, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:24:06.878Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:24:06.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:24:06.878Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996558228, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-15T04:24:06.878Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:24:06.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:24:06.878Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996559286, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-15T04:24:06.878Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:24:06.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:24:06.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996560338, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-15T04:24:06.879Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:24:06.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:24:06.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996561437, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-04-15T04:24:06.879Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:24:06.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:24:06.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996562440, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-04-15T04:24:06.879Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:24:06.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:24:06.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996563443, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-04-15T04:24:06.879Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:24:06.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-15T04:24:06.880Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996564448, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:24:06.880Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:24:14.682Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:24:14.682Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:24:14.683Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:24:14.683Z|197868c2-5aed-4144-a180-cd746363f25a|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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:24:24.218Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:24:24.219Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:24:24.220Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:24:24.220Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:24:33.763Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:24:33.763Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:24:33.764Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:24:33.764Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:24:43.310Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:24:43.311Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:24:43.311Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:24:43.311Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:24:52.859Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:25:06.837Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:25:06.838Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:25:06.838Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:25:06.841Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:25:06.842Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:25:06.842Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:25:07.377Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:25:07.378Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-15T04:25:07.378Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "946fe4fd-b92a-47b3-a89c-73ec284afca9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996595806, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-15T04:25:07.379Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:25:07.379Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-15T04:25:07.379Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996596829, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:25:07.379Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-15T04:25:07.379Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-15T04:25:07.379Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996596829, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-15T04:25:07.380Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-15T04:25:07.380Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-15T04:25:07.380Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996596829, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-15T04:25:07.380Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-15T04:25:07.380Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-15T04:25:07.380Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996596829, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-15T04:25:07.381Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-15T04:25:07.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-15T04:25:07.381Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996596829, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-15T04:25:07.381Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-15T04:25:07.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-15T04:25:07.381Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996596829, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:25:07.381Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-15T04:25:07.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-15T04:25:07.382Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996596829, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-15T04:25:07.382Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-15T04:25:07.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-15T04:25:07.382Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996596829, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-15T04:25:07.382Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-15T04:25:07.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-15T04:25:07.382Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996596829, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-15T04:25:07.383Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-15T04:25:07.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-15T04:25:07.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996610835, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-15T04:25:07.383Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:25:07.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-15T04:25:07.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996612708, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-15T04:25:07.383Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:25:07.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-15T04:25:07.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "197868c2-5aed-4144-a180-cd746363f25a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649996644122, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-15T04:25:07.384Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-15T04:25:16.380Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:26:06.841Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:26:06.842Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:26:06.842Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:26:06.842Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:26:06.842Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:26:06.842Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:26:16.416Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:26:16.424Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:27:06.838Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:27:06.841Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:27:06.841Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:27:06.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:27:06.842Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:27:06.842Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:27:16.405Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:27:16.406Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:28:06.837Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:28:06.838Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:28:06.839Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:28:06.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:28:06.842Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:28:06.842Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:28:16.397Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:28:16.397Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:29:06.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:29:06.838Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:29:06.838Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:29:06.841Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:29:06.842Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:29:06.842Z|197868c2-5aed-4144-a180-cd746363f25a|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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:29:16.406Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:29:16.418Z|197868c2-5aed-4144-a180-cd746363f25a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:30:06.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:30:06.838Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:30:06.838Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:30:06.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:30:06.842Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:30:06.843Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:30:16.399Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:30:16.399Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:31:06.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:31:06.838Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:31:06.838Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:31:06.841Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:31:06.842Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:31:06.842Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:31:16.410Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:31:16.410Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:32:06.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:32:06.838Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:32:06.838Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:32:06.842Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:32:06.842Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:32:06.842Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:32:16.404Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:32:16.405Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:33:06.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:33:06.839Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:33:06.839Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:33:06.841Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:33:06.842Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:33:06.842Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:33:16.411Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:33:16.411Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:34:06.838Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:34:06.840Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:34:06.840Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:34:06.841Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:34:06.842Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:34:06.842Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:34:16.390Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:34:16.391Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:35:06.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:35:06.838Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:35:06.838Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:35:06.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:35:06.843Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:35:06.843Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:35:16.401Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:35:16.403Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:36:06.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:36:06.838Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:36:06.838Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:36:06.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:36:06.842Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:36:06.842Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:36:16.395Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:36:16.397Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:37:06.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:37:06.838Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:37:06.838Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:37:06.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:37:06.842Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:37:06.842Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:37:16.399Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:37:16.406Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:38:06.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:38:06.838Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:38:06.838Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:38:06.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:38:06.842Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:38:06.842Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:38:16.386Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:38:16.388Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:39:06.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:39:06.838Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:39:06.838Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:39:06.842Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:39:06.842Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:39:06.842Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:39:16.388Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:39:16.388Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:40:06.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:40:06.838Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:40:06.838Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:40:06.841Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:40:06.842Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:40:06.842Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:40:16.389Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:40:16.390Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:41:06.838Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:41:06.839Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:41:06.839Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:41:06.841Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:41:06.842Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:41:06.842Z|2d2469c8-af71-4a79-9219-832569b88854|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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:41:16.385Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:41:16.391Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:42:06.838Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:42:06.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:42:06.842Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:42:06.843Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:42:06.842Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:42:06.843Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:42:16.400Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:42:16.400Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:43:06.837Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:43:06.838Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:43:06.838Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gShiLqb9PvCBKdIJ) ... 2022-04-15T04:43:06.842Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-15T04:43:06.842Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-15T04:43:06.842Z||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 gShiLqb9PvCBKdIJ) ... 2022-04-15T04:43:16.411Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-15T04:43:16.413Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK