JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-03-10T03:17:27.490Z||main|||||INFO|500||The following profiles are active: basic 2022-03-10T03:17:41.668Z||main|||||INFO|500||Starting service [Tomcat] 2022-03-10T03:17:41.669Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-03-10T03:17:41.782Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-03-10T03:17:46.588Z||main|||||INFO|500||catdb-pool - Starting... 2022-03-10T03:17:47.078Z||main|||||INFO|500||catdb-pool - Start completed. 2022-03-10T03:17:47.665Z||main|||||INFO|500||reqdb-pool - Starting... 2022-03-10T03:17:47.675Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-03-10T03:17:47.810Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-03-10T03:17:48.045Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-03-10T03:17:48.775Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-03-10T03:17:50.664Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-10T03:17:53.434Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-10T03:17:53.515Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-03-10T03:17:54.227Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-10T03:17:54.360Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-03-10T03:17:56.013Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-10T03:17:57.595Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-03-10T03:17:57.624Z||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$$a1a3d335.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-03-10T03:17:57.626Z||main|||||WARN|500||The sdc end point is not alive 2022-03-10T03:18:01.347Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-03-10T03:18:05.516Z||main|||||WARN|500||--- 2022-03-10T03:18:05.516Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-03-10T03:18:05.517Z||main|||||WARN|500||--- 2022-03-10T03:18:06.175Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-03-10T03:18:13.171Z||main|||||INFO|500||Started Application in 49.572 seconds (JVM running for 51.721) 2022-03-10T03:18:13.194Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-10T03:18:13.197Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-10T03:18:13.224Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-10T03:18:13.255Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-10T03:18:13.325Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 70499bb9-d484-4cd7-8397-6cc880d467b4 url= /sdc/v1/artifactTypes 2022-03-10T03:18:13.325Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-10T03:18:13.651Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-03-10T03:18:13.681Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-03-10T03:18:13.705Z||scheduling-1|||||DEBUG|500||create keys 2022-03-10T03:18:13.758Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-03-10T03:18:13.802Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:18:13.824Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a1cc824c-dfa9-4439-bbad-5a94ca3733e4 url= /sdc/v1/registerForDistribution 2022-03-10T03:18:14.075Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= a1cc824c-dfa9-4439-bbad-5a94ca3733e4 url= /sdc/v1/registerForDistribution 2022-03-10T03:18:14.075Z||scheduling-1|||||INFO|500||start DistributionClient 2022-03-10T03:18:14.089Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:18:14.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:18:14.112Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-03-10T03:18:14.152Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:18:14.152Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:18:14.152Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:18:14.153Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:18:24.477Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:18:24.491Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:19:14.083Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:19:14.084Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:19:14.085Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:19:14.091Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:19:14.100Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:19:14.101Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:19:23.676Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:19:23.683Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:20:14.084Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:20:14.087Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:20:14.088Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:20:14.091Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:20:14.092Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:20:14.092Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:20:23.639Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:20:23.659Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:21:14.083Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:21:14.084Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:21:14.084Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:21:14.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:21:14.090Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:21:14.090Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:21:23.632Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:21:23.632Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:22:14.083Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:22:14.084Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:22:14.084Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ygyisqJqbLioOY9W) ... 2022-03-10T03:22:14.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:22:14.090Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:22:14.091Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:22:23.676Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:22:23.677Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:23:14.083Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:23:14.084Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:23:14.084Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ygyisqJqbLioOY9W) ... 2022-03-10T03:23:14.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:23:14.091Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:23:14.091Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:23:23.660Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:23:23.660Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:24:14.085Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:24:14.086Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:24:14.086Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ygyisqJqbLioOY9W) ... 2022-03-10T03:24:14.090Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:24:14.090Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:24:14.091Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:24:23.640Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:24:23.642Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:25:14.083Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:25:14.084Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:25:14.084Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ygyisqJqbLioOY9W) ... 2022-03-10T03:25:14.090Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:25:14.091Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:25:14.091Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:25:23.630Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:25:23.631Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:26:14.083Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:26:14.090Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:26:14.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:26:14.090Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ygyisqJqbLioOY9W) ... 2022-03-10T03:26:14.090Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:26:14.090Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:26:23.671Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:26:23.671Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:27:14.083Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:27:14.084Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:27:14.084Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ygyisqJqbLioOY9W) ... 2022-03-10T03:27:14.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:27:14.090Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:27:14.091Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:27:23.634Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:27:23.634Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:27:35.870Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-03-10T03:28:14.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:28:14.084Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:28:14.084Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:28:14.090Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:28:14.090Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:28:14.090Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:28:23.635Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:28:23.636Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:29:14.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:29:14.084Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:29:14.084Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:29:14.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:29:14.091Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:29:14.091Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:29:23.625Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:29:23.639Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:30:14.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:30:14.084Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:30:14.084Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:30:14.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:30:14.091Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:30:14.092Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:30:23.630Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:30:23.631Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:31:14.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:31:14.084Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:31:14.084Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:31:14.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:31:14.091Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:31:14.091Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:31:23.630Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:31:23.641Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:32:14.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:32:14.084Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:32:14.084Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:32:14.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:32:14.091Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:32:14.091Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:32:23.653Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:32:23.653Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:33:14.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:33:14.086Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:33:14.086Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:33:14.090Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:33:14.091Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:33:14.091Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:33:23.632Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:33:23.634Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:34:14.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:34:14.084Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:34:14.084Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:34:14.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:34:14.090Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:34:14.091Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:34:23.631Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:34:23.654Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:35:14.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:35:14.084Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:35:14.084Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:35:14.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:35:14.091Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:35:14.091Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:35:23.627Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:35:23.627Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:36:14.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:36:14.084Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:36:14.084Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:36:14.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:36:14.091Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:36:14.091Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:36:23.629Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:36:23.642Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:37:14.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:37:14.084Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:37:14.084Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:37:14.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:37:14.090Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:37:14.091Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:37:23.631Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:37:23.632Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:38:14.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:38:14.084Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:38:14.084Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:38:14.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:38:14.090Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:38:14.090Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:38:23.639Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:38:23.639Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:39:14.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:39:14.084Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:39:14.084Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:39:14.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:39:14.091Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:39:14.091Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:39:23.650Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:39:23.671Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:40:14.084Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:40:14.086Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:40:14.086Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:40:14.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:40:14.092Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:40:14.093Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:40:23.648Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:40:23.648Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:41:14.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:41:14.085Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:41:14.085Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:41:14.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:41:14.090Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:41:14.091Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:41:23.623Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:41:23.626Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:42:14.083Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:42:14.085Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:42:14.085Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:42:14.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:42:14.090Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:42:14.090Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:42:23.629Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:42:23.629Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:43:14.083Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:43:14.085Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:43:14.085Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:43:14.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:43:14.090Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:43:14.090Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:43:23.628Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:43:23.654Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:44:14.083Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:44:14.084Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:44:14.084Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:44:14.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:44:14.090Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:44:14.090Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:44:23.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:44:23.634Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:45:14.083Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:45:14.085Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:45:14.085Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:45:14.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:45:14.090Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:45:14.091Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:45:23.633Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:45:23.634Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:46:14.083Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:46:14.084Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:46:14.084Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:46:14.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:46:14.090Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:46:14.090Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:46:23.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:46:23.630Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:47:14.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:47:14.084Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:47:14.084Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:47:14.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:47:14.091Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:47:14.091Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:47:23.624Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:47:23.625Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:48:14.084Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:48:14.087Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:48:14.087Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:48:14.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:48:14.091Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:48:14.091Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:48:14.300Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:48:14.307Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.307Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "ves-openapi-manager", "timestamp": 1646884074464, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:48:14.338Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "clamp", "timestamp": 1646884075017, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:48:14.339Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "policy-id", "timestamp": 1646884067546, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:48:14.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "dcae-sch", "timestamp": 1646884075823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:48:14.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "clamp", "timestamp": 1646884075017, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json", "status": "NOTIFIED" } 2022-03-10T03:48:14.342Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "ves-openapi-manager", "timestamp": 1646884074464, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-10T03:48:14.343Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "policy-id", "timestamp": 1646884067546, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-10T03:48:14.344Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "dcae-sch", "timestamp": 1646884075823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-10T03:48:14.345Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.345Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.345Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "ves-openapi-manager", "timestamp": 1646884074464, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T03:48:14.345Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.346Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.346Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "clamp", "timestamp": 1646884075017, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T03:48:14.346Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.347Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.347Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "policy-id", "timestamp": 1646884067546, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-10T03:48:14.347Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.347Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.348Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "dcae-sch", "timestamp": 1646884075823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T03:48:14.348Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.348Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.348Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "clamp", "timestamp": 1646884075017, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:48:14.349Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.349Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.349Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "ves-openapi-manager", "timestamp": 1646884074464, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:48:14.350Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.350Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.350Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "policy-id", "timestamp": 1646884067546, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:48:14.351Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.351Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "dcae-sch", "timestamp": 1646884075823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:48:14.352Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "cds", "timestamp": 1646884080899, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:48:14.353Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.353Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.353Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "clamp", "timestamp": 1646884075017, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-10T03:48:14.354Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "ves-openapi-manager", "timestamp": 1646884074464, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-10T03:48:14.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.355Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "policy-id", "timestamp": 1646884067546, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-10T03:48:14.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "dcae-sch", "timestamp": 1646884075823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-10T03:48:14.356Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "cds", "timestamp": 1646884080899, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-10T03:48:14.357Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "clamp", "timestamp": 1646884075017, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T03:48:14.358Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "ves-openapi-manager", "timestamp": 1646884074464, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T03:48:14.359Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "policy-id", "timestamp": 1646884067546, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T03:48:14.359Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "dcae-sch", "timestamp": 1646884075823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T03:48:14.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884082450, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:48:14.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "cds", "timestamp": 1646884080899, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T03:48:14.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "clamp", "timestamp": 1646884075017, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar", "status": "NOTIFIED" } 2022-03-10T03:48:14.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "ves-openapi-manager", "timestamp": 1646884074464, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-10T03:48:14.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "policy-id", "timestamp": 1646884067546, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar", "status": "NOTIFIED" } 2022-03-10T03:48:14.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "dcae-sch", "timestamp": 1646884075823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-10T03:48:14.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884082450, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-10T03:48:14.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "cds", "timestamp": 1646884080899, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:48:14.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884082450, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T03:48:14.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "multicloud-k8s-id", "timestamp": 1646884084190, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:48:14.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "cds", "timestamp": 1646884080899, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-10T03:48:14.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "policy-id", "timestamp": 1646884085569, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T03:48:14.370Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:48:14.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884082450, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:48:14.371Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "multicloud-k8s-id", "timestamp": 1646884084190, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json", "status": "NOTIFIED" } 2022-03-10T03:48:14.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "cds", "timestamp": 1646884080899, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T03:48:14.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "policy-id", "timestamp": 1646884086579, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T03:48:14.373Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:48:14.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884082450, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-10T03:48:14.374Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "multicloud-k8s-id", "timestamp": 1646884084190, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-10T03:48:14.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "cds", "timestamp": 1646884080899, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar", "status": "NOTIFIED" } 2022-03-10T03:48:14.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "policy-id", "timestamp": 1646884087584, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T03:48:14.585Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 40121950-86d5-4085-b6cb-2e8a1e4e558b 2022-03-10T03:48:14.614Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40121950-86d5-4085-b6cb-2e8a1e4e558b and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T03:48:14.640Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.640Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884082450, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T03:48:14.641Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "multicloud-k8s-id", "timestamp": 1646884084190, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:48:14.641Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884082450, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar", "status": "NOTIFIED" } 2022-03-10T03:48:14.642Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.642Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "multicloud-k8s-id", "timestamp": 1646884084190, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-10T03:48:14.642Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.642Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "cds", "timestamp": 1646884090135, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T03:48:14.643Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:48:14.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "multicloud-k8s-id", "timestamp": 1646884084190, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T03:48:14.643Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884090684, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T03:48:14.644Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:48:14.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "cds", "timestamp": 1646884091156, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T03:48:14.666Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 40121950-86d5-4085-b6cb-2e8a1e4e558b 2022-03-10T03:48:14.666Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40121950-86d5-4085-b6cb-2e8a1e4e558b and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T03:48:14.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "multicloud-k8s-id", "timestamp": 1646884084190, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar", "status": "NOTIFIED" } 2022-03-10T03:48:14.676Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T03:48:14.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.676Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "clamp", "timestamp": 1646884091943, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T03:48:14.676Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:48:14.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.677Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "multicloud-k8s-id", "timestamp": 1646884092549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-10T03:48:14.677Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:48:14.716Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:48:14.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-10T03:48:14.718Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"40121950-86d5-4085-b6cb-2e8a1e4e558b","serviceName":"vFW 2022-03-10 03-46-35","serviceVersion":"1.0","serviceUUID":"64dd66fb-fcba-40db-98d9-b424bda1d9c1","serviceDescription":"catalog service description","serviceInvariantUUID":"bb37f7f1-5a54-4cef-a11a-7521801333f7","resources":[{"resourceInstanceName":"vFW 9ba78684-206f 0","resourceName":"vFW 9ba78684-206f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"97b5a327-2ab6-47b3-9445-131fda545250","resourceInvariantUUID":"692854af-7027-4827-9351-e980ef625589","resourceCustomizationUUID":"7ea750a6-0b3c-47a4-a753-1c644f687f89","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vf-license-model.xml","artifactChecksum":"YzJiN2Y1MmZjMjYwZjExYTY0MTQxMjc2NTU4MzEyNmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c9bca147-5774-40c7-80b1-14b008003694","artifactVersion":"1"},{"artifactName":"vfw9ba78684206f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json","artifactChecksum":"OWU4Y2FlZTFjNDM1MjBjMTRjOGFhZTE5ZTY1MThiN2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"27b6242d-629a-44eb-8b04-85d2169198a5","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"21ba27ee-295f-4f25-b0da-33fcb389ab67","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGJlNTJmOTE4NTRiNDI3OTZkNmExZWExMTExYjg5NzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2d1b33d3-b827-4265-b497-e3a560aaef14","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e8f08287-b72a-4326-addb-05645d9be152","artifactVersion":"2","generatedFromUUID":"21ba27ee-295f-4f25-b0da-33fcb389ab67"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220310034635-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-template.yml","artifactChecksum":"MzllOTA1MDcyYWY4ZmM3Y2Y2NzcyZmQ0OThjM2EwNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"badb6917-f2ee-483d-a71e-c74e56c0e6fb","artifactVersion":"1"},{"artifactName":"service-Vfw20220310034635-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar","artifactChecksum":"MjI4MTAwODhjNDAxZGZkYTkxZjdkYmYyMGUzMjBhNGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aac3b2fb-d0ac-40e5-b5ea-8407f3aee2ef","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-10T03:48:14.730Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T03:48:14.743Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:48:14.757Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:48:14.758Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884094084, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:48:14.858Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-03-10T03:48:14.863Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:48:14.863Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:48:14.876Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:48:14.878Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-10T03:48:15.768Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T03:48:15.769Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:48:15.772Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:48:15.772Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884094084, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json", "status": "NOTIFIED" } 2022-03-10T03:48:15.872Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T03:48:15.873Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:48:15.873Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:48:15.890Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:48:15.891Z||pool-4-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-10T03:48:16.772Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T03:48:16.774Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:48:16.776Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:48:16.776Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884094084, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-10T03:48:16.877Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-10T03:48:16.878Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:48:16.878Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:48:16.890Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:48:16.891Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-10T03:48:17.777Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T03:48:17.778Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:48:17.780Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:48:17.781Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884094084, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:48:17.881Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T03:48:17.882Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:48:17.882Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:48:17.895Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:48:17.895Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-10T03:48:18.782Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T03:48:18.783Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:48:18.786Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:48:18.786Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884094084, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-10T03:48:18.886Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T03:48:18.889Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:48:18.889Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:48:18.901Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:48:18.902Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-10T03:48:19.787Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T03:48:19.788Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:48:19.790Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:48:19.790Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884094084, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T03:48:19.890Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-10T03:48:19.891Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:48:19.892Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:48:19.905Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:48:19.906Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-10T03:48:20.791Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T03:48:20.792Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:48:20.794Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:48:20.794Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884094084, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar", "status": "NOTIFIED" } 2022-03-10T03:48:20.896Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-03-10T03:48:20.897Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:48:20.898Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:48:20.910Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:48:20.911Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-10T03:48:21.796Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "serviceName": "vFW 2022-03-10 03-46-35", "serviceVersion": "1.0", "serviceUUID": "64dd66fb-fcba-40db-98d9-b424bda1d9c1", "serviceDescription": "catalog service description", "serviceInvariantUUID": "bb37f7f1-5a54-4cef-a11a-7521801333f7", "resources": [ { "resourceInstanceName": "vFW 9ba78684-206f 0", "resourceCustomizationUUID": "7ea750a6-0b3c-47a4-a753-1c644f687f89", "resourceName": "vFW 9ba78684-206f", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "97b5a327-2ab6-47b3-9445-131fda545250", "resourceInvariantUUID": "692854af-7027-4827-9351-e980ef625589", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw9ba78684206f0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json", "artifactChecksum": "OWU4Y2FlZTFjNDM1MjBjMTRjOGFhZTE5ZTY1MThiN2Y\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "27b6242d-629a-44eb-8b04-85d2169198a5", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "21ba27ee-295f-4f25-b0da-33fcb389ab67", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e8f08287-b72a-4326-addb-05645d9be152", "generatedFromUUID": "21ba27ee-295f-4f25-b0da-33fcb389ab67" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e8f08287-b72a-4326-addb-05645d9be152", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220310034635-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar", "artifactChecksum": "MjI4MTAwODhjNDAxZGZkYTkxZjdkYmYyMGUzMjBhNGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "aac3b2fb-d0ac-40e5-b5ea-8407f3aee2ef" } ], "workloadContext": "Production" } 2022-03-10T03:48:21.798Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-10T03:48:21.798Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 64dd66fb-fcba-40db-98d9-b424bda1d9c1 ASDC 2022-03-10T03:48:21.915Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:40121950-86d5-4085-b6cb-2e8a1e4e558b ServiceName:vFW 2022-03-10 03-46-35 ServiceVersion:1.0 ServiceUUID:64dd66fb-fcba-40db-98d9-b424bda1d9c1 ServiceInvariantUUID:bb37f7f1-5a54-4cef-a11a-7521801333f7 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220310034635-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar ArtifactUUID:aac3b2fb-d0ac-40e5-b5ea-8407f3aee2ef ArtifactChecksum:MjI4MTAwODhjNDAxZGZkYTkxZjdkYmYyMGUzMjBhNGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 9ba78684-206f 0 ResourceCustomizationUUID:7ea750a6-0b3c-47a4-a753-1c644f687f89 ResourceInvariantUUID:692854af-7027-4827-9351-e980ef625589 ResourceName:vFW 9ba78684-206f ResourceType:VF ResourceUUID:97b5a327-2ab6-47b3-9445-131fda545250 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw9ba78684206f0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json ArtifactUUID:27b6242d-629a-44eb-8b04-85d2169198a5 ArtifactChecksum:OWU4Y2FlZTFjNDM1MjBjMTRjOGFhZTE5ZTY1MThiN2Y= 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/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml ArtifactUUID:21ba27ee-295f-4f25-b0da-33fcb389ab67 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/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env ArtifactUUID:e8f08287-b72a-4326-addb-05645d9be152 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/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env ArtifactUUID:e8f08287-b72a-4326-addb-05645d9be152 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-10T03:48:21.916Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 64dd66fb-fcba-40db-98d9-b424bda1d9c1 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-10T03:48:21.963Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-10T03:48:21.965Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-10T03:48:21.967Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-10T03:48:21.967Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: aac3b2fb-d0ac-40e5-b5ea-8407f3aee2ef from URL: /sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar 2022-03-10T03:48:21.968Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-10T03:48:21.970Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar 2022-03-10T03:48:22.073Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-10T03:48:22.096Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar aac3b2fb-d0ac-40e5-b5ea-8407f3aee2ef 98982 2022-03-10T03:48:22.097Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar ASDC sendASDCNotification 2022-03-10T03:48:22.098Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar 2022-03-10T03:48:22.098Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-10T03:48:22.099Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:48:22.101Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:48:22.102Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884102096, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T03:48:22.202Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T03:48:22.208Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:48:22.208Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:48:22.222Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:48:22.223Z||pool-10-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-10T03:48:23.102Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-10T03:48:23.105Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-10T03:48:23.106Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: aac3b2fb-d0ac-40e5-b5ea-8407f3aee2ef, URL: /sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar to file: /app/ASDC/1/service-Vfw20220310034635-csar.csar 2022-03-10T03:48:23.107Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220310034635-csar.csar 2022-03-10T03:48:23.226Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220310034635-csar.csar 2022-03-10T03:48:23.226Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220310034635-csar.csar 2022-03-10T03:48:24.001Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12141040252656489828/Definitions/service-Vfw20220310034635-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2022-03-10T03:48:27.030Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-10T03:48:27.035Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-10T03:48:27.035Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220310034635-csar.csar 2022-03-10T03:48:27.035Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-10T03:48:27.036Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220310034635-csar.csar 2022-03-10T03:48:27.036Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220310034635-csar.csar 2022-03-10T03:48:27.036Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220310034635-csar.csar 2022-03-10T03:48:27.036Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220310034635-csar.csar 2022-03-10T03:48:27.036Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220310034635-csar.csar 2022-03-10T03:48:27.036Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220310034635-csar.csar 2022-03-10T03:48:27.036Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220310034635-csar.csar 2022-03-10T03:48:27.037Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220310034635-csar.csar 2022-03-10T03:48:27.037Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220310034635-csar.csar 2022-03-10T03:48:27.037Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220310034635-csar.csar 2022-03-10T03:48:27.037Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220310034635-csar.csar 2022-03-10T03:48:27.037Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9ba78684-206f 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-Vfw20220310034635-csar.csar 2022-03-10T03:48:27.037Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220310034635-csar.csar 2022-03-10T03:48:27.037Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-10T03:48:27.044Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:48:27.046Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-46-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:48:27.050Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vFW 9ba78684-206f 0 is matching search criteria 2022-03-10T03:48:27.050Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-10T03:48:27.052Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9ba78684-206f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-10T03:48:27.054Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:48:27.054Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-46-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:48:27.054Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vFW 9ba78684-206f 0 is matching search criteria 2022-03-10T03:48:27.054Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-10T03:48:27.055Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9ba78684-206f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-10T03:48:27.055Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:48:27.055Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-46-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:48:27.058Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:48:27.059Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vFW 9ba78684-206f 0 is not matching search criteria 2022-03-10T03:48:27.059Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-10T03:48:27.059Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-10T03:48:27.059Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-10T03:48:27.060Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-10T03:48:27.060Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-10T03:48:27.060Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-10T03:48:27.060Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-10T03:48:27.060Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-10T03:48:27.061Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-10T03:48:27.061Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-10T03:48:27.061Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-10T03:48:27.061Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-10T03:48:27.061Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-10T03:48:27.061Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-10T03:48:27.062Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-10T03:48:27.062Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-10T03:48:27.062Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:48:27.062Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-46-35 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-10T03:48:27.064Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:48:27.064Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vFW 9ba78684-206f 0 is matching search criteria 2022-03-10T03:48:27.064Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9ba78684-206f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T03:48:27.064Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:48:27.065Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vFW 9ba78684-206f 0 is matching search criteria 2022-03-10T03:48:27.065Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9ba78684-206f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T03:48:27.065Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:48:27.065Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vFW 9ba78684-206f 0 is matching search criteria 2022-03-10T03:48:27.065Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9ba78684-206f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T03:48:27.066Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:48:27.066Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vFW 9ba78684-206f 0 is not matching search criteria 2022-03-10T03:48:27.066Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-10T03:48:27.066Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-10T03:48:27.066Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-10T03:48:27.067Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-10T03:48:27.067Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-10T03:48:27.067Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-10T03:48:27.067Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-10T03:48:27.067Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-10T03:48:27.068Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-10T03:48:27.068Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-10T03:48:27.068Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-10T03:48:27.068Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f0146c68-f1d4-4f6d-9e44-dd6be3d8b63f 2022-03-10T03:48:27.068Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:48:27.069Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vFW 9ba78684-206f 0 is not matching search criteria 2022-03-10T03:48:27.069Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-10T03:48:27.069Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-10T03:48:27.069Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-10T03:48:27.069Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-10T03:48:27.069Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-10T03:48:27.069Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-10T03:48:27.070Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-10T03:48:27.070Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-10T03:48:27.070Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-10T03:48:27.070Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-10T03:48:27.070Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-10T03:48:27.070Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-10T03:48:27.071Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=271ef069-9209-4adc-a4f7-98fd606dad0f 2022-03-10T03:48:27.071Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:48:27.071Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vFW 9ba78684-206f 0 is not matching search criteria 2022-03-10T03:48:27.071Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-10T03:48:27.071Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-10T03:48:27.072Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-10T03:48:27.072Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-10T03:48:27.072Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-10T03:48:27.072Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-10T03:48:27.072Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-10T03:48:27.072Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-10T03:48:27.073Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-10T03:48:27.073Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-10T03:48:27.073Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-10T03:48:27.073Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-10T03:48:27.073Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=09d75654-659b-48f7-bc14-6fa34302a852 2022-03-10T03:48:27.073Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:48:27.074Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-46-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:48:27.074Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:48:27.074Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-46-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:48:27.074Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:48:27.074Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-46-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:48:27.075Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:48:27.075Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-46-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:48:27.075Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-10 03-46-35 Description:catalog service description Model UUID:64dd66fb-fcba-40db-98d9-b424bda1d9c1 Model Version:NULL Model InvariantUuid:bb37f7f1-5a54-4cef-a11a-7521801333f7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 9ba78684-206f Model UUID:e6c65fce-1838-41f0-b660-1d41500dd683 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:692854af-7027-4827-9351-e980ef625589 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7ea750a6-0b3c-47a4-a753-1c644f687f89 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e3854ce8-bac5-4422-8cf8-59e50c0918fd ModelName:Vfw9ba78684206f..base_vfw..module-0 ModelUuid:40eb9a4c-fa17-4148-acea-b8311d01d56d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f0146c68-f1d4-4f6d-9e44-dd6be3d8b63f ModelInvariantUuid:f3210259-c91f-4159-aec5-c186a5545eef ModelName:vFW 9ba78684-206f-nodes.vfwCvfc ModelUuid:0c635ea1-a2ed-4d0f-a12b-62e0bab44118 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:b7d18b8e-b5e0-4ab0-8f42-6e1e511ab13f ModelInvariantUuid:ecca017a-9105-47ed-bceb-8b39d4bd0bd8 ModelName:Vfw9ba78684206f.compute.nodes.heat.vfw ModelUuid:58565e93-7a4e-467f-b4f5-57722ac2f2a4 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:271ef069-9209-4adc-a4f7-98fd606dad0f ModelInvariantUuid:878513b1-d73b-4473-a9e9-3ed19b4af75d ModelName:vFW 9ba78684-206f-nodes.vsnCvfc ModelUuid:f854baf7-5d74-46d3-9846-0b3ab2f7a1f5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:d3eb0f40-2db3-481e-88c7-d16bffcfd379 ModelInvariantUuid:3abb1713-5108-4734-ba18-0999956a95ac ModelName:Vfw9ba78684206f.compute.nodes.heat.vsn ModelUuid:ac378232-564e-4d8d-84dc-72e495cf02d5 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:09d75654-659b-48f7-bc14-6fa34302a852 ModelInvariantUuid:708ab6d5-61db-4735-9fd2-a5a0d95e561c ModelName:vFW 9ba78684-206f-nodes.vpgCvfc ModelUuid:341b2a93-6334-4a71-b7de-814cfdcd9642 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:15f5e5a2-85bb-40f1-ab70-867be67f58f1 ModelInvariantUuid:eb524862-2dfa-4395-be7a-721b4b4a211b ModelName:Vfw9ba78684206f.compute.nodes.heat.vpg ModelUuid:936e5bec-aa6f-4f46-af6e-923146e8d5d6 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-10T03:48:27.086Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 97b5a327-2ab6-47b3-9445-131fda545250 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-10T03:48:27.196Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||vFW 9ba78684-206f 0 2022-03-10T03:48:27.207Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 97b5a327-2ab6-47b3-9445-131fda545250 2022-03-10T03:48:27.207Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 27b6242d-629a-44eb-8b04-85d2169198a5 from URL: /sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json 2022-03-10T03:48:27.207Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-10T03:48:27.208Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json 2022-03-10T03:48:27.355Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-10T03:48:27.355Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json 27b6242d-629a-44eb-8b04-85d2169198a5 785 2022-03-10T03:48:27.356Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json ASDC sendASDCNotification 2022-03-10T03:48:27.356Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json 2022-03-10T03:48:27.356Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-10T03:48:27.357Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:48:27.360Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:48:27.361Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884107356, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-10T03:48:27.461Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-10T03:48:27.461Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:48:27.462Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:48:27.473Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:48:27.474Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-10T03:48:28.362Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw9ba78684206f..base_vfw..module-0", "vfModuleModelInvariantUUID": "e3854ce8-bac5-4422-8cf8-59e50c0918fd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "40eb9a4c-fa17-4148-acea-b8311d01d56d", "vfModuleModelCustomizationUUID": "e9db8b10-306e-4cc2-bd25-63816c48b2bb", "isBase": true, "artifacts": [ "21ba27ee-295f-4f25-b0da-33fcb389ab67", "e8f08287-b72a-4326-addb-05645d9be152" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-10T03:48:28.377Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw9ba78684206f..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:40eb9a4c-fa17-4148-acea-b8311d01d56d VfModuleModelInvariantUUID:e3854ce8-bac5-4422-8cf8-59e50c0918fd VfModuleModelDescription:NULL Artifacts UUID List:{ 21ba27ee-295f-4f25-b0da-33fcb389ab67 , e8f08287-b72a-4326-addb-05645d9be152 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-10T03:48:28.379Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw9ba78684206f..base_vfw..module-0", "vfModuleModelInvariantUUID": "e3854ce8-bac5-4422-8cf8-59e50c0918fd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "40eb9a4c-fa17-4148-acea-b8311d01d56d", "vfModuleModelCustomizationUUID": "e9db8b10-306e-4cc2-bd25-63816c48b2bb", "isBase": true, "artifacts": [ "21ba27ee-295f-4f25-b0da-33fcb389ab67", "e8f08287-b72a-4326-addb-05645d9be152" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-10T03:48:28.379Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw9ba78684206f..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:40eb9a4c-fa17-4148-acea-b8311d01d56d VfModuleModelInvariantUUID:e3854ce8-bac5-4422-8cf8-59e50c0918fd VfModuleModelDescription:NULL Artifacts UUID List:{ 21ba27ee-295f-4f25-b0da-33fcb389ab67 , e8f08287-b72a-4326-addb-05645d9be152 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-10T03:48:28.380Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 21ba27ee-295f-4f25-b0da-33fcb389ab67 from URL: /sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml 2022-03-10T03:48:28.380Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-10T03:48:28.380Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml 2022-03-10T03:48:28.491Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-10T03:48:28.493Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml 21ba27ee-295f-4f25-b0da-33fcb389ab67 20368 2022-03-10T03:48:28.493Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-10T03:48:28.494Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml 2022-03-10T03:48:28.494Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-10T03:48:28.494Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:48:28.496Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:48:28.497Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884108493, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-10T03:48:28.597Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T03:48:28.598Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:48:28.598Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:48:28.610Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:48:28.611Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-10T03:48:29.498Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e8f08287-b72a-4326-addb-05645d9be152 from URL: /sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env 2022-03-10T03:48:29.499Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-10T03:48:29.499Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env 2022-03-10T03:48:29.544Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-10T03:48:29.545Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env e8f08287-b72a-4326-addb-05645d9be152 2098 2022-03-10T03:48:29.545Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-10T03:48:29.545Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env 2022-03-10T03:48:29.546Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-10T03:48:29.546Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:48:29.549Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:48:29.549Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884109545, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-10T03:48:29.649Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T03:48:29.650Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:48:29.650Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:48:29.662Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:48:29.662Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-10T03:48:30.554Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 64dd66fb-fcba-40db-98d9-b424bda1d9c1 2022-03-10T03:48:30.554Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9ba78684-206f 0 97b5a327-2ab6-47b3-9445-131fda545250 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-10T03:48:30.611Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@21aff051, org.onap.sdc.toscaparser.api.parameters.Input@41ad5852, org.onap.sdc.toscaparser.api.parameters.Input@53d6f43c, org.onap.sdc.toscaparser.api.parameters.Input@ad52838, org.onap.sdc.toscaparser.api.parameters.Input@54267c4b] 2022-03-10T03:48:30.615Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:48:30.615Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-46-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:48:30.616Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-03-10T03:48:30.616Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 7ea750a6-0b3c-47a4-a753-1c644f687f89 2022-03-10T03:48:30.616Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7ea750a6-0b3c-47a4-a753-1c644f687f89 matches Tosca VF Customization UUID: 7ea750a6-0b3c-47a4-a753-1c644f687f89 2022-03-10T03:48:30.616Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 7ea750a6-0b3c-47a4-a753-1c644f687f89 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-03-10T03:48:30.623Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:48:30.624Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-46-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:48:30.626Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 7ea750a6-0b3c-47a4-a753-1c644f687f89: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-03-10T03:48:30.626Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@67c13b81 2022-03-10T03:48:30.627Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:48:30.627Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-46-35 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-10T03:48:30.628Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e9db8b10-306e-4cc2-bd25-63816c48b2bb 2022-03-10T03:48:30.630Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e9db8b10-306e-4cc2-bd25-63816c48b2bb Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-03-10T03:48:30.639Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:48:30.639Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vFW 9ba78684-206f 0 is matching search criteria 2022-03-10T03:48:30.640Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9ba78684-206f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T03:48:30.641Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:48:30.641Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vFW 9ba78684-206f 0 is matching search criteria 2022-03-10T03:48:30.641Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9ba78684-206f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T03:48:30.642Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:48:30.642Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vFW 9ba78684-206f 0 is not matching search criteria 2022-03-10T03:48:30.642Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-10T03:48:30.643Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-10T03:48:30.643Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-10T03:48:30.643Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-10T03:48:30.643Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-10T03:48:30.644Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-10T03:48:30.644Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-10T03:48:30.644Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-10T03:48:30.645Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-10T03:48:30.645Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-10T03:48:30.645Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-10T03:48:30.645Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f0146c68-f1d4-4f6d-9e44-dd6be3d8b63f Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-10T03:48:30.655Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:48:30.655Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vFW 9ba78684-206f 0 is matching search criteria 2022-03-10T03:48:30.655Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9ba78684-206f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T03:48:30.656Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:48:30.656Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vFW 9ba78684-206f 0 is not matching search criteria 2022-03-10T03:48:30.656Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-10T03:48:30.656Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-10T03:48:30.657Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-10T03:48:30.657Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-10T03:48:30.657Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-10T03:48:30.658Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-10T03:48:30.658Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-10T03:48:30.658Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-10T03:48:30.658Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-10T03:48:30.658Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-10T03:48:30.659Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-10T03:48:30.659Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-10T03:48:30.659Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=271ef069-9209-4adc-a4f7-98fd606dad0f Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-10T03:48:30.662Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:48:30.662Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vFW 9ba78684-206f 0 is matching search criteria 2022-03-10T03:48:30.662Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9ba78684-206f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T03:48:30.666Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:48:30.666Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vFW 9ba78684-206f 0 is not matching search criteria 2022-03-10T03:48:30.666Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-10T03:48:30.667Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-10T03:48:30.667Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-10T03:48:30.667Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-10T03:48:30.668Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-10T03:48:30.668Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-10T03:48:30.668Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-10T03:48:30.668Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-10T03:48:30.668Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-10T03:48:30.669Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-10T03:48:30.669Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-10T03:48:30.669Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-10T03:48:30.670Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=09d75654-659b-48f7-bc14-6fa34302a852 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-10T03:48:30.672Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:48:30.673Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vFW 9ba78684-206f 0 is matching search criteria 2022-03-10T03:48:30.673Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9ba78684-206f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T03:48:30.674Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:48:30.674Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vFW 9ba78684-206f 0 is matching search criteria 2022-03-10T03:48:30.674Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9ba78684-206f 0] matching following query criteria: sdcType=VF, customizationUUID=7ea750a6-0b3c-47a4-a753-1c644f687f89 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-10T03:48:30.677Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:48:30.677Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-46-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:48:30.678Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 64dd66fb-fcba-40db-98d9-b424bda1d9c1: vFW 9ba78684-206f 2022-03-10T03:48:30.678Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:48:30.678Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-46-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:48:30.679Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:48:30.679Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-46-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:48:30.679Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:48:30.679Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-46-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:48:30.680Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:48:30.680Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-46-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:48:30.680Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:48:30.680Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-46-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:48:30.681Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-03-10 03-46-35 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T03:48:30.963Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9ba78684-206f 97b5a327-2ab6-47b3-9445-131fda545250 1 ASDC deployResourceStructure 2022-03-10T03:48:30.964Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json ASDC sendASDCNotification 2022-03-10T03:48:30.965Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json 2022-03-10T03:48:30.965Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-10T03:48:30.965Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:48:30.968Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:48:30.968Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884110964, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json", "status": "DEPLOY_OK" } 2022-03-10T03:48:31.068Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T03:48:31.070Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:48:31.070Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:48:31.082Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:48:31.083Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-10T03:48:31.969Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-10T03:48:31.970Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml 2022-03-10T03:48:31.971Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-10T03:48:31.971Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:48:31.973Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:48:31.973Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884111969, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-10T03:48:32.073Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T03:48:32.074Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:48:32.075Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:48:32.088Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:48:32.089Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-10T03:48:32.974Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-10T03:48:32.974Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env 2022-03-10T03:48:32.974Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-10T03:48:32.975Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:48:32.991Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:48:32.991Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884112974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-10T03:48:33.079Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms 2022-03-10T03:48:33.081Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:48:33.081Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:48:33.108Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:48:33.109Z||pool-16-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-03-10T03:48:33.993Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar ASDC sendASDCNotification 2022-03-10T03:48:33.995Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar 2022-03-10T03:48:33.995Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-10T03:48:33.995Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:48:33.999Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:48:33.999Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884113993, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T03:48:34.098Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-10T03:48:34.099Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:48:34.099Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:48:34.114Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:48:34.115Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-10T03:48:35.000Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40121950-86d5-4085-b6cb-2e8a1e4e558b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T03:48:35.023Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40121950-86d5-4085-b6cb-2e8a1e4e558b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T03:48:35.026Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-10T03:48:35.026Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-10T03:48:35.026Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-10T03:49:05.027Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40121950-86d5-4085-b6cb-2e8a1e4e558b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T03:49:05.038Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40121950-86d5-4085-b6cb-2e8a1e4e558b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T03:49:05.041Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-10T03:49:05.041Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-10T03:49:05.041Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-10T03:49:14.090Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:49:14.091Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:49:14.091Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:49:14.117Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:49:14.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-10T03:49:14.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "multicloud-k8s-id", "timestamp": 1646884093848, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-10T03:49:14.119Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:49:35.041Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40121950-86d5-4085-b6cb-2e8a1e4e558b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T03:49:35.057Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40121950-86d5-4085-b6cb-2e8a1e4e558b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T03:49:35.061Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-10T03:49:35.062Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-10T03:49:35.062Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-10T03:50:05.063Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40121950-86d5-4085-b6cb-2e8a1e4e558b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T03:50:05.073Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40121950-86d5-4085-b6cb-2e8a1e4e558b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T03:50:05.079Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-10T03:50:05.079Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-10T03:50:05.079Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-10T03:50:14.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:50:14.091Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:50:14.091Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:50:14.121Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:50:14.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-10T03:50:14.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "clamp", "timestamp": 1646884093955, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T03:50:14.123Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:50:35.080Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40121950-86d5-4085-b6cb-2e8a1e4e558b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T03:50:35.094Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40121950-86d5-4085-b6cb-2e8a1e4e558b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T03:50:35.096Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-10T03:50:35.096Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-10T03:50:35.097Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-10T03:51:05.097Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40121950-86d5-4085-b6cb-2e8a1e4e558b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T03:51:05.122Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40121950-86d5-4085-b6cb-2e8a1e4e558b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T03:51:05.139Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-10T03:51:05.140Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-10T03:51:05.140Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-10T03:51:14.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:51:14.091Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:51:14.091Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:51:14.123Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:51:14.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-10T03:51:14.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884094084, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:51:14.128Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-10T03:51:14.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-10T03:51:14.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "clamp", "timestamp": 1646884094962, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T03:51:14.135Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 40121950-86d5-4085-b6cb-2e8a1e4e558b 2022-03-10T03:51:14.135Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40121950-86d5-4085-b6cb-2e8a1e4e558b and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T03:51:14.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-10T03:51:14.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "multicloud-k8s-id", "timestamp": 1646884095059, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-10T03:51:14.148Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:51:14.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-10T03:51:14.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884094084, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json", "status": "NOTIFIED" } 2022-03-10T03:51:14.148Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-10T03:51:14.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-10T03:51:14.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884096083, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T03:51:14.149Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:51:14.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-10T03:51:14.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "multicloud-k8s-id", "timestamp": 1646884096126, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T03:51:14.155Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 40121950-86d5-4085-b6cb-2e8a1e4e558b 2022-03-10T03:51:14.155Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40121950-86d5-4085-b6cb-2e8a1e4e558b and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-03-10T03:51:14.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-10T03:51:14.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "aai-ml", "timestamp": 1646884096270, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:51:14.164Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-10T03:51:14.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-10T03:51:14.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884094084, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-10T03:51:14.164Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-10T03:51:14.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-10T03:51:14.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884097088, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T03:51:14.169Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 40121950-86d5-4085-b6cb-2e8a1e4e558b 2022-03-10T03:51:14.169Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40121950-86d5-4085-b6cb-2e8a1e4e558b and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T03:51:14.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-10T03:51:14.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "multicloud-k8s-id", "timestamp": 1646884097131, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json", "status": "DEPLOY_OK" } 2022-03-10T03:51:14.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:51:14.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-10T03:51:14.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "aai-ml", "timestamp": 1646884096270, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-10T03:51:14.181Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-10T03:51:14.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-10T03:51:14.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884094084, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:51:14.181Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-10T03:51:14.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-10T03:51:14.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "aai-ml", "timestamp": 1646884096270, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T03:51:14.181Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-10T03:51:14.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-10T03:51:14.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884094084, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-10T03:51:14.182Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-10T03:51:14.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-10T03:51:14.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "aai-ml", "timestamp": 1646884096270, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:51:14.182Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-10T03:51:14.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-10T03:51:14.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884094084, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T03:51:14.183Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-10T03:51:14.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-10T03:51:14.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "aai-ml", "timestamp": 1646884096270, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-10T03:51:14.183Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-10T03:51:14.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-10T03:51:14.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884094084, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar", "status": "NOTIFIED" } 2022-03-10T03:51:14.184Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-10T03:51:14.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-10T03:51:14.184Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "aai-ml", "timestamp": 1646884096270, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T03:51:14.184Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-10T03:51:14.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-10T03:51:14.184Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884102096, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T03:51:14.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:51:14.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-10T03:51:14.185Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "aai-ml", "timestamp": 1646884096270, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar", "status": "NOTIFIED" } 2022-03-10T03:51:14.185Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-10T03:51:14.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-10T03:51:14.185Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "aai-ml", "timestamp": 1646884104119, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T03:51:14.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:51:14.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-10T03:51:14.185Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884107356, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-10T03:51:14.186Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:51:14.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-10T03:51:14.186Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884108493, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-10T03:51:14.186Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:51:14.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-10T03:51:14.186Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884109545, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-10T03:51:14.186Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:51:14.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-10T03:51:14.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884110964, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json", "status": "DEPLOY_OK" } 2022-03-10T03:51:14.187Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:51:14.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-10T03:51:14.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884111969, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-10T03:51:14.187Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:51:14.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-10T03:51:14.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884112974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-10T03:51:14.188Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:51:14.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-10T03:51:14.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884113993, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T03:51:14.188Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:51:14.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-10T03:51:14.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "aai-ml", "timestamp": 1646884126506, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T03:51:14.189Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:51:14.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-10T03:51:14.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "aai-ml", "timestamp": 1646884127512, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T03:51:14.194Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 40121950-86d5-4085-b6cb-2e8a1e4e558b 2022-03-10T03:51:14.195Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40121950-86d5-4085-b6cb-2e8a1e4e558b and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T03:51:35.140Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40121950-86d5-4085-b6cb-2e8a1e4e558b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T03:51:35.153Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40121950-86d5-4085-b6cb-2e8a1e4e558b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T03:51:35.156Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-10T03:51:35.156Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-10T03:51:35.156Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-10T03:51:35.157Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-10T03:51:35.157Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T03:51:35.157Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T03:51:35.157Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T03:51:35.157Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T03:51:35.157Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T03:51:35.157Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T03:51:35.157Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T03:51:35.162Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-10T03:52:05.163Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 40121950-86d5-4085-b6cb-2e8a1e4e558b and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-10T03:52:05.175Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 40121950-86d5-4085-b6cb-2e8a1e4e558b and serviceModelVersionId: 64dd66fb-fcba-40db-98d9-b424bda1d9c1 2022-03-10T03:52:05.175Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bb37f7f1-5a54-4cef-a11a-7521801333f7 2022-03-10T03:52:14.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:52:14.092Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:52:14.092Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:52:14.114Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:52:14.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "multicloud-k8s-id", "timestamp": 1646884224189, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.130Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "clamp", "timestamp": 1646884225016, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.131Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "policy-id", "timestamp": 1646884227545, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.131Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "multicloud-k8s-id", "timestamp": 1646884224189, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json", "status": "NOTIFIED" } 2022-03-10T03:52:14.132Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "clamp", "timestamp": 1646884225016, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json", "status": "NOTIFIED" } 2022-03-10T03:52:14.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "policy-id", "timestamp": 1646884227545, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "cds", "timestamp": 1646884230899, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.135Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "clamp", "timestamp": 1646884225016, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.135Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "multicloud-k8s-id", "timestamp": 1646884224189, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-10T03:52:14.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "policy-id", "timestamp": 1646884227545, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-10T03:52:14.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "cds", "timestamp": 1646884230899, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "clamp", "timestamp": 1646884225016, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "multicloud-k8s-id", "timestamp": 1646884224189, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "policy-id", "timestamp": 1646884227545, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884232450, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "cds", "timestamp": 1646884230899, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "clamp", "timestamp": 1646884225016, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.143Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "multicloud-k8s-id", "timestamp": 1646884224189, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-10T03:52:14.144Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.144Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "policy-id", "timestamp": 1646884227545, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.145Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.145Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.145Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884232450, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.146Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.146Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.146Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "cds", "timestamp": 1646884230899, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.147Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.147Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "clamp", "timestamp": 1646884225016, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.148Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.148Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "multicloud-k8s-id", "timestamp": 1646884224189, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.149Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.149Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.149Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "policy-id", "timestamp": 1646884227545, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.150Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.150Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.150Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "ves-openapi-manager", "timestamp": 1646884234464, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.150Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.151Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.151Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884232450, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.151Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.151Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.152Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "cds", "timestamp": 1646884230899, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.152Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.152Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.152Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "clamp", "timestamp": 1646884225016, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar", "status": "NOTIFIED" } 2022-03-10T03:52:14.153Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.153Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.153Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "multicloud-k8s-id", "timestamp": 1646884224189, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar", "status": "NOTIFIED" } 2022-03-10T03:52:14.155Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "policy-id", "timestamp": 1646884227545, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar", "status": "NOTIFIED" } 2022-03-10T03:52:14.156Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.156Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.156Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "dcae-sch", "timestamp": 1646884235823, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.157Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "ves-openapi-manager", "timestamp": 1646884234464, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.158Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884232450, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "cds", "timestamp": 1646884230899, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "dcae-sch", "timestamp": 1646884235823, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "ves-openapi-manager", "timestamp": 1646884234464, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884232450, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.162Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "cds", "timestamp": 1646884230899, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar", "status": "NOTIFIED" } 2022-03-10T03:52:14.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "ves-openapi-manager", "timestamp": 1646884234464, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "dcae-sch", "timestamp": 1646884235823, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884232450, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.165Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "policy-id", "timestamp": 1646884239305, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T03:52:14.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:52:14.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "multicloud-k8s-id", "timestamp": 1646884238797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-10T03:52:14.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:52:14.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.170Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "dcae-sch", "timestamp": 1646884235823, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.170Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.171Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "ves-openapi-manager", "timestamp": 1646884234464, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.171Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.171Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884232450, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar", "status": "NOTIFIED" } 2022-03-10T03:52:14.172Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.172Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "cds", "timestamp": 1646884239997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T03:52:14.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:52:14.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "policy-id", "timestamp": 1646884240310, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T03:52:14.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:52:14.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.174Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "dcae-sch", "timestamp": 1646884235823, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.174Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.175Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "ves-openapi-manager", "timestamp": 1646884234464, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.175Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.176Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "cds", "timestamp": 1646884241005, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T03:52:14.197Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a70d98f2-8e33-41e4-bb5d-ae10d170c57b 2022-03-10T03:52:14.197Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a70d98f2-8e33-41e4-bb5d-ae10d170c57b and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T03:52:14.208Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.208Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "policy-id", "timestamp": 1646884241314, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T03:52:14.217Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a70d98f2-8e33-41e4-bb5d-ae10d170c57b 2022-03-10T03:52:14.217Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a70d98f2-8e33-41e4-bb5d-ae10d170c57b and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T03:52:14.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "dcae-sch", "timestamp": 1646884235823, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "ves-openapi-manager", "timestamp": 1646884234464, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.230Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "clamp", "timestamp": 1646884240960, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T03:52:14.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:52:14.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "multicloud-k8s-id", "timestamp": 1646884241038, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-10T03:52:14.233Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:52:14.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.233Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884241308, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T03:52:14.233Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:52:14.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.234Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "dcae-sch", "timestamp": 1646884235823, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.234Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.235Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "multicloud-k8s-id", "timestamp": 1646884242603, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-10T03:52:14.235Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:52:14.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.235Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "clamp", "timestamp": 1646884242968, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T03:52:14.236Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:52:14.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.236Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "multicloud-k8s-id", "timestamp": 1646884243631, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T03:52:14.243Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a70d98f2-8e33-41e4-bb5d-ae10d170c57b 2022-03-10T03:52:14.243Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a70d98f2-8e33-41e4-bb5d-ae10d170c57b and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-03-10T03:52:14.252Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.253Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884243910, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T03:52:14.253Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:52:14.253Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.254Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "clamp", "timestamp": 1646884243971, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T03:52:14.260Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a70d98f2-8e33-41e4-bb5d-ae10d170c57b 2022-03-10T03:52:14.260Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a70d98f2-8e33-41e4-bb5d-ae10d170c57b and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T03:52:14.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.270Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "multicloud-k8s-id", "timestamp": 1646884244636, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json", "status": "DEPLOY_OK" } 2022-03-10T03:52:14.270Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:52:14.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.271Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884244914, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T03:52:14.277Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a70d98f2-8e33-41e4-bb5d-ae10d170c57b 2022-03-10T03:52:14.278Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a70d98f2-8e33-41e4-bb5d-ae10d170c57b and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T03:52:14.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.303Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "aai-ml", "timestamp": 1646884246270, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.304Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.304Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "aai-ml", "timestamp": 1646884246270, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.304Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.305Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "aai-ml", "timestamp": 1646884246270, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.305Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.305Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "aai-ml", "timestamp": 1646884246270, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "aai-ml", "timestamp": 1646884246270, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.307Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "aai-ml", "timestamp": 1646884246270, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.307Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.308Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "aai-ml", "timestamp": 1646884246270, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar", "status": "NOTIFIED" } 2022-03-10T03:52:14.308Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "aai-ml", "timestamp": 1646884253995, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T03:52:14.309Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:52:14.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "multicloud-k8s-id", "timestamp": 1646884245642, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.310Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "cds", "timestamp": 1646884245899, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.310Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "policy-id", "timestamp": 1646884247546, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.311Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "ves-openapi-manager", "timestamp": 1646884254464, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.311Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "cds", "timestamp": 1646884245899, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.312Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.312Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "multicloud-k8s-id", "timestamp": 1646884245642, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json", "status": "NOTIFIED" } 2022-03-10T03:52:14.312Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.313Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.313Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "policy-id", "timestamp": 1646884247546, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.313Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.313Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.313Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "clamp", "timestamp": 1646884255016, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.313Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.314Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.314Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "dcae-sch", "timestamp": 1646884255823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.314Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.314Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.314Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "ves-openapi-manager", "timestamp": 1646884254464, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.315Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.316Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.316Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "multicloud-k8s-id", "timestamp": 1646884245642, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-10T03:52:14.316Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.317Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.317Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "cds", "timestamp": 1646884245899, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.318Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.318Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.318Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "policy-id", "timestamp": 1646884247546, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-10T03:52:14.319Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.319Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.320Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "clamp", "timestamp": 1646884255016, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json", "status": "NOTIFIED" } 2022-03-10T03:52:14.320Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.321Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "dcae-sch", "timestamp": 1646884255823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.321Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.322Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.322Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "ves-openapi-manager", "timestamp": 1646884254464, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.322Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "cds", "timestamp": 1646884245899, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.323Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "multicloud-k8s-id", "timestamp": 1646884245642, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "policy-id", "timestamp": 1646884247546, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "clamp", "timestamp": 1646884255016, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.325Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "dcae-sch", "timestamp": 1646884255823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.326Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "ves-openapi-manager", "timestamp": 1646884254464, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.327Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "cds", "timestamp": 1646884245899, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.328Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "multicloud-k8s-id", "timestamp": 1646884245642, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-10T03:52:14.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "policy-id", "timestamp": 1646884247546, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.330Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "clamp", "timestamp": 1646884255016, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.331Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "dcae-sch", "timestamp": 1646884255823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.333Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "ves-openapi-manager", "timestamp": 1646884254464, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "cds", "timestamp": 1646884245899, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "multicloud-k8s-id", "timestamp": 1646884245642, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.336Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "policy-id", "timestamp": 1646884247546, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.337Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "clamp", "timestamp": 1646884255016, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.338Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.338Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "dcae-sch", "timestamp": 1646884255823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.339Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.339Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "ves-openapi-manager", "timestamp": 1646884254464, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.340Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.341Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "cds", "timestamp": 1646884245899, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar", "status": "NOTIFIED" } 2022-03-10T03:52:14.341Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.342Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "multicloud-k8s-id", "timestamp": 1646884245642, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar", "status": "NOTIFIED" } 2022-03-10T03:52:14.342Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.343Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "policy-id", "timestamp": 1646884247546, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar", "status": "NOTIFIED" } 2022-03-10T03:52:14.343Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.344Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.344Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "clamp", "timestamp": 1646884255016, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.344Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.345Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.345Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "dcae-sch", "timestamp": 1646884255823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.345Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.345Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.346Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "aai-ml", "timestamp": 1646884261527, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T03:52:14.346Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:52:14.346Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.347Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "ves-openapi-manager", "timestamp": 1646884254464, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.347Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.347Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.348Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "multicloud-k8s-id", "timestamp": 1646884261281, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json", "status": "DOWNLOAD_OK" } 2022-03-10T03:52:14.348Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:52:14.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.349Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "cds", "timestamp": 1646884261942, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T03:52:14.349Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:52:14.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "policy-id", "timestamp": 1646884262047, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T03:52:14.350Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:52:14.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.351Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "clamp", "timestamp": 1646884255016, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar", "status": "NOTIFIED" } 2022-03-10T03:52:14.351Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.351Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "dcae-sch", "timestamp": 1646884255823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.352Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.352Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "aai-ml", "timestamp": 1646884262531, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T03:52:14.359Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a70d98f2-8e33-41e4-bb5d-ae10d170c57b 2022-03-10T03:52:14.359Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a70d98f2-8e33-41e4-bb5d-ae10d170c57b and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T03:52:14.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "cds", "timestamp": 1646884262949, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T03:52:14.382Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 28b6d914-e4e0-444a-aad7-36171a0df7f9 2022-03-10T03:52:14.382Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28b6d914-e4e0-444a-aad7-36171a0df7f9 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T03:52:14.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "multicloud-k8s-id", "timestamp": 1646884262402, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-10T03:52:14.409Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:52:14.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "policy-id", "timestamp": 1646884263051, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T03:52:14.413Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:52:14.413Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.413Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884262450, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.414Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.414Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "policy-id", "timestamp": 1646884264054, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T03:52:14.422Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 28b6d914-e4e0-444a-aad7-36171a0df7f9 2022-03-10T03:52:14.422Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28b6d914-e4e0-444a-aad7-36171a0df7f9 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T03:52:14.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "multicloud-k8s-id", "timestamp": 1646884263772, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-10T03:52:14.433Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:52:14.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884262450, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.434Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "multicloud-k8s-id", "timestamp": 1646884264814, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T03:52:14.440Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 28b6d914-e4e0-444a-aad7-36171a0df7f9 2022-03-10T03:52:14.441Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28b6d914-e4e0-444a-aad7-36171a0df7f9 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-03-10T03:52:14.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.451Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884262450, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.452Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "multicloud-k8s-id", "timestamp": 1646884265818, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json", "status": "DEPLOY_OK" } 2022-03-10T03:52:14.452Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:52:14.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884262450, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.453Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884262450, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.454Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884262450, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:14.455Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884262450, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar", "status": "NOTIFIED" } 2022-03-10T03:52:14.456Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-10T03:52:14.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.456Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884270575, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T03:52:14.456Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:52:14.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "clamp", "timestamp": 1646884270965, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T03:52:14.457Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:52:14.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "clamp", "timestamp": 1646884272974, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T03:52:14.458Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:52:14.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-10T03:52:14.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884273910, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T03:52:14.459Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:52:21.102Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bb37f7f1-5a54-4cef-a11a-7521801333f7/model-vers/model-ver/64dd66fb-fcba-40db-98d9-b424bda1d9c1?depth=0 2022-03-10T03:52:21.240Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-03-10T03:52:21.744Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb37f7f1-5a54-4cef-a11a-7521801333f7/model-vers/model-ver/64dd66fb-fcba-40db-98d9-b424bda1d9c1?depth=0|INFO|500||Invoke 2022-03-10T03:52:21.751Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb37f7f1-5a54-4cef-a11a-7521801333f7/model-vers/model-ver/64dd66fb-fcba-40db-98d9-b424bda1d9c1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb37f7f1-5a54-4cef-a11a-7521801333f7/model-vers/model-ver/64dd66fb-fcba-40db-98d9-b424bda1d9c1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[40121950-86d5-4085-b6cb-2e8a1e4e558b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4fea94b0-91a9-46ef-9d70-e4bb894fe757], X-ECOMP-RequestID=[40121950-86d5-4085-b6cb-2e8a1e4e558b], X-TransactionId=[], X-ONAP-RequestID=[40121950-86d5-4085-b6cb-2e8a1e4e558b], Content-Type=[application/merge-patch+json]} 2022-03-10T03:52:21.884Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb37f7f1-5a54-4cef-a11a-7521801333f7/model-vers/model-ver/64dd66fb-fcba-40db-98d9-b424bda1d9c1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-10T03:52:22.091Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb37f7f1-5a54-4cef-a11a-7521801333f7/model-vers/model-ver/64dd66fb-fcba-40db-98d9-b424bda1d9c1?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/bb37f7f1-5a54-4cef-a11a-7521801333f7/model-vers/model-ver/64dd66fb-fcba-40db-98d9-b424bda1d9c1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220310-03:52:22:682-81933], vertex-id=[184320], Content-Length=[0], Date=[Thu, 10 Mar 2022 03:52:22 GMT], Content-Type=[application/json]} 2022-03-10T03:52:22.093Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb37f7f1-5a54-4cef-a11a-7521801333f7/model-vers/model-ver/64dd66fb-fcba-40db-98d9-b424bda1d9c1?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-10T03:52:22.097Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb37f7f1-5a54-4cef-a11a-7521801333f7/model-vers/model-ver/64dd66fb-fcba-40db-98d9-b424bda1d9c1?depth=0|INFO|500||InvokeReturn 2022-03-10T03:52:22.100Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-10T03:52:22.101Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-10T03:52:22.107Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-10T03:52:22.108Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 40121950-86d5-4085-b6cb-2e8a1e4e558b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-10T03:52:22.109Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-10T03:52:22.110Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:52:22.112Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:52:22.112Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884342108, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-10T03:52:22.213Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T03:52:22.214Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:52:22.214Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:52:22.226Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:52:22.227Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-10T03:52:23.127Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:52:23.128Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:52:23.128Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|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 ygyisqJqbLioOY9W) ... 2022-03-10T03:52:27.471Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:52:27.473Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-10T03:52:27.473Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"a70d98f2-8e33-41e4-bb5d-ae10d170c57b","serviceName":"basic_onboard_hGQkhE","serviceVersion":"1.0","serviceUUID":"fa6c6aa7-f74d-4849-aa00-ba9fb9692414","serviceDescription":"service","serviceInvariantUUID":"e294837c-608f-4a09-8829-e963edbf4b91","resources":[{"resourceInstanceName":"basic_onboard_hGQkhE 0","resourceName":"basic_onboard_hGQkhE","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"89e7ea52-6095-41cc-a080-4b8a0b13f315","resourceInvariantUUID":"1b8fb01a-5fc9-44f1-a781-bf60e4d18dd6","resourceCustomizationUUID":"454bf65e-30ea-4520-9c62-f431442ae9a8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/vf-license-model.xml","artifactChecksum":"MDAxNjYyNTkzMmMyODliZGI1MmNlM2MyNzRmODAzMmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"97135747-0360-4add-933d-a98942d65c36","artifactVersion":"1"},{"artifactName":"basic_onboard_hgqkhe0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json","artifactChecksum":"ZWNiZGMwZjEyMmM1MWE2NDM1NDkwZTY0MWMzYjQ2MDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6e2472f8-5f62-4de7-aa09-8b3f2d9df590","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"464d8ff9-79c4-448e-ac3f-af93e76a8f9e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e4c90280-4cf4-4f8a-8731-2143594ed67f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"91b84985-01d7-48fe-a0cd-a563610dbda5","artifactVersion":"2","generatedFromUUID":"464d8ff9-79c4-448e-ac3f-af93e76a8f9e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardHgqkhe-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-template.yml","artifactChecksum":"M2MxYmQ0YzI1YTdiYjc3YTUyY2Y1ZTAxY2Y1MTQzZGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"87470da1-b52b-4130-bebe-09a22c0832cd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardHgqkhe-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar","artifactChecksum":"NDQxNDdmNGZlOTVmNjg4NDZiYjZkNjkwMGYwZDJmNjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ca6de026-615a-4d3f-aee7-0432e5b02fa6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-10T03:52:27.476Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T03:52:27.476Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:52:27.478Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:52:27.478Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884343127, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:27.578Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T03:52:27.579Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:52:27.580Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:52:27.592Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:52:27.593Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-10T03:52:28.478Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T03:52:28.479Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:52:28.482Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:52:28.482Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884343127, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json", "status": "NOTIFIED" } 2022-03-10T03:52:28.582Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T03:52:28.583Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:52:28.583Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:52:28.601Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:52:28.602Z||pool-20-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-10T03:52:29.482Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T03:52:29.483Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:52:29.486Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:52:29.486Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884343127, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-10T03:52:29.587Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-10T03:52:29.589Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:52:29.589Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:52:29.603Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:52:29.603Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-10T03:52:30.487Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T03:52:30.490Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:52:30.493Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:52:30.493Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884343127, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:30.594Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-10T03:52:30.595Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:52:30.596Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:52:30.619Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:52:30.620Z||pool-22-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-03-10T03:52:31.494Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T03:52:31.495Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:52:31.497Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:52:31.497Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884343127, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-10T03:52:31.597Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T03:52:31.598Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:52:31.598Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:52:31.613Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:52:31.613Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-10T03:52:32.498Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T03:52:32.499Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:52:32.501Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:52:32.501Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884343127, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T03:52:32.601Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-10T03:52:32.602Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:52:32.602Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:52:32.619Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:52:32.619Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-10T03:52:33.502Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T03:52:33.503Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:52:33.505Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:52:33.505Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884343127, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar", "status": "NOTIFIED" } 2022-03-10T03:52:33.605Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-10T03:52:33.606Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:52:33.607Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:52:33.621Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:52:33.627Z||pool-25-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-03-10T03:52:34.507Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "serviceName": "basic_onboard_hGQkhE", "serviceVersion": "1.0", "serviceUUID": "fa6c6aa7-f74d-4849-aa00-ba9fb9692414", "serviceDescription": "service", "serviceInvariantUUID": "e294837c-608f-4a09-8829-e963edbf4b91", "resources": [ { "resourceInstanceName": "basic_onboard_hGQkhE 0", "resourceCustomizationUUID": "454bf65e-30ea-4520-9c62-f431442ae9a8", "resourceName": "basic_onboard_hGQkhE", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "89e7ea52-6095-41cc-a080-4b8a0b13f315", "resourceInvariantUUID": "1b8fb01a-5fc9-44f1-a781-bf60e4d18dd6", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_hgqkhe0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json", "artifactChecksum": "ZWNiZGMwZjEyMmM1MWE2NDM1NDkwZTY0MWMzYjQ2MDM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6e2472f8-5f62-4de7-aa09-8b3f2d9df590", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "464d8ff9-79c4-448e-ac3f-af93e76a8f9e", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "91b84985-01d7-48fe-a0cd-a563610dbda5", "generatedFromUUID": "464d8ff9-79c4-448e-ac3f-af93e76a8f9e" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "91b84985-01d7-48fe-a0cd-a563610dbda5", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardHgqkhe-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar", "artifactChecksum": "NDQxNDdmNGZlOTVmNjg4NDZiYjZkNjkwMGYwZDJmNjg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ca6de026-615a-4d3f-aee7-0432e5b02fa6" } ], "workloadContext": "Production" } 2022-03-10T03:52:34.508Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-10T03:52:34.508Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fa6c6aa7-f74d-4849-aa00-ba9fb9692414 ASDC 2022-03-10T03:52:34.509Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:a70d98f2-8e33-41e4-bb5d-ae10d170c57b ServiceName:basic_onboard_hGQkhE ServiceVersion:1.0 ServiceUUID:fa6c6aa7-f74d-4849-aa00-ba9fb9692414 ServiceInvariantUUID:e294837c-608f-4a09-8829-e963edbf4b91 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardHgqkhe-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar ArtifactUUID:ca6de026-615a-4d3f-aee7-0432e5b02fa6 ArtifactChecksum:NDQxNDdmNGZlOTVmNjg4NDZiYjZkNjkwMGYwZDJmNjg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_hGQkhE 0 ResourceCustomizationUUID:454bf65e-30ea-4520-9c62-f431442ae9a8 ResourceInvariantUUID:1b8fb01a-5fc9-44f1-a781-bf60e4d18dd6 ResourceName:basic_onboard_hGQkhE ResourceType:VF ResourceUUID:89e7ea52-6095-41cc-a080-4b8a0b13f315 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_hgqkhe0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json ArtifactUUID:6e2472f8-5f62-4de7-aa09-8b3f2d9df590 ArtifactChecksum:ZWNiZGMwZjEyMmM1MWE2NDM1NDkwZTY0MWMzYjQ2MDM= 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/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml ArtifactUUID:464d8ff9-79c4-448e-ac3f-af93e76a8f9e 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/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env ArtifactUUID:91b84985-01d7-48fe-a0cd-a563610dbda5 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/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env ArtifactUUID:91b84985-01d7-48fe-a0cd-a563610dbda5 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-10T03:52:34.509Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fa6c6aa7-f74d-4849-aa00-ba9fb9692414 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-10T03:52:34.553Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-10T03:52:34.553Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-10T03:52:34.553Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-10T03:52:34.553Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ca6de026-615a-4d3f-aee7-0432e5b02fa6 from URL: /sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar 2022-03-10T03:52:34.553Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-10T03:52:34.554Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar 2022-03-10T03:52:35.098Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-10T03:52:35.101Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar ca6de026-615a-4d3f-aee7-0432e5b02fa6 71551 2022-03-10T03:52:35.101Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar ASDC sendASDCNotification 2022-03-10T03:52:35.101Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar 2022-03-10T03:52:35.102Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-10T03:52:35.102Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:52:35.104Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:52:35.104Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884355101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T03:52:35.205Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T03:52:35.206Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:52:35.206Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:52:35.223Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:52:35.224Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-10T03:52:36.105Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-10T03:52:36.106Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-10T03:52:36.106Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ca6de026-615a-4d3f-aee7-0432e5b02fa6, URL: /sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar to file: /app/ASDC/1/service-BasicOnboardHgqkhe-csar.csar 2022-03-10T03:52:36.107Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardHgqkhe-csar.csar 2022-03-10T03:52:36.107Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardHgqkhe-csar.csar 2022-03-10T03:52:36.107Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardHgqkhe-csar.csar 2022-03-10T03:52:36.321Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5694259203589950801/Definitions/service-BasicOnboardHgqkhe-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-03-10T03:52:37.714Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-10T03:52:37.716Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-10T03:52:37.716Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardHgqkhe-csar.csar 2022-03-10T03:52:37.716Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-10T03:52:37.716Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||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-BasicOnboardHgqkhe-csar.csar 2022-03-10T03:52:37.717Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHgqkhe-csar.csar 2022-03-10T03:52:37.717Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHgqkhe-csar.csar 2022-03-10T03:52:37.717Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHgqkhe-csar.csar 2022-03-10T03:52:37.718Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardHgqkhe-csar.csar 2022-03-10T03:52:37.718Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardHgqkhe-csar.csar 2022-03-10T03:52:37.719Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHgqkhe-csar.csar 2022-03-10T03:52:37.719Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardHgqkhe-csar.csar 2022-03-10T03:52:37.719Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_hGQkhE 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-BasicOnboardHgqkhe-csar.csar 2022-03-10T03:52:37.719Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-10T03:52:37.720Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:52:37.722Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hGQkhE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:52:37.722Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hGQkhE 0 is matching search criteria 2022-03-10T03:52:37.723Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-10T03:52:37.723Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_hGQkhE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-10T03:52:37.724Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:52:37.724Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hGQkhE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:52:37.724Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hGQkhE 0 is matching search criteria 2022-03-10T03:52:37.725Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-10T03:52:37.725Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_hGQkhE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-10T03:52:37.725Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:52:37.726Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hGQkhE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:52:37.726Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:52:37.726Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hGQkhE 0 is not matching search criteria 2022-03-10T03:52:37.728Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-10T03:52:37.728Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-10T03:52:37.729Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-10T03:52:37.729Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-10T03:52:37.730Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-10T03:52:37.730Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:52:37.731Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hGQkhE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-10T03:52:37.731Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:52:37.732Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hGQkhE 0 is matching search criteria 2022-03-10T03:52:37.732Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_hGQkhE 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T03:52:37.733Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:52:37.733Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hGQkhE 0 is matching search criteria 2022-03-10T03:52:37.734Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_hGQkhE 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T03:52:37.734Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:52:37.735Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hGQkhE 0 is matching search criteria 2022-03-10T03:52:37.735Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_hGQkhE 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T03:52:37.736Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:52:37.736Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hGQkhE 0 is not matching search criteria 2022-03-10T03:52:37.736Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-10T03:52:37.737Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-10T03:52:37.737Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=861f94e9-71dc-4e4c-9835-bac2e5265d9c 2022-03-10T03:52:37.737Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:52:37.738Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hGQkhE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:52:37.738Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:52:37.738Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hGQkhE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:52:37.739Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:52:37.739Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hGQkhE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:52:37.740Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:52:37.740Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hGQkhE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:52:37.740Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_hGQkhE Description:service Model UUID:fa6c6aa7-f74d-4849-aa00-ba9fb9692414 Model Version:NULL Model InvariantUuid:e294837c-608f-4a09-8829-e963edbf4b91 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_hGQkhE Model UUID:0cba3289-86bf-4c1a-b620-d984444622d6 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:1b8fb01a-5fc9-44f1-a781-bf60e4d18dd6 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:454bf65e-30ea-4520-9c62-f431442ae9a8 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:dcf26135-3dae-4b5f-bce0-71387f0991b6 ModelName:BasicOnboardHgqkhe..base_ubuntu18..module-0 ModelUuid:cefb0fa9-f64f-4638-a75b-64313fbfa374 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:861f94e9-71dc-4e4c-9835-bac2e5265d9c ModelInvariantUuid:de4866c2-c0c1-46de-bbc1-f16559fd1ce2 ModelName:basic_onboard_hGQkhE-nodes.ubuntu18Cvfc ModelUuid:f3f63e62-6333-4442-9176-a4769c1a1924 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:8b45495c-410f-4c28-b9f9-62e150e8cf38 ModelInvariantUuid:922078dc-ae30-48aa-90eb-02b7901238d1 ModelName:BasicOnboardHgqkhe.compute.nodes.heat.ubuntu18 ModelUuid:8a7a3802-0975-4a00-bae0-32ccfac0af32 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-10T03:52:37.749Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 89e7ea52-6095-41cc-a080-4b8a0b13f315 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-10T03:52:37.752Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||basic_onboard_hGQkhE 0 2022-03-10T03:52:37.752Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 89e7ea52-6095-41cc-a080-4b8a0b13f315 2022-03-10T03:52:37.752Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6e2472f8-5f62-4de7-aa09-8b3f2d9df590 from URL: /sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json 2022-03-10T03:52:37.752Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-10T03:52:37.753Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json 2022-03-10T03:52:39.184Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-10T03:52:39.185Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json 6e2472f8-5f62-4de7-aa09-8b3f2d9df590 798 2022-03-10T03:52:39.185Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json ASDC sendASDCNotification 2022-03-10T03:52:39.185Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json 2022-03-10T03:52:39.185Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-10T03:52:39.186Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:52:39.188Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:52:39.188Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884359185, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-10T03:52:39.288Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T03:52:39.289Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:52:39.290Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:52:39.307Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:52:39.307Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-10T03:52:40.189Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardHgqkhe..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "dcf26135-3dae-4b5f-bce0-71387f0991b6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cefb0fa9-f64f-4638-a75b-64313fbfa374", "vfModuleModelCustomizationUUID": "941d3986-6192-4662-bb51-dd378e2a2d13", "isBase": true, "artifacts": [ "464d8ff9-79c4-448e-ac3f-af93e76a8f9e", "91b84985-01d7-48fe-a0cd-a563610dbda5" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-10T03:52:40.193Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardHgqkhe..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cefb0fa9-f64f-4638-a75b-64313fbfa374 VfModuleModelInvariantUUID:dcf26135-3dae-4b5f-bce0-71387f0991b6 VfModuleModelDescription:NULL Artifacts UUID List:{ 464d8ff9-79c4-448e-ac3f-af93e76a8f9e , 91b84985-01d7-48fe-a0cd-a563610dbda5 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-10T03:52:40.195Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardHgqkhe..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "dcf26135-3dae-4b5f-bce0-71387f0991b6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cefb0fa9-f64f-4638-a75b-64313fbfa374", "vfModuleModelCustomizationUUID": "941d3986-6192-4662-bb51-dd378e2a2d13", "isBase": true, "artifacts": [ "464d8ff9-79c4-448e-ac3f-af93e76a8f9e", "91b84985-01d7-48fe-a0cd-a563610dbda5" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-10T03:52:40.195Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardHgqkhe..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cefb0fa9-f64f-4638-a75b-64313fbfa374 VfModuleModelInvariantUUID:dcf26135-3dae-4b5f-bce0-71387f0991b6 VfModuleModelDescription:NULL Artifacts UUID List:{ 464d8ff9-79c4-448e-ac3f-af93e76a8f9e , 91b84985-01d7-48fe-a0cd-a563610dbda5 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-10T03:52:40.195Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 464d8ff9-79c4-448e-ac3f-af93e76a8f9e from URL: /sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml 2022-03-10T03:52:40.195Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-10T03:52:40.195Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml 2022-03-10T03:52:40.547Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-10T03:52:40.548Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml 464d8ff9-79c4-448e-ac3f-af93e76a8f9e 5033 2022-03-10T03:52:40.548Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-10T03:52:40.548Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml 2022-03-10T03:52:40.549Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-10T03:52:40.549Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:52:40.551Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:52:40.551Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884360548, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-10T03:52:40.651Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T03:52:40.653Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:52:40.654Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:52:40.668Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:52:40.669Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-10T03:52:41.552Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 91b84985-01d7-48fe-a0cd-a563610dbda5 from URL: /sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env 2022-03-10T03:52:41.553Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-10T03:52:41.553Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env 2022-03-10T03:52:41.925Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-10T03:52:41.926Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env 91b84985-01d7-48fe-a0cd-a563610dbda5 909 2022-03-10T03:52:41.926Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-10T03:52:41.926Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env 2022-03-10T03:52:41.929Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-10T03:52:41.929Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:52:41.932Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:52:41.932Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884361926, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-10T03:52:42.032Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T03:52:42.035Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:52:42.035Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:52:42.049Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:52:42.050Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-10T03:52:42.933Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: fa6c6aa7-f74d-4849-aa00-ba9fb9692414 2022-03-10T03:52:42.933Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_hGQkhE 0 89e7ea52-6095-41cc-a080-4b8a0b13f315 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-10T03:52:42.947Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6f967dbf, org.onap.sdc.toscaparser.api.parameters.Input@634d253a, org.onap.sdc.toscaparser.api.parameters.Input@7b049f00, org.onap.sdc.toscaparser.api.parameters.Input@301fff07, org.onap.sdc.toscaparser.api.parameters.Input@6c38073e] 2022-03-10T03:52:42.950Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:52:42.950Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hGQkhE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:52:42.950Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-03-10T03:52:42.950Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 454bf65e-30ea-4520-9c62-f431442ae9a8 2022-03-10T03:52:42.950Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 454bf65e-30ea-4520-9c62-f431442ae9a8 matches Tosca VF Customization UUID: 454bf65e-30ea-4520-9c62-f431442ae9a8 2022-03-10T03:52:42.951Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 454bf65e-30ea-4520-9c62-f431442ae9a8 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-03-10T03:52:42.958Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:52:42.959Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hGQkhE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:52:42.960Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 454bf65e-30ea-4520-9c62-f431442ae9a8: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-03-10T03:52:42.960Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@765dc3cd 2022-03-10T03:52:42.961Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:52:42.961Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hGQkhE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-10T03:52:42.961Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 941d3986-6192-4662-bb51-dd378e2a2d13 2022-03-10T03:52:42.961Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 941d3986-6192-4662-bb51-dd378e2a2d13 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-03-10T03:52:42.965Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:52:42.966Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hGQkhE 0 is matching search criteria 2022-03-10T03:52:42.966Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_hGQkhE 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T03:52:42.967Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:52:42.967Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hGQkhE 0 is matching search criteria 2022-03-10T03:52:42.968Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_hGQkhE 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T03:52:42.968Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:52:42.969Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hGQkhE 0 is not matching search criteria 2022-03-10T03:52:42.969Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-10T03:52:42.969Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-10T03:52:42.970Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=861f94e9-71dc-4e4c-9835-bac2e5265d9c Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-10T03:52:42.973Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:52:42.974Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hGQkhE 0 is matching search criteria 2022-03-10T03:52:42.974Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_hGQkhE 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T03:52:42.975Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:52:42.975Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hGQkhE 0 is matching search criteria 2022-03-10T03:52:42.975Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_hGQkhE 0] matching following query criteria: sdcType=VF, customizationUUID=454bf65e-30ea-4520-9c62-f431442ae9a8 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-10T03:52:42.978Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:52:42.978Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hGQkhE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:52:42.978Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid fa6c6aa7-f74d-4849-aa00-ba9fb9692414: basic_onboard_hGQkhE 2022-03-10T03:52:42.979Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:52:42.979Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hGQkhE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:52:42.979Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:52:42.979Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hGQkhE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:52:42.980Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:52:42.980Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hGQkhE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:52:42.980Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:52:42.981Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hGQkhE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:52:42.981Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:52:42.981Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hGQkhE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:52:42.981Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_hGQkhE Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T03:52:43.074Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_hGQkhE 89e7ea52-6095-41cc-a080-4b8a0b13f315 1 ASDC deployResourceStructure 2022-03-10T03:52:43.074Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json ASDC sendASDCNotification 2022-03-10T03:52:43.075Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json 2022-03-10T03:52:43.075Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-10T03:52:43.075Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:52:43.077Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:52:43.077Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884363074, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json", "status": "DEPLOY_OK" } 2022-03-10T03:52:43.177Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T03:52:43.178Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:52:43.178Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:52:43.196Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:52:43.197Z||pool-30-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-03-10T03:52:44.078Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-10T03:52:44.079Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml 2022-03-10T03:52:44.079Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-10T03:52:44.079Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:52:44.082Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:52:44.082Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884364078, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-10T03:52:44.182Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T03:52:44.183Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:52:44.183Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:52:44.199Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:52:44.199Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-10T03:52:45.083Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-10T03:52:45.084Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env 2022-03-10T03:52:45.084Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-10T03:52:45.084Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:52:45.095Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:52:45.095Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884365083, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-10T03:52:45.187Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms 2022-03-10T03:52:45.188Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:52:45.188Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:52:45.203Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:52:45.204Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-10T03:52:46.096Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar ASDC sendASDCNotification 2022-03-10T03:52:46.097Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar 2022-03-10T03:52:46.097Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-10T03:52:46.097Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:52:46.099Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:52:46.099Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884366096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T03:52:46.199Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T03:52:46.201Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:52:46.201Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:52:46.214Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:52:46.214Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-10T03:52:47.099Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a70d98f2-8e33-41e4-bb5d-ae10d170c57b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T03:52:47.115Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a70d98f2-8e33-41e4-bb5d-ae10d170c57b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T03:52:47.122Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-10T03:52:47.122Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-10T03:52:47.122Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-10T03:52:47.122Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-10T03:52:47.122Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T03:52:47.122Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T03:52:47.122Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T03:52:47.122Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T03:52:47.122Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T03:52:47.123Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T03:52:47.123Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T03:52:47.129Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-10T03:53:14.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:53:14.091Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:53:14.092Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:53:14.119Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:53:14.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T03:53:14.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "clamp", "timestamp": 1646884273977, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T03:53:14.130Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 28b6d914-e4e0-444a-aad7-36171a0df7f9 2022-03-10T03:53:14.130Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28b6d914-e4e0-444a-aad7-36171a0df7f9 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T03:53:17.129Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a70d98f2-8e33-41e4-bb5d-ae10d170c57b and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-10T03:53:17.139Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a70d98f2-8e33-41e4-bb5d-ae10d170c57b and serviceModelVersionId: fa6c6aa7-f74d-4849-aa00-ba9fb9692414 2022-03-10T03:53:17.140Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e294837c-608f-4a09-8829-e963edbf4b91 2022-03-10T03:53:17.141Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e294837c-608f-4a09-8829-e963edbf4b91/model-vers/model-ver/fa6c6aa7-f74d-4849-aa00-ba9fb9692414?depth=0 2022-03-10T03:53:17.148Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-03-10T03:53:17.226Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e294837c-608f-4a09-8829-e963edbf4b91/model-vers/model-ver/fa6c6aa7-f74d-4849-aa00-ba9fb9692414?depth=0|INFO|500||Invoke 2022-03-10T03:53:17.226Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e294837c-608f-4a09-8829-e963edbf4b91/model-vers/model-ver/fa6c6aa7-f74d-4849-aa00-ba9fb9692414?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e294837c-608f-4a09-8829-e963edbf4b91/model-vers/model-ver/fa6c6aa7-f74d-4849-aa00-ba9fb9692414?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a70d98f2-8e33-41e4-bb5d-ae10d170c57b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[af0f9108-9612-43fd-b906-cf3ef5499d70], X-ECOMP-RequestID=[a70d98f2-8e33-41e4-bb5d-ae10d170c57b], X-TransactionId=[], X-ONAP-RequestID=[a70d98f2-8e33-41e4-bb5d-ae10d170c57b], Content-Type=[application/merge-patch+json]} 2022-03-10T03:53:17.263Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e294837c-608f-4a09-8829-e963edbf4b91/model-vers/model-ver/fa6c6aa7-f74d-4849-aa00-ba9fb9692414?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-10T03:53:17.397Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e294837c-608f-4a09-8829-e963edbf4b91/model-vers/model-ver/fa6c6aa7-f74d-4849-aa00-ba9fb9692414?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/e294837c-608f-4a09-8829-e963edbf4b91/model-vers/model-ver/fa6c6aa7-f74d-4849-aa00-ba9fb9692414?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220310-03:53:18:060-43259], vertex-id=[208928], Content-Length=[0], Date=[Thu, 10 Mar 2022 03:53:18 GMT], Content-Type=[application/json]} 2022-03-10T03:53:17.397Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e294837c-608f-4a09-8829-e963edbf4b91/model-vers/model-ver/fa6c6aa7-f74d-4849-aa00-ba9fb9692414?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-10T03:53:17.398Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e294837c-608f-4a09-8829-e963edbf4b91/model-vers/model-ver/fa6c6aa7-f74d-4849-aa00-ba9fb9692414?depth=0|INFO|500||InvokeReturn 2022-03-10T03:53:17.399Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-10T03:53:17.400Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-10T03:53:17.404Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-10T03:53:17.405Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a70d98f2-8e33-41e4-bb5d-ae10d170c57b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-10T03:53:17.405Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-10T03:53:17.405Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:53:17.408Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:53:17.408Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884397405, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-10T03:53:17.509Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T03:53:17.510Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:53:17.510Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:53:17.525Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:53:17.525Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-10T03:53:18.420Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-10T03:53:18.421Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"28b6d914-e4e0-444a-aad7-36171a0df7f9","serviceName":"vFW 2022-03-10 03-49-45","serviceVersion":"1.0","serviceUUID":"ba3f4112-5124-43a5-a47d-a5b1bb5d8872","serviceDescription":"catalog service description","serviceInvariantUUID":"04452e81-4f87-4c2d-b5b7-deac3efb45a2","resources":[{"resourceInstanceName":"vFW 03e5dbc9-7a66 0","resourceName":"vFW 03e5dbc9-7a66","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"203eed27-347a-4b9b-a0d8-7f9b98168421","resourceInvariantUUID":"776545d3-2242-4299-81e2-8d9a973dc14e","resourceCustomizationUUID":"7ade94a4-76a3-4b08-ad9f-19ee43d90d41","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vf-license-model.xml","artifactChecksum":"NDA3NjI5MTA0ZDQ0YTQ5NzVmZWJlOWEwMWE3MThmNDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b274d7dd-fa9a-4ca4-8894-e09391021fb1","artifactVersion":"1"},{"artifactName":"vfw03e5dbc97a660_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json","artifactChecksum":"ODc2Y2I4ZTRmNjEwNDYxNmNmZTdmMWQxZTM4ZTE5NWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"110f1ac4-846f-413b-ae6b-d5b80e5164f4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a3aeb028-1cd9-412f-bca4-3cfd2f8de10b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vendor-license-model.xml","artifactChecksum":"NjJlNjU5Zjg2ZTE2NmUzOWEyZDYxNWViZTMyZDNiMjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2dc2aef5-f6d9-4e76-be14-b963885852ec","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f4e0d165-26cc-4035-8bc4-ef4b27fd27b2","artifactVersion":"2","generatedFromUUID":"a3aeb028-1cd9-412f-bca4-3cfd2f8de10b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220310034945-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-template.yml","artifactChecksum":"NDYyYmU3NDJiYTFkNmM1NzVkMTMyYzAzNmViNmNmOGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a3b8671b-d2b8-48e6-add9-61f0ca4c14f0","artifactVersion":"1"},{"artifactName":"service-Vfw20220310034945-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar","artifactChecksum":"MDNkODVkZWUxOWMwMTlhMTkwODA5MzcxNWRlYjZmZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fa326f78-3560-4d17-a5c2-0d7e9eb978b6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-10T03:53:18.422Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T03:53:18.423Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:53:18.424Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:53:18.424Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884343127, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:53:18.525Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T03:53:18.526Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:53:18.526Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:53:18.538Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:53:18.538Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-10T03:53:19.425Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T03:53:19.426Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:53:19.428Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:53:19.428Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884343127, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json", "status": "NOTIFIED" } 2022-03-10T03:53:19.528Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T03:53:19.529Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:53:19.529Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:53:19.540Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:53:19.541Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-10T03:53:20.428Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T03:53:20.429Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:53:20.431Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:53:20.431Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884343127, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-10T03:53:20.531Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T03:53:20.532Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:53:20.533Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:53:20.545Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:53:20.545Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-10T03:53:21.431Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T03:53:21.432Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:53:21.434Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:53:21.434Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884343127, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:53:21.535Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T03:53:21.535Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:53:21.536Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:53:21.549Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:53:21.549Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-10T03:53:22.435Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T03:53:22.436Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:53:22.438Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:53:22.438Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884343127, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-10T03:53:22.538Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T03:53:22.539Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:53:22.540Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:53:22.553Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:53:22.554Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-10T03:53:23.439Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T03:53:23.440Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:53:23.442Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:53:23.442Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884343127, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T03:53:23.543Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-10T03:53:23.544Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:53:23.544Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:53:23.559Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:53:23.559Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-10T03:53:24.442Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T03:53:24.445Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:53:24.448Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:53:24.449Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884343127, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar", "status": "NOTIFIED" } 2022-03-10T03:53:24.547Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-10T03:53:24.548Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:53:24.548Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:53:24.559Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:53:24.560Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-10T03:53:25.450Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "serviceName": "vFW 2022-03-10 03-49-45", "serviceVersion": "1.0", "serviceUUID": "ba3f4112-5124-43a5-a47d-a5b1bb5d8872", "serviceDescription": "catalog service description", "serviceInvariantUUID": "04452e81-4f87-4c2d-b5b7-deac3efb45a2", "resources": [ { "resourceInstanceName": "vFW 03e5dbc9-7a66 0", "resourceCustomizationUUID": "7ade94a4-76a3-4b08-ad9f-19ee43d90d41", "resourceName": "vFW 03e5dbc9-7a66", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "203eed27-347a-4b9b-a0d8-7f9b98168421", "resourceInvariantUUID": "776545d3-2242-4299-81e2-8d9a973dc14e", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw03e5dbc97a660_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json", "artifactChecksum": "ODc2Y2I4ZTRmNjEwNDYxNmNmZTdmMWQxZTM4ZTE5NWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "110f1ac4-846f-413b-ae6b-d5b80e5164f4", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "a3aeb028-1cd9-412f-bca4-3cfd2f8de10b", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f4e0d165-26cc-4035-8bc4-ef4b27fd27b2", "generatedFromUUID": "a3aeb028-1cd9-412f-bca4-3cfd2f8de10b" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f4e0d165-26cc-4035-8bc4-ef4b27fd27b2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220310034945-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar", "artifactChecksum": "MDNkODVkZWUxOWMwMTlhMTkwODA5MzcxNWRlYjZmZmY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fa326f78-3560-4d17-a5c2-0d7e9eb978b6" } ], "workloadContext": "Production" } 2022-03-10T03:53:25.451Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-10T03:53:25.451Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ba3f4112-5124-43a5-a47d-a5b1bb5d8872 ASDC 2022-03-10T03:53:25.452Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:28b6d914-e4e0-444a-aad7-36171a0df7f9 ServiceName:vFW 2022-03-10 03-49-45 ServiceVersion:1.0 ServiceUUID:ba3f4112-5124-43a5-a47d-a5b1bb5d8872 ServiceInvariantUUID:04452e81-4f87-4c2d-b5b7-deac3efb45a2 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220310034945-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar ArtifactUUID:fa326f78-3560-4d17-a5c2-0d7e9eb978b6 ArtifactChecksum:MDNkODVkZWUxOWMwMTlhMTkwODA5MzcxNWRlYjZmZmY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 03e5dbc9-7a66 0 ResourceCustomizationUUID:7ade94a4-76a3-4b08-ad9f-19ee43d90d41 ResourceInvariantUUID:776545d3-2242-4299-81e2-8d9a973dc14e ResourceName:vFW 03e5dbc9-7a66 ResourceType:VF ResourceUUID:203eed27-347a-4b9b-a0d8-7f9b98168421 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw03e5dbc97a660_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json ArtifactUUID:110f1ac4-846f-413b-ae6b-d5b80e5164f4 ArtifactChecksum:ODc2Y2I4ZTRmNjEwNDYxNmNmZTdmMWQxZTM4ZTE5NWI= 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/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.yaml ArtifactUUID:a3aeb028-1cd9-412f-bca4-3cfd2f8de10b 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/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env ArtifactUUID:f4e0d165-26cc-4035-8bc4-ef4b27fd27b2 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/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env ArtifactUUID:f4e0d165-26cc-4035-8bc4-ef4b27fd27b2 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-10T03:53:25.452Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ba3f4112-5124-43a5-a47d-a5b1bb5d8872 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-10T03:53:25.493Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-10T03:53:25.494Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-10T03:53:25.494Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-10T03:53:25.494Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fa326f78-3560-4d17-a5c2-0d7e9eb978b6 from URL: /sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar 2022-03-10T03:53:25.494Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-10T03:53:25.494Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar 2022-03-10T03:53:25.560Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-10T03:53:25.565Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar fa326f78-3560-4d17-a5c2-0d7e9eb978b6 98918 2022-03-10T03:53:25.565Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar ASDC sendASDCNotification 2022-03-10T03:53:25.565Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar 2022-03-10T03:53:25.565Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-10T03:53:25.565Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:53:25.567Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:53:25.567Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884405565, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T03:53:25.668Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-10T03:53:25.669Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:53:25.669Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:53:25.682Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:53:25.683Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-10T03:53:26.568Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-10T03:53:26.569Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-10T03:53:26.570Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: fa326f78-3560-4d17-a5c2-0d7e9eb978b6, URL: /sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar to file: /app/ASDC/1/service-Vfw20220310034945-csar.csar 2022-03-10T03:53:26.571Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220310034945-csar.csar 2022-03-10T03:53:26.571Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220310034945-csar.csar 2022-03-10T03:53:26.571Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220310034945-csar.csar 2022-03-10T03:53:26.732Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16875582613853351171/Definitions/service-Vfw20220310034945-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2022-03-10T03:53:28.840Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-10T03:53:28.841Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-10T03:53:28.842Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220310034945-csar.csar 2022-03-10T03:53:28.842Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-10T03:53:28.842Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220310034945-csar.csar 2022-03-10T03:53:28.842Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220310034945-csar.csar 2022-03-10T03:53:28.842Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220310034945-csar.csar 2022-03-10T03:53:28.842Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220310034945-csar.csar 2022-03-10T03:53:28.842Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220310034945-csar.csar 2022-03-10T03:53:28.842Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220310034945-csar.csar 2022-03-10T03:53:28.842Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220310034945-csar.csar 2022-03-10T03:53:28.843Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220310034945-csar.csar 2022-03-10T03:53:28.843Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220310034945-csar.csar 2022-03-10T03:53:28.843Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220310034945-csar.csar 2022-03-10T03:53:28.843Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 03e5dbc9-7a66 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-Vfw20220310034945-csar.csar 2022-03-10T03:53:28.843Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220310034945-csar.csar 2022-03-10T03:53:28.843Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220310034945-csar.csar 2022-03-10T03:53:28.843Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-10T03:53:28.844Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:53:28.844Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-49-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:53:28.844Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 03e5dbc9-7a66 0 is matching search criteria 2022-03-10T03:53:28.844Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-10T03:53:28.844Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 03e5dbc9-7a66 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-10T03:53:28.845Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:53:28.845Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-49-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:53:28.845Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 03e5dbc9-7a66 0 is matching search criteria 2022-03-10T03:53:28.845Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-10T03:53:28.845Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 03e5dbc9-7a66 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-10T03:53:28.846Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:53:28.846Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-49-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:53:28.846Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:53:28.846Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 03e5dbc9-7a66 0 is not matching search criteria 2022-03-10T03:53:28.846Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-10T03:53:28.846Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-10T03:53:28.847Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-10T03:53:28.847Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-10T03:53:28.847Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-10T03:53:28.847Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-10T03:53:28.847Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-10T03:53:28.847Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-10T03:53:28.848Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-10T03:53:28.848Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-10T03:53:28.848Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-10T03:53:28.848Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-10T03:53:28.848Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-10T03:53:28.848Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-10T03:53:28.849Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-10T03:53:28.849Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-10T03:53:28.849Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:53:28.849Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-49-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-10T03:53:28.849Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:53:28.850Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 03e5dbc9-7a66 0 is matching search criteria 2022-03-10T03:53:28.850Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 03e5dbc9-7a66 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T03:53:28.850Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:53:28.850Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 03e5dbc9-7a66 0 is matching search criteria 2022-03-10T03:53:28.850Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 03e5dbc9-7a66 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T03:53:28.851Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:53:28.851Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 03e5dbc9-7a66 0 is matching search criteria 2022-03-10T03:53:28.851Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 03e5dbc9-7a66 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T03:53:28.851Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:53:28.851Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 03e5dbc9-7a66 0 is not matching search criteria 2022-03-10T03:53:28.852Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-10T03:53:28.852Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-10T03:53:28.852Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-10T03:53:28.852Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-10T03:53:28.852Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-10T03:53:28.852Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-10T03:53:28.853Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-10T03:53:28.853Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-10T03:53:28.853Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-10T03:53:28.853Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-10T03:53:28.853Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-10T03:53:28.854Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7ed3358f-6b57-4c82-8d6b-b995149e96cf 2022-03-10T03:53:28.854Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:53:28.854Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 03e5dbc9-7a66 0 is not matching search criteria 2022-03-10T03:53:28.854Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-10T03:53:28.854Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-10T03:53:28.854Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-10T03:53:28.855Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-10T03:53:28.855Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-10T03:53:28.855Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-10T03:53:28.855Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-10T03:53:28.855Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-10T03:53:28.856Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-10T03:53:28.856Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-10T03:53:28.856Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-10T03:53:28.856Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-10T03:53:28.856Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e44642b9-0dba-4b19-b93c-f49f1a1e7824 2022-03-10T03:53:28.856Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:53:28.857Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 03e5dbc9-7a66 0 is not matching search criteria 2022-03-10T03:53:28.857Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-10T03:53:28.857Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-10T03:53:28.857Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-10T03:53:28.857Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-10T03:53:28.857Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-10T03:53:28.858Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-10T03:53:28.858Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-10T03:53:28.858Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-10T03:53:28.858Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-10T03:53:28.858Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-10T03:53:28.858Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-10T03:53:28.859Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-10T03:53:28.859Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0ccf5340-8bd8-4a9f-b894-f5e24c7d555c 2022-03-10T03:53:28.859Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:53:28.859Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-49-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:53:28.859Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:53:28.860Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-49-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:53:28.860Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:53:28.860Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-49-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:53:28.860Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:53:28.860Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-49-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:53:28.860Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-10 03-49-45 Description:catalog service description Model UUID:ba3f4112-5124-43a5-a47d-a5b1bb5d8872 Model Version:NULL Model InvariantUuid:04452e81-4f87-4c2d-b5b7-deac3efb45a2 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 03e5dbc9-7a66 Model UUID:912843a9-aa77-49bb-bc39-233d5b516484 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:776545d3-2242-4299-81e2-8d9a973dc14e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7ade94a4-76a3-4b08-ad9f-19ee43d90d41 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7e9ffd9e-6401-4876-a6f4-c5ceae6e5ad4 ModelName:Vfw03e5dbc97a66..base_vfw..module-0 ModelUuid:b45173d7-79f9-4d3e-b9cc-c0fa98f3b943 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:7ed3358f-6b57-4c82-8d6b-b995149e96cf ModelInvariantUuid:56d69f5e-0450-43a0-a56f-567043d01c1e ModelName:vFW 03e5dbc9-7a66-nodes.vfwCvfc ModelUuid:31f9d7b6-63a0-4e2b-8ad5-44405d854912 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:ddb115a5-a7e0-4e40-a2e1-9cbfc5aaa501 ModelInvariantUuid:1232a3cf-ae61-4ca5-9fcd-e44472859f85 ModelName:Vfw03e5dbc97a66.compute.nodes.heat.vfw ModelUuid:787988b7-94a8-4fa2-a31d-36b7ac1aacbd ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:e44642b9-0dba-4b19-b93c-f49f1a1e7824 ModelInvariantUuid:a4eb4fa2-785e-4e71-8513-606129a37f7d ModelName:vFW 03e5dbc9-7a66-nodes.vsnCvfc ModelUuid:aecabb1f-500e-484e-939e-1ec042c0007a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:8ba5d793-c67f-4ab2-b5cb-cf45a07c618e ModelInvariantUuid:10e36841-f0aa-4fb9-b44a-2b6e47723024 ModelName:Vfw03e5dbc97a66.compute.nodes.heat.vsn ModelUuid:8178e5aa-1adc-4433-a827-b9b04e4b64fc ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:0ccf5340-8bd8-4a9f-b894-f5e24c7d555c ModelInvariantUuid:5e7f196f-cdba-4e1f-8f00-b6676584c849 ModelName:vFW 03e5dbc9-7a66-nodes.vpgCvfc ModelUuid:8cf959a6-6089-4d20-a441-4ef0b9b24f17 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:a3dac7ec-4355-43e9-998d-d80439faa010 ModelInvariantUuid:8b1420cf-8a82-4939-88cf-63f8f9ae99b2 ModelName:Vfw03e5dbc97a66.compute.nodes.heat.vpg ModelUuid:3c422592-2231-4b92-a082-549bac070069 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-10T03:53:28.866Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 203eed27-347a-4b9b-a0d8-7f9b98168421 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-10T03:53:28.869Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||vFW 03e5dbc9-7a66 0 2022-03-10T03:53:28.869Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 203eed27-347a-4b9b-a0d8-7f9b98168421 2022-03-10T03:53:28.869Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 110f1ac4-846f-413b-ae6b-d5b80e5164f4 from URL: /sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json 2022-03-10T03:53:28.869Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-10T03:53:28.870Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json 2022-03-10T03:53:28.924Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-10T03:53:28.924Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json 110f1ac4-846f-413b-ae6b-d5b80e5164f4 785 2022-03-10T03:53:28.925Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json ASDC sendASDCNotification 2022-03-10T03:53:28.925Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json 2022-03-10T03:53:28.925Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-10T03:53:28.925Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:53:28.931Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:53:28.931Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884408925, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json", "status": "DOWNLOAD_OK" } 2022-03-10T03:53:29.028Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-03-10T03:53:29.029Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:53:29.029Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:53:29.041Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:53:29.041Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-03-10T03:53:29.933Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw03e5dbc97a66..base_vfw..module-0", "vfModuleModelInvariantUUID": "7e9ffd9e-6401-4876-a6f4-c5ceae6e5ad4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b45173d7-79f9-4d3e-b9cc-c0fa98f3b943", "vfModuleModelCustomizationUUID": "b24992e8-2df4-41c2-a159-27d94ea9155f", "isBase": true, "artifacts": [ "a3aeb028-1cd9-412f-bca4-3cfd2f8de10b", "f4e0d165-26cc-4035-8bc4-ef4b27fd27b2" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-10T03:53:29.938Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw03e5dbc97a66..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b45173d7-79f9-4d3e-b9cc-c0fa98f3b943 VfModuleModelInvariantUUID:7e9ffd9e-6401-4876-a6f4-c5ceae6e5ad4 VfModuleModelDescription:NULL Artifacts UUID List:{ a3aeb028-1cd9-412f-bca4-3cfd2f8de10b , f4e0d165-26cc-4035-8bc4-ef4b27fd27b2 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-10T03:53:29.942Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw03e5dbc97a66..base_vfw..module-0", "vfModuleModelInvariantUUID": "7e9ffd9e-6401-4876-a6f4-c5ceae6e5ad4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b45173d7-79f9-4d3e-b9cc-c0fa98f3b943", "vfModuleModelCustomizationUUID": "b24992e8-2df4-41c2-a159-27d94ea9155f", "isBase": true, "artifacts": [ "a3aeb028-1cd9-412f-bca4-3cfd2f8de10b", "f4e0d165-26cc-4035-8bc4-ef4b27fd27b2" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-10T03:53:29.942Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw03e5dbc97a66..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b45173d7-79f9-4d3e-b9cc-c0fa98f3b943 VfModuleModelInvariantUUID:7e9ffd9e-6401-4876-a6f4-c5ceae6e5ad4 VfModuleModelDescription:NULL Artifacts UUID List:{ a3aeb028-1cd9-412f-bca4-3cfd2f8de10b , f4e0d165-26cc-4035-8bc4-ef4b27fd27b2 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-10T03:53:29.944Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a3aeb028-1cd9-412f-bca4-3cfd2f8de10b from URL: /sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.yaml 2022-03-10T03:53:29.944Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-10T03:53:29.944Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.yaml 2022-03-10T03:53:30.032Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-10T03:53:30.040Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.yaml a3aeb028-1cd9-412f-bca4-3cfd2f8de10b 20368 2022-03-10T03:53:30.043Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-10T03:53:30.043Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.yaml 2022-03-10T03:53:30.043Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-10T03:53:30.044Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:53:30.046Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:53:30.046Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884410043, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-10T03:53:30.146Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-10T03:53:30.152Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:53:30.153Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:53:30.165Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:53:30.165Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-10T03:53:31.047Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f4e0d165-26cc-4035-8bc4-ef4b27fd27b2 from URL: /sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env 2022-03-10T03:53:31.048Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-10T03:53:31.048Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env 2022-03-10T03:53:31.183Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-10T03:53:31.184Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env f4e0d165-26cc-4035-8bc4-ef4b27fd27b2 2098 2022-03-10T03:53:31.184Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-10T03:53:31.185Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env 2022-03-10T03:53:31.185Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-10T03:53:31.185Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:53:31.187Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:53:31.187Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884411184, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-10T03:53:31.288Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-10T03:53:31.288Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:53:31.288Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:53:31.302Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:53:31.303Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-10T03:53:32.188Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: ba3f4112-5124-43a5-a47d-a5b1bb5d8872 2022-03-10T03:53:32.189Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 03e5dbc9-7a66 0 203eed27-347a-4b9b-a0d8-7f9b98168421 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-10T03:53:32.203Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@192fb155, org.onap.sdc.toscaparser.api.parameters.Input@2d1abc82, org.onap.sdc.toscaparser.api.parameters.Input@6d69e71, org.onap.sdc.toscaparser.api.parameters.Input@3a65e1e7, org.onap.sdc.toscaparser.api.parameters.Input@5ea44ae7] 2022-03-10T03:53:32.205Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:53:32.206Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-49-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:53:32.206Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-03-10T03:53:32.206Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 7ade94a4-76a3-4b08-ad9f-19ee43d90d41 2022-03-10T03:53:32.206Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7ade94a4-76a3-4b08-ad9f-19ee43d90d41 matches Tosca VF Customization UUID: 7ade94a4-76a3-4b08-ad9f-19ee43d90d41 2022-03-10T03:53:32.206Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 7ade94a4-76a3-4b08-ad9f-19ee43d90d41 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-03-10T03:53:32.208Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:53:32.209Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-49-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:53:32.209Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 7ade94a4-76a3-4b08-ad9f-19ee43d90d41: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-03-10T03:53:32.209Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1ca8506 2022-03-10T03:53:32.210Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:53:32.210Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-49-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-10T03:53:32.210Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b24992e8-2df4-41c2-a159-27d94ea9155f 2022-03-10T03:53:32.210Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b24992e8-2df4-41c2-a159-27d94ea9155f Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-03-10T03:53:32.212Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:53:32.212Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 03e5dbc9-7a66 0 is matching search criteria 2022-03-10T03:53:32.212Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 03e5dbc9-7a66 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T03:53:32.213Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:53:32.213Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 03e5dbc9-7a66 0 is matching search criteria 2022-03-10T03:53:32.213Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 03e5dbc9-7a66 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T03:53:32.213Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:53:32.213Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 03e5dbc9-7a66 0 is not matching search criteria 2022-03-10T03:53:32.214Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-10T03:53:32.214Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-10T03:53:32.214Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-10T03:53:32.214Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-10T03:53:32.214Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-10T03:53:32.215Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-10T03:53:32.215Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-10T03:53:32.215Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-10T03:53:32.215Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-10T03:53:32.215Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-10T03:53:32.216Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-10T03:53:32.216Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7ed3358f-6b57-4c82-8d6b-b995149e96cf Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-10T03:53:32.218Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:53:32.218Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 03e5dbc9-7a66 0 is matching search criteria 2022-03-10T03:53:32.218Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 03e5dbc9-7a66 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T03:53:32.219Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:53:32.219Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 03e5dbc9-7a66 0 is not matching search criteria 2022-03-10T03:53:32.219Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-10T03:53:32.219Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-10T03:53:32.219Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-10T03:53:32.220Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-10T03:53:32.220Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-10T03:53:32.220Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-10T03:53:32.220Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-10T03:53:32.220Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-10T03:53:32.220Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-10T03:53:32.221Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-10T03:53:32.221Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-10T03:53:32.221Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-10T03:53:32.221Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e44642b9-0dba-4b19-b93c-f49f1a1e7824 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-10T03:53:32.223Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:53:32.223Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 03e5dbc9-7a66 0 is matching search criteria 2022-03-10T03:53:32.223Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 03e5dbc9-7a66 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T03:53:32.224Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:53:32.224Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 03e5dbc9-7a66 0 is not matching search criteria 2022-03-10T03:53:32.224Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-10T03:53:32.224Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-10T03:53:32.224Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-10T03:53:32.224Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-10T03:53:32.225Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-10T03:53:32.225Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-10T03:53:32.225Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-10T03:53:32.225Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-10T03:53:32.225Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-10T03:53:32.225Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-10T03:53:32.225Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-10T03:53:32.226Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-10T03:53:32.226Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0ccf5340-8bd8-4a9f-b894-f5e24c7d555c Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-10T03:53:32.227Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:53:32.228Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 03e5dbc9-7a66 0 is matching search criteria 2022-03-10T03:53:32.228Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 03e5dbc9-7a66 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T03:53:32.228Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:53:32.228Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 03e5dbc9-7a66 0 is matching search criteria 2022-03-10T03:53:32.228Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 03e5dbc9-7a66 0] matching following query criteria: sdcType=VF, customizationUUID=7ade94a4-76a3-4b08-ad9f-19ee43d90d41 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-10T03:53:32.230Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:53:32.230Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-49-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:53:32.230Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid ba3f4112-5124-43a5-a47d-a5b1bb5d8872: vFW 03e5dbc9-7a66 2022-03-10T03:53:32.231Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:53:32.231Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-49-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:53:32.231Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:53:32.231Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-49-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:53:32.231Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:53:32.231Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-49-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:53:32.231Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:53:32.232Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-49-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:53:32.232Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T03:53:32.232Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-49-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T03:53:32.232Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-03-10 03-49-45 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T03:53:32.395Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 03e5dbc9-7a66 203eed27-347a-4b9b-a0d8-7f9b98168421 1 ASDC deployResourceStructure 2022-03-10T03:53:32.396Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json ASDC sendASDCNotification 2022-03-10T03:53:32.396Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json 2022-03-10T03:53:32.396Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-10T03:53:32.396Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:53:32.399Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:53:32.399Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884412396, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json", "status": "DEPLOY_OK" } 2022-03-10T03:53:32.499Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-10T03:53:32.500Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:53:32.500Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:53:32.515Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:53:32.516Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-10T03:53:33.400Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-10T03:53:33.401Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.yaml 2022-03-10T03:53:33.401Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-10T03:53:33.401Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:53:33.403Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:53:33.404Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884413400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-10T03:53:33.504Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T03:53:33.505Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:53:33.505Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:53:33.518Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:53:33.523Z||pool-47-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-03-10T03:53:34.405Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-10T03:53:34.405Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env 2022-03-10T03:53:34.406Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-10T03:53:34.406Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:53:34.408Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:53:34.409Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884414405, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-10T03:53:34.509Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-10T03:53:34.510Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:53:34.510Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:53:34.524Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:53:34.524Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-10T03:53:35.409Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar ASDC sendASDCNotification 2022-03-10T03:53:35.410Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar 2022-03-10T03:53:35.410Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-10T03:53:35.410Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:53:35.419Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:53:35.419Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884415409, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T03:53:35.519Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-10T03:53:35.520Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:53:35.520Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:53:35.542Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:53:35.543Z||pool-49-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-03-10T03:53:36.420Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28b6d914-e4e0-444a-aad7-36171a0df7f9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T03:53:36.433Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28b6d914-e4e0-444a-aad7-36171a0df7f9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T03:53:36.439Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-10T03:53:36.439Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-10T03:53:36.439Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-10T03:54:06.439Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28b6d914-e4e0-444a-aad7-36171a0df7f9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T03:54:06.451Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28b6d914-e4e0-444a-aad7-36171a0df7f9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T03:54:06.454Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-10T03:54:06.454Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-10T03:54:06.454Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-10T03:54:14.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:54:14.091Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:54:14.091Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:54:14.115Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:54:14.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T03:54:14.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884274914, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T03:54:14.122Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 28b6d914-e4e0-444a-aad7-36171a0df7f9 2022-03-10T03:54:14.122Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28b6d914-e4e0-444a-aad7-36171a0df7f9 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T03:54:14.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T03:54:14.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "aai-ml", "timestamp": 1646884276270, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:54:14.131Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T03:54:14.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T03:54:14.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "aai-ml", "timestamp": 1646884276270, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json", "status": "NOT_NOTIFIED" } 2022-03-10T03:54:14.131Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T03:54:14.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T03:54:14.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "aai-ml", "timestamp": 1646884276270, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T03:54:14.132Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T03:54:14.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T03:54:14.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "aai-ml", "timestamp": 1646884276270, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:54:14.132Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T03:54:14.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T03:54:14.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "aai-ml", "timestamp": 1646884276270, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-10T03:54:14.132Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T03:54:14.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T03:54:14.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "aai-ml", "timestamp": 1646884276270, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T03:54:14.133Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T03:54:14.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T03:54:14.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "aai-ml", "timestamp": 1646884276270, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar", "status": "NOTIFIED" } 2022-03-10T03:54:14.133Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T03:54:14.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T03:54:14.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "aai-ml", "timestamp": 1646884283990, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T03:54:14.133Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:54:14.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T03:54:14.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "aai-ml", "timestamp": 1646884300623, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T03:54:14.134Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:54:14.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T03:54:14.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "aai-ml", "timestamp": 1646884301628, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T03:54:14.140Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 28b6d914-e4e0-444a-aad7-36171a0df7f9 2022-03-10T03:54:14.140Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28b6d914-e4e0-444a-aad7-36171a0df7f9 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T03:54:36.454Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28b6d914-e4e0-444a-aad7-36171a0df7f9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T03:54:36.464Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28b6d914-e4e0-444a-aad7-36171a0df7f9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T03:54:36.472Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-10T03:54:36.472Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-10T03:54:36.472Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-10T03:54:36.472Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-10T03:54:36.472Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T03:54:36.472Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T03:54:36.472Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T03:54:36.473Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T03:54:36.473Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T03:54:36.473Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T03:54:36.473Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T03:54:36.477Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-10T03:55:06.477Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 28b6d914-e4e0-444a-aad7-36171a0df7f9 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-10T03:55:06.483Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 28b6d914-e4e0-444a-aad7-36171a0df7f9 and serviceModelVersionId: ba3f4112-5124-43a5-a47d-a5b1bb5d8872 2022-03-10T03:55:06.483Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 04452e81-4f87-4c2d-b5b7-deac3efb45a2 2022-03-10T03:55:06.484Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/04452e81-4f87-4c2d-b5b7-deac3efb45a2/model-vers/model-ver/ba3f4112-5124-43a5-a47d-a5b1bb5d8872?depth=0 2022-03-10T03:55:06.488Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-03-10T03:55:06.538Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04452e81-4f87-4c2d-b5b7-deac3efb45a2/model-vers/model-ver/ba3f4112-5124-43a5-a47d-a5b1bb5d8872?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-03-10T03:55:06.539Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04452e81-4f87-4c2d-b5b7-deac3efb45a2/model-vers/model-ver/ba3f4112-5124-43a5-a47d-a5b1bb5d8872?depth=0|INFO|500||Invoke 2022-03-10T03:55:06.559Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04452e81-4f87-4c2d-b5b7-deac3efb45a2/model-vers/model-ver/ba3f4112-5124-43a5-a47d-a5b1bb5d8872?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-10T03:55:07.640Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04452e81-4f87-4c2d-b5b7-deac3efb45a2/model-vers/model-ver/ba3f4112-5124-43a5-a47d-a5b1bb5d8872?depth=0|INFO|500||InvokeReturn 2022-03-10T03:55:07.641Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04452e81-4f87-4c2d-b5b7-deac3efb45a2/model-vers/model-ver/ba3f4112-5124-43a5-a47d-a5b1bb5d8872?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220310-03:55:07:355-6066], vertex-id=[221344], Content-Length=[0], Date=[Thu, 10 Mar 2022 03:55:07 GMT], Content-Type=[application/json]} 2022-03-10T03:55:07.641Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-03-10T03:55:07.642Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-10T03:55:07.642Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-10T03:55:07.648Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-10T03:55:07.649Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 28b6d914-e4e0-444a-aad7-36171a0df7f9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-10T03:55:07.649Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-10T03:55:07.650Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T03:55:07.652Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T03:55:07.652Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884507649, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-10T03:55:07.752Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T03:55:07.754Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T03:55:07.754Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T03:55:07.768Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:55:07.769Z||pool-50-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-10T03:55:08.665Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:55:08.665Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:55:08.665Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|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 ygyisqJqbLioOY9W) ... 2022-03-10T03:55:14.091Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:55:14.093Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:55:14.093Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:55:14.116Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:55:14.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-10T03:55:14.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884342108, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-10T03:55:14.118Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:55:14.119Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-10T03:55:14.119Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884343127, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:55:14.119Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-10T03:55:14.119Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-10T03:55:14.119Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884343127, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json", "status": "NOTIFIED" } 2022-03-10T03:55:14.119Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-10T03:55:14.119Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-10T03:55:14.119Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884343127, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-10T03:55:14.119Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-10T03:55:14.120Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-10T03:55:14.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884343127, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:55:14.120Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-10T03:55:14.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-10T03:55:14.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884343127, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-10T03:55:14.121Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-10T03:55:14.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-10T03:55:14.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884343127, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T03:55:14.121Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-10T03:55:14.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-10T03:55:14.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884343127, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar", "status": "NOTIFIED" } 2022-03-10T03:55:14.122Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-10T03:55:14.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-10T03:55:14.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884355101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T03:55:14.122Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:55:14.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-10T03:55:14.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884359185, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-10T03:55:14.123Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:55:14.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-10T03:55:14.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884360548, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-10T03:55:14.123Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:55:14.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-10T03:55:14.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884361926, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-10T03:55:14.123Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:55:14.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-10T03:55:14.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884363074, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json", "status": "DEPLOY_OK" } 2022-03-10T03:55:14.123Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:55:14.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-10T03:55:14.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884364078, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-10T03:55:14.124Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:55:14.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-10T03:55:14.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884365083, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-10T03:55:14.124Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:55:14.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-10T03:55:14.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884366096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T03:55:14.124Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:55:18.918Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:55:18.919Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:55:18.920Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:55:18.920Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|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 ygyisqJqbLioOY9W) ... 2022-03-10T03:55:28.476Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:55:28.478Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:55:28.479Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:55:28.479Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|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 ygyisqJqbLioOY9W) ... 2022-03-10T03:55:38.025Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:55:38.028Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:55:38.029Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:55:38.030Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|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 ygyisqJqbLioOY9W) ... 2022-03-10T03:55:47.567Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:55:47.569Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:55:47.570Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:55:47.570Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|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 ygyisqJqbLioOY9W) ... 2022-03-10T03:55:57.116Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:55:57.117Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:55:57.118Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:55:57.118Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|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 ygyisqJqbLioOY9W) ... 2022-03-10T03:56:06.696Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:56:14.082Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:56:14.083Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:56:14.083Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|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 ygyisqJqbLioOY9W) ... 2022-03-10T03:56:14.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:56:14.090Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:56:14.090Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:56:14.115Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:56:14.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T03:56:14.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884397405, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-10T03:56:14.119Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:56:14.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T03:56:14.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884343127, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:56:14.119Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T03:56:14.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T03:56:14.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884343127, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json", "status": "NOTIFIED" } 2022-03-10T03:56:14.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T03:56:14.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T03:56:14.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884343127, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-10T03:56:14.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T03:56:14.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T03:56:14.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884343127, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T03:56:14.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T03:56:14.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T03:56:14.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884343127, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-10T03:56:14.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T03:56:14.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T03:56:14.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884343127, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T03:56:14.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T03:56:14.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T03:56:14.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884343127, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar", "status": "NOTIFIED" } 2022-03-10T03:56:14.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T03:56:14.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T03:56:14.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884405565, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T03:56:14.123Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:56:14.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T03:56:14.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884408925, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json", "status": "DOWNLOAD_OK" } 2022-03-10T03:56:14.123Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:56:14.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T03:56:14.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884410043, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-10T03:56:14.124Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:56:14.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T03:56:14.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884411184, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-10T03:56:14.124Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:56:14.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T03:56:14.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884412396, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json", "status": "DEPLOY_OK" } 2022-03-10T03:56:14.125Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:56:14.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T03:56:14.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884413400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-10T03:56:14.125Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:56:14.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T03:56:14.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884414405, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-10T03:56:14.126Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:56:14.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T03:56:14.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884415409, "artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T03:56:14.127Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:56:23.624Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:57:14.083Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:57:14.084Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:57:14.084Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|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 ygyisqJqbLioOY9W) ... 2022-03-10T03:57:14.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:57:14.091Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:57:14.091Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:57:14.611Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:57:14.612Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-10T03:57:14.612Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884507649, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-10T03:57:14.613Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T03:57:23.668Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:58:14.082Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:58:14.083Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:58:14.083Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|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 ygyisqJqbLioOY9W) ... 2022-03-10T03:58:14.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:58:14.090Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:58:14.090Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:58:23.629Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:58:23.629Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:59:14.082Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:59:14.084Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:59:14.084Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|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 ygyisqJqbLioOY9W) ... 2022-03-10T03:59:14.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T03:59:14.090Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T03:59:14.090Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T03:59:23.640Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T03:59:23.640Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:00:14.082Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:00:14.084Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:00:14.084Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|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 ygyisqJqbLioOY9W) ... 2022-03-10T04:00:14.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:00:14.091Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:00:14.091Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T04:00:23.626Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:00:23.631Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:01:14.083Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:01:14.083Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:01:14.084Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|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 ygyisqJqbLioOY9W) ... 2022-03-10T04:01:14.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:01:14.091Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:01:14.091Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T04:01:14.710Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:01:14.711Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-10T04:01:14.711Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"e6882f09-83ba-45a3-931d-f93b319571d4","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"9ec624e8-4a78-4cdb-a8e2-9746764e2d46","serviceDescription":"service","serviceInvariantUUID":"0679b08e-4970-4ffe-be97-292744fa20ab","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"01a28ddf-981d-495b-ad46-71d392a0e7e2","resourceInvariantUUID":"7ed9be39-36a9-4f18-a98a-60b4f74e7991","resourceCustomizationUUID":"d4bc6e20-0c6f-4c10-a358-5cf9573aaba2","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":"MTIwODRlMzM1MDI2OGVmOWZmNTBkYjdmYTcxNzY5ZGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e532630-f0ac-43c4-873e-a09604728931","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZTQwNWQ0ZmZkYmM3MjI0NDYzMGVlODFjMDFiOWQ0Njc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9f3b6933-bf92-4451-894f-895fe2e2db9d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-10T04:01:14.720Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:01:14.720Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:01:14.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:01:14.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6882f09-83ba-45a3-931d-f93b319571d4", "consumerID": "cds", "timestamp": 1646884830899, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:01:14.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:01:14.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:01:14.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6882f09-83ba-45a3-931d-f93b319571d4", "consumerID": "multicloud-k8s-id", "timestamp": 1646884824189, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:01:14.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:01:14.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:01:14.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6882f09-83ba-45a3-931d-f93b319571d4", "consumerID": "clamp", "timestamp": 1646884825016, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:01:14.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:01:14.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:01:14.723Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:01:14.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6882f09-83ba-45a3-931d-f93b319571d4", "consumerID": "policy-id", "timestamp": 1646884827546, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:01:14.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:01:14.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:01:14.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6882f09-83ba-45a3-931d-f93b319571d4", "consumerID": "cds", "timestamp": 1646884830899, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:01:14.724Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:01:14.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:01:14.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6882f09-83ba-45a3-931d-f93b319571d4", "consumerID": "multicloud-k8s-id", "timestamp": 1646884824189, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:01:14.724Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:01:14.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:01:14.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6882f09-83ba-45a3-931d-f93b319571d4", "consumerID": "clamp", "timestamp": 1646884825016, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:01:14.724Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:01:14.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:01:14.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6882f09-83ba-45a3-931d-f93b319571d4", "consumerID": "policy-id", "timestamp": 1646884827546, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:01:14.725Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:01:14.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:01:14.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6882f09-83ba-45a3-931d-f93b319571d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884832450, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:01:14.725Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:01:14.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:01:14.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6882f09-83ba-45a3-931d-f93b319571d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884832450, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:01:14.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:01:14.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:01:14.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6882f09-83ba-45a3-931d-f93b319571d4", "consumerID": "policy-id", "timestamp": 1646884835460, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:01:14.726Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:01:14.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:01:14.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6882f09-83ba-45a3-931d-f93b319571d4", "consumerID": "ves-openapi-manager", "timestamp": 1646884834464, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:01:14.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:01:14.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:01:14.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6882f09-83ba-45a3-931d-f93b319571d4", "consumerID": "cds", "timestamp": 1646884835604, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:01:14.727Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:01:14.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:01:14.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6882f09-83ba-45a3-931d-f93b319571d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884835468, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:01:14.727Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:01:14.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:01:14.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6882f09-83ba-45a3-931d-f93b319571d4", "consumerID": "policy-id", "timestamp": 1646884836466, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T04:01:14.727Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:01:14.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:01:14.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6882f09-83ba-45a3-931d-f93b319571d4", "consumerID": "dcae-sch", "timestamp": 1646884835823, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:01:14.728Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:01:14.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:01:14.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6882f09-83ba-45a3-931d-f93b319571d4", "consumerID": "ves-openapi-manager", "timestamp": 1646884834464, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-10T04:01:14.728Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:01:14.728Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:01:14.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:01:14.729Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e6882f09-83ba-45a3-931d-f93b319571d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884874082, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:01:14.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6882f09-83ba-45a3-931d-f93b319571d4", "consumerID": "cds", "timestamp": 1646884836614, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T04:01:14.752Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e6882f09-83ba-45a3-931d-f93b319571d4 2022-03-10T04:01:14.752Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6882f09-83ba-45a3-931d-f93b319571d4 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T04:01:14.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:01:14.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6882f09-83ba-45a3-931d-f93b319571d4", "consumerID": "policy-id", "timestamp": 1646884837470, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T04:01:14.765Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e6882f09-83ba-45a3-931d-f93b319571d4 2022-03-10T04:01:14.765Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6882f09-83ba-45a3-931d-f93b319571d4 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T04:01:14.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:01:14.774Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6882f09-83ba-45a3-931d-f93b319571d4", "consumerID": "dcae-sch", "timestamp": 1646884835823, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-10T04:01:14.774Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:01:14.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:01:14.774Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6882f09-83ba-45a3-931d-f93b319571d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884837148, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T04:01:14.775Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:01:14.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:01:14.775Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6882f09-83ba-45a3-931d-f93b319571d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884838151, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T04:01:14.780Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e6882f09-83ba-45a3-931d-f93b319571d4 2022-03-10T04:01:14.780Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6882f09-83ba-45a3-931d-f93b319571d4 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T04:01:14.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:01:14.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6882f09-83ba-45a3-931d-f93b319571d4", "consumerID": "clamp", "timestamp": 1646884840069, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:01:14.787Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:01:14.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:01:14.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6882f09-83ba-45a3-931d-f93b319571d4", "consumerID": "clamp", "timestamp": 1646884841088, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T04:01:14.788Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:01:14.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:01:14.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6882f09-83ba-45a3-931d-f93b319571d4", "consumerID": "clamp", "timestamp": 1646884842092, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T04:01:14.792Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e6882f09-83ba-45a3-931d-f93b319571d4 2022-03-10T04:01:14.793Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6882f09-83ba-45a3-931d-f93b319571d4 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T04:01:14.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:01:14.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6882f09-83ba-45a3-931d-f93b319571d4", "consumerID": "aai-ml", "timestamp": 1646884846271, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:01:14.803Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:01:14.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:01:14.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6882f09-83ba-45a3-931d-f93b319571d4", "consumerID": "aai-ml", "timestamp": 1646884846271, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:01:14.804Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:01:14.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:01:14.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6882f09-83ba-45a3-931d-f93b319571d4", "consumerID": "aai-ml", "timestamp": 1646884848994, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:01:14.805Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:01:14.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:01:14.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6882f09-83ba-45a3-931d-f93b319571d4", "consumerID": "aai-ml", "timestamp": 1646884853418, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T04:01:14.805Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:01:14.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:01:14.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6882f09-83ba-45a3-931d-f93b319571d4", "consumerID": "aai-ml", "timestamp": 1646884854424, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T04:01:14.810Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e6882f09-83ba-45a3-931d-f93b319571d4 2022-03-10T04:01:14.810Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6882f09-83ba-45a3-931d-f93b319571d4 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T04:01:14.828Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-10T04:01:14.830Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:01:14.830Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:01:14.842Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:01:14.843Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:01:15.730Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:01:15.733Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:01:15.736Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:01:15.736Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e6882f09-83ba-45a3-931d-f93b319571d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884874082, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:01:15.836Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:01:15.837Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:01:15.837Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:01:15.851Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:01:15.851Z||pool-52-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:01:16.737Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "e6882f09-83ba-45a3-931d-f93b319571d4", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "9ec624e8-4a78-4cdb-a8e2-9746764e2d46", "serviceDescription": "service", "serviceInvariantUUID": "0679b08e-4970-4ffe-be97-292744fa20ab", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "d4bc6e20-0c6f-4c10-a358-5cf9573aaba2", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "01a28ddf-981d-495b-ad46-71d392a0e7e2", "resourceInvariantUUID": "7ed9be39-36a9-4f18-a98a-60b4f74e7991", "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": "ZTQwNWQ0ZmZkYmM3MjI0NDYzMGVlODFjMDFiOWQ0Njc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9f3b6933-bf92-4451-894f-895fe2e2db9d" } ], "workloadContext": "Production" } 2022-03-10T04:01:16.737Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-10T04:01:16.737Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9ec624e8-4a78-4cdb-a8e2-9746764e2d46 ASDC 2022-03-10T04:01:16.738Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:e6882f09-83ba-45a3-931d-f93b319571d4 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:9ec624e8-4a78-4cdb-a8e2-9746764e2d46 ServiceInvariantUUID:0679b08e-4970-4ffe-be97-292744fa20ab 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:9f3b6933-bf92-4451-894f-895fe2e2db9d ArtifactChecksum:ZTQwNWQ0ZmZkYmM3MjI0NDYzMGVlODFjMDFiOWQ0Njc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:d4bc6e20-0c6f-4c10-a358-5cf9573aaba2 ResourceInvariantUUID:7ed9be39-36a9-4f18-a98a-60b4f74e7991 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:01a28ddf-981d-495b-ad46-71d392a0e7e2 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-03-10T04:01:16.738Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9ec624e8-4a78-4cdb-a8e2-9746764e2d46 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-10T04:01:16.763Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-10T04:01:16.764Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-10T04:01:16.764Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-10T04:01:16.764Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9f3b6933-bf92-4451-894f-895fe2e2db9d from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-10T04:01:16.765Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-10T04:01:16.765Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-10T04:01:17.126Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-10T04:01:17.130Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 9f3b6933-bf92-4451-894f-895fe2e2db9d 52486 2022-03-10T04:01:17.130Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-03-10T04:01:17.130Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-10T04:01:17.130Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-10T04:01:17.130Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:01:17.133Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:01:17.133Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e6882f09-83ba-45a3-931d-f93b319571d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884877130, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:01:17.233Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:01:17.235Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:01:17.236Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:01:17.249Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:01:17.250Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-10T04:01:18.135Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-10T04:01:18.136Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-10T04:01:18.137Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 9f3b6933-bf92-4451-894f-895fe2e2db9d, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-10T04:01:18.137Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-03-10T04:01:18.138Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-10T04:01:18.138Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-10T04:01:18.305Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7856208899410430335/Definitions/service-BasicNetwork-template.yml 2022-03-10T04:01:18.894Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-10T04:01:18.895Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-10T04:01:18.895Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-10T04:01:18.895Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-03-10T04:01:18.895Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-10T04:01:18.895Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-10T04:01:18.895Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-10T04:01:18.895Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-10T04:01:18.895Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-10T04:01:18.896Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-10T04:01:18.896Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-10T04:01:18.896Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-10T04:01:18.896Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-10T04:01:18.896Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:01:18.896Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:01:18.897Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-10T04:01:18.897Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-10T04:01:18.897Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-10T04:01:18.897Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:01:18.897Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:01:18.897Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-10T04:01:18.898Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-10T04:01:18.898Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-10T04:01:18.898Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:01:18.898Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:01:18.898Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:01:18.898Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:01:18.899Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:01:18.899Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:01:18.899Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:01:18.899Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:01:18.900Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:01:18.900Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:01:18.900Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:9ec624e8-4a78-4cdb-a8e2-9746764e2d46 Model Version:NULL Model InvariantUuid:0679b08e-4970-4ffe-be97-292744fa20ab Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:7ed9be39-36a9-4f18-a98a-60b4f74e7991 Model UUID:f03044ec-b1f0-41a4-be94-deafc25ea8eb Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:d4bc6e20-0c6f-4c10-a358-5cf9573aaba2 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-10T04:01:18.906Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 01a28ddf-981d-495b-ad46-71d392a0e7e2 2022-03-10T04:01:18.907Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||INFO|500||No resources found for Service: 9ec624e8-4a78-4cdb-a8e2-9746764e2d46 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-10T04:01:18.912Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||INFO|500|| 2022-03-10T04:01:18.913Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-03-10T04:01:18.914Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 9ec624e8-4a78-4cdb-a8e2-9746764e2d46 2022-03-10T04:01:18.914Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 9ec624e8-4a78-4cdb-a8e2-9746764e2d46 2022-03-10T04:01:18.914Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-03-10T04:01:18.914Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-10T04:01:18.919Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7ff739c2, org.onap.sdc.toscaparser.api.parameters.Input@69793a07, org.onap.sdc.toscaparser.api.parameters.Input@6a60c246, org.onap.sdc.toscaparser.api.parameters.Input@13e3eae, org.onap.sdc.toscaparser.api.parameters.Input@47c13e62] 2022-03-10T04:01:18.921Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:01:18.921Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:01:18.921Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:01:18.922Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:01:18.922Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 9ec624e8-4a78-4cdb-a8e2-9746764e2d46: Generic NeutronNet 2022-03-10T04:01:18.922Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:01:18.922Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:01:18.922Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:01:18.923Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-03-10T04:01:18.956Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:01:18.957Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:01:18.957Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:01:18.957Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:01:18.957Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:01:18.957Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:01:18.958Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-03-10T04:01:19.006Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-03-10T04:01:19.006Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-03-10T04:01:19.006Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-10T04:01:19.006Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-10T04:01:19.007Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:01:19.008Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:01:19.009Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e6882f09-83ba-45a3-931d-f93b319571d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884879006, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T04:01:19.109Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:01:19.110Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:01:19.110Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:01:19.126Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:01:19.126Z||pool-54-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:01:20.010Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e6882f09-83ba-45a3-931d-f93b319571d4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T04:01:20.020Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e6882f09-83ba-45a3-931d-f93b319571d4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T04:01:20.024Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-10T04:01:20.024Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-10T04:01:20.024Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-10T04:01:20.024Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-10T04:01:20.024Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:01:20.024Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:01:20.024Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:01:20.025Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:01:20.025Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:01:20.025Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:01:20.025Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T04:01:20.029Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-10T04:01:50.029Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e6882f09-83ba-45a3-931d-f93b319571d4 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-10T04:01:50.035Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e6882f09-83ba-45a3-931d-f93b319571d4 and serviceModelVersionId: 9ec624e8-4a78-4cdb-a8e2-9746764e2d46 2022-03-10T04:01:50.035Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0679b08e-4970-4ffe-be97-292744fa20ab 2022-03-10T04:01:50.036Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0679b08e-4970-4ffe-be97-292744fa20ab/model-vers/model-ver/9ec624e8-4a78-4cdb-a8e2-9746764e2d46?depth=0 2022-03-10T04:01:50.042Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-03-10T04:01:50.096Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0679b08e-4970-4ffe-be97-292744fa20ab/model-vers/model-ver/9ec624e8-4a78-4cdb-a8e2-9746764e2d46?depth=0|INFO|500||Invoke 2022-03-10T04:01:50.097Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0679b08e-4970-4ffe-be97-292744fa20ab/model-vers/model-ver/9ec624e8-4a78-4cdb-a8e2-9746764e2d46?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0679b08e-4970-4ffe-be97-292744fa20ab/model-vers/model-ver/9ec624e8-4a78-4cdb-a8e2-9746764e2d46?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e6882f09-83ba-45a3-931d-f93b319571d4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[13ea9002-7014-4989-a38e-1d77db414409], X-ECOMP-RequestID=[e6882f09-83ba-45a3-931d-f93b319571d4], X-TransactionId=[], X-ONAP-RequestID=[e6882f09-83ba-45a3-931d-f93b319571d4], Content-Type=[application/merge-patch+json]} 2022-03-10T04:01:50.126Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0679b08e-4970-4ffe-be97-292744fa20ab/model-vers/model-ver/9ec624e8-4a78-4cdb-a8e2-9746764e2d46?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-10T04:01:50.620Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0679b08e-4970-4ffe-be97-292744fa20ab/model-vers/model-ver/9ec624e8-4a78-4cdb-a8e2-9746764e2d46?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/0679b08e-4970-4ffe-be97-292744fa20ab/model-vers/model-ver/9ec624e8-4a78-4cdb-a8e2-9746764e2d46?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220310-04:01:50:924-81664], vertex-id=[196624], Content-Length=[0], Date=[Thu, 10 Mar 2022 04:01:50 GMT], Content-Type=[application/json]} 2022-03-10T04:01:50.620Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0679b08e-4970-4ffe-be97-292744fa20ab/model-vers/model-ver/9ec624e8-4a78-4cdb-a8e2-9746764e2d46?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-10T04:01:50.621Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0679b08e-4970-4ffe-be97-292744fa20ab/model-vers/model-ver/9ec624e8-4a78-4cdb-a8e2-9746764e2d46?depth=0|INFO|500||InvokeReturn 2022-03-10T04:01:50.622Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-10T04:01:50.622Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-10T04:01:50.628Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-10T04:01:50.629Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e6882f09-83ba-45a3-931d-f93b319571d4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-10T04:01:50.629Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-10T04:01:50.630Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:01:50.633Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:01:50.634Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e6882f09-83ba-45a3-931d-f93b319571d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884910629, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-10T04:01:50.735Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-10T04:01:50.737Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:01:50.737Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:01:50.759Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:01:50.760Z||pool-55-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-10T04:02:14.083Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:02:14.084Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:02:14.085Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T04:02:14.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:02:14.090Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:02:14.090Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T04:02:14.216Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:02:14.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:02:14.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6882f09-83ba-45a3-931d-f93b319571d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884874082, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:02:14.218Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:02:14.714Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:02:14.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-10T04:02:14.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"51291cd1-4a0b-4d58-8d46-a264fe452df6","serviceName":"Demo_pNF_MdiYG2eTrx3jz9K7UKTt","serviceVersion":"1.0","serviceUUID":"c81f465d-7229-452f-8873-0b57a460a21e","serviceDescription":"catalog service description","serviceInvariantUUID":"a9a17fce-c64f-4569-bd74-c6aff23dce16","resources":[{"resourceInstanceName":"pNF 2abc1d98-30df 0","resourceName":"pNF 2abc1d98-30df","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"034d0a0c-bfb6-4635-993b-d23ea74cc7b2","resourceInvariantUUID":"f0d583c8-1520-40bd-906c-0a04a8c9ba21","resourceCustomizationUUID":"6e64c1a8-8e03-4130-bb7b-680ae71a9b39","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/vf-license-model.xml","artifactChecksum":"Y2UwM2MwM2EyZDY2NjU4Yjg4NTI4Zjc1MDE1OWJhZjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8a91ce5d-ea2b-470d-a9bc-70a615033ffc","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/pNF.csar","artifactChecksum":"NTkzNTdhN2RkMmYzN2ZkMmMyZTEwZWYxZDdhNDIyZjU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ffd3c2ce-d71f-4e75-8ff9-9a6b3b841dd0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dcb28abf-b36b-4b23-bc9f-1e49a5594080","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/vendor-license-model.xml","artifactChecksum":"ZWNlMjE3MmU1MzJlNzI5ZDFjODM0ZTAyYWQxYTdiOWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e844ef3c-899b-40f7-8ac6-20f7eadfe8c6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"18692d83-e687-4b45-850e-c0b9cd929bbf","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a1060c42-9f0f-44c9-a43b-3e942afcd5cc","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMdiyg2etrx3jz9k7uktt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-template.yml","artifactChecksum":"YmQ5YjZkMDk0ZTdlOWE2OTQ3ZDI3NzM2MmMwOGIwY2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7a9d4474-2e3e-422b-bf0b-b1f60bf06432","artifactVersion":"1"},{"artifactName":"service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar","artifactChecksum":"MTlmMGY1OWIyMWJkMWFmNzllYzY1Mjc4MDRmZjIzZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5a4fa04a-f121-4633-85d9-eef37ac3c824","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-10T04:02:14.718Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:02:14.718Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:02:14.722Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:02:14.722Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884934083, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:02:14.831Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms 2022-03-10T04:02:14.832Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:02:14.832Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:02:14.844Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:02:14.845Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:02:15.727Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:02:15.727Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:02:15.736Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:02:15.736Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884934083, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-10T04:02:15.830Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-03-10T04:02:15.831Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:02:15.832Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:02:15.849Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:02:15.849Z||pool-57-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:02:16.737Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:02:16.737Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:02:16.740Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:02:16.740Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884934083, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-10T04:02:16.840Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-10T04:02:16.842Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:02:16.843Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:02:16.858Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:02:16.858Z||pool-58-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:02:17.741Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:02:17.743Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:02:17.747Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:02:17.747Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884934083, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:02:17.848Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:02:17.849Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:02:17.849Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:02:17.860Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:02:17.861Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:02:18.749Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:02:18.750Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:02:18.752Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:02:18.752Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884934083, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:02:18.853Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:02:18.854Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:02:18.854Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:02:18.865Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:02:18.866Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-10T04:02:19.753Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:02:19.756Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:02:19.757Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:02:19.758Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884934083, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:02:19.858Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:02:19.859Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:02:19.859Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:02:19.870Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:02:19.871Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:02:20.758Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:02:20.759Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:02:20.761Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:02:20.761Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884934083, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:02:20.861Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:02:20.864Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:02:20.867Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:02:20.881Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:02:20.882Z||pool-62-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:02:21.761Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:02:21.762Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:02:21.764Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:02:21.764Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884934083, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:02:21.864Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:02:21.865Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:02:21.866Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:02:21.878Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:02:21.879Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:02:22.765Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "serviceName": "Demo_pNF_MdiYG2eTrx3jz9K7UKTt", "serviceVersion": "1.0", "serviceUUID": "c81f465d-7229-452f-8873-0b57a460a21e", "serviceDescription": "catalog service description", "serviceInvariantUUID": "a9a17fce-c64f-4569-bd74-c6aff23dce16", "resources": [ { "resourceInstanceName": "pNF 2abc1d98-30df 0", "resourceCustomizationUUID": "6e64c1a8-8e03-4130-bb7b-680ae71a9b39", "resourceName": "pNF 2abc1d98-30df", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "034d0a0c-bfb6-4635-993b-d23ea74cc7b2", "resourceInvariantUUID": "f0d583c8-1520-40bd-906c-0a04a8c9ba21", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar", "artifactChecksum": "MTlmMGY1OWIyMWJkMWFmNzllYzY1Mjc4MDRmZjIzZDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5a4fa04a-f121-4633-85d9-eef37ac3c824" } ], "workloadContext": "Production" } 2022-03-10T04:02:22.765Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-10T04:02:22.765Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c81f465d-7229-452f-8873-0b57a460a21e ASDC 2022-03-10T04:02:22.766Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:51291cd1-4a0b-4d58-8d46-a264fe452df6 ServiceName:Demo_pNF_MdiYG2eTrx3jz9K7UKTt ServiceVersion:1.0 ServiceUUID:c81f465d-7229-452f-8873-0b57a460a21e ServiceInvariantUUID:a9a17fce-c64f-4569-bd74-c6aff23dce16 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar ArtifactUUID:5a4fa04a-f121-4633-85d9-eef37ac3c824 ArtifactChecksum:MTlmMGY1OWIyMWJkMWFmNzllYzY1Mjc4MDRmZjIzZDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 2abc1d98-30df 0 ResourceCustomizationUUID:6e64c1a8-8e03-4130-bb7b-680ae71a9b39 ResourceInvariantUUID:f0d583c8-1520-40bd-906c-0a04a8c9ba21 ResourceName:pNF 2abc1d98-30df ResourceType:PNF ResourceUUID:034d0a0c-bfb6-4635-993b-d23ea74cc7b2 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-10T04:02:22.766Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c81f465d-7229-452f-8873-0b57a460a21e ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T04:02:22.792Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-10T04:02:22.794Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-10T04:02:22.794Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-10T04:02:22.794Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5a4fa04a-f121-4633-85d9-eef37ac3c824 from URL: /sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar 2022-03-10T04:02:22.794Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-10T04:02:22.795Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar 2022-03-10T04:02:22.848Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-10T04:02:22.852Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar 5a4fa04a-f121-4633-85d9-eef37ac3c824 82619 2022-03-10T04:02:22.852Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar ASDC sendASDCNotification 2022-03-10T04:02:22.852Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar 2022-03-10T04:02:22.852Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-10T04:02:22.853Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:02:22.854Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:02:22.855Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884942852, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:02:22.955Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:02:22.957Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:02:22.957Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:02:22.972Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:02:22.973Z||pool-64-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:02:23.855Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-10T04:02:23.857Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-10T04:02:23.857Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 5a4fa04a-f121-4633-85d9-eef37ac3c824, URL: /sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar to file: /app/ASDC/1/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar 2022-03-10T04:02:23.857Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar 2022-03-10T04:02:23.858Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar 2022-03-10T04:02:23.858Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar 2022-03-10T04:02:23.966Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7440080060836010718/Definitions/service-DemoPnfMdiyg2etrx3jz9k7uktt-template.yml 2022-03-10T04:02:24.711Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-10T04:02:24.712Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-03-10T04:02:24.712Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar 2022-03-10T04:02:24.712Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-10T04:02:24.712Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar 2022-03-10T04:02:24.712Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar 2022-03-10T04:02:24.712Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar 2022-03-10T04:02:24.712Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar 2022-03-10T04:02:24.712Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar 2022-03-10T04:02:24.713Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 2abc1d98-30df 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-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar 2022-03-10T04:02:24.713Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar 2022-03-10T04:02:24.713Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-03-10T04:02:24.713Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:02:24.713Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MdiYG2eTrx3jz9K7UKTt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:02:24.714Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Node template pNF 2abc1d98-30df 0 is matching search criteria 2022-03-10T04:02:24.714Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-03-10T04:02:24.714Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 2abc1d98-30df 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-10T04:02:24.714Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:02:24.714Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MdiYG2eTrx3jz9K7UKTt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:02:24.715Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Node template pNF 2abc1d98-30df 0 is matching search criteria 2022-03-10T04:02:24.715Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-03-10T04:02:24.715Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 2abc1d98-30df 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-10T04:02:24.715Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:02:24.715Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MdiYG2eTrx3jz9K7UKTt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:02:24.715Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:02:24.716Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MdiYG2eTrx3jz9K7UKTt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:02:24.716Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:02:24.716Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MdiYG2eTrx3jz9K7UKTt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:02:24.716Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:02:24.716Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MdiYG2eTrx3jz9K7UKTt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:02:24.716Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:02:24.716Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MdiYG2eTrx3jz9K7UKTt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:02:24.717Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_MdiYG2eTrx3jz9K7UKTt Description:catalog service description Model UUID:c81f465d-7229-452f-8873-0b57a460a21e Model Version:NULL Model InvariantUuid:a9a17fce-c64f-4569-bd74-c6aff23dce16 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-10T04:02:24.725Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 034d0a0c-bfb6-4635-993b-d23ea74cc7b2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-10T04:02:24.731Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||INFO|500||pNF 2abc1d98-30df 0 2022-03-10T04:02:24.732Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 034d0a0c-bfb6-4635-993b-d23ea74cc7b2 2022-03-10T04:02:24.732Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||No resources found for Service: c81f465d-7229-452f-8873-0b57a460a21e 2022-03-10T04:02:24.732Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c81f465d-7229-452f-8873-0b57a460a21e 2022-03-10T04:02:24.732Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 2abc1d98-30df 0 034d0a0c-bfb6-4635-993b-d23ea74cc7b2 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-10T04:02:24.737Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@502ff443, org.onap.sdc.toscaparser.api.parameters.Input@4d2460fa, org.onap.sdc.toscaparser.api.parameters.Input@429d417e, org.onap.sdc.toscaparser.api.parameters.Input@28cbb9a, org.onap.sdc.toscaparser.api.parameters.Input@2daeca64] 2022-03-10T04:02:24.738Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:02:24.738Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MdiYG2eTrx3jz9K7UKTt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:02:24.738Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c81f465d-7229-452f-8873-0b57a460a21e: pNF 2abc1d98-30df 2022-03-10T04:02:24.738Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||INFO|500||Processing PNF resource: 034d0a0c-bfb6-4635-993b-d23ea74cc7b2 2022-03-10T04:02:24.738Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:02:24.739Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MdiYG2eTrx3jz9K7UKTt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:02:24.739Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||INFO|500||Resource customization UUID: 6e64c1a8-8e03-4130-bb7b-680ae71a9b39 is the same as notified resource customizationUUID: 6e64c1a8-8e03-4130-bb7b-680ae71a9b39 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-03-10T04:02:24.783Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 2abc1d98-30df 034d0a0c-bfb6-4635-993b-d23ea74cc7b2 0 ASDC deployResourceStructure 2022-03-10T04:02:24.783Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar ASDC sendASDCNotification 2022-03-10T04:02:24.783Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar 2022-03-10T04:02:24.783Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-10T04:02:24.783Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:02:24.785Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:02:24.785Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884944783, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T04:02:24.886Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-10T04:02:24.887Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:02:24.888Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:02:24.899Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:02:24.899Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:02:25.786Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51291cd1-4a0b-4d58-8d46-a264fe452df6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T04:02:25.795Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51291cd1-4a0b-4d58-8d46-a264fe452df6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T04:02:25.797Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-10T04:02:25.798Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-10T04:02:25.798Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-10T04:02:55.798Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51291cd1-4a0b-4d58-8d46-a264fe452df6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T04:02:55.819Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51291cd1-4a0b-4d58-8d46-a264fe452df6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T04:02:55.825Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-10T04:02:55.826Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-10T04:02:55.826Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-10T04:03:14.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:03:14.092Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:03:14.092Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T04:03:14.123Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:03:14.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:03:14.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6882f09-83ba-45a3-931d-f93b319571d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884874082, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:03:14.127Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:03:14.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:03:14.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6882f09-83ba-45a3-931d-f93b319571d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884877130, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:03:14.128Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:03:14.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:03:14.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6882f09-83ba-45a3-931d-f93b319571d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884879006, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T04:03:14.129Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:03:14.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:03:14.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6882f09-83ba-45a3-931d-f93b319571d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884910629, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-10T04:03:14.129Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:03:14.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:03:14.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884922450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:03:14.130Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:03:14.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:03:14.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "cds", "timestamp": 1646884920899, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:03:14.131Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:03:14.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:03:14.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "multicloud-k8s-id", "timestamp": 1646884924190, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:03:14.131Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:03:14.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:03:14.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884922450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-10T04:03:14.132Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:03:14.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:03:14.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "cds", "timestamp": 1646884920899, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-10T04:03:14.133Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:03:14.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:03:14.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "multicloud-k8s-id", "timestamp": 1646884924190, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-10T04:03:14.133Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:03:14.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:03:14.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884922450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-10T04:03:14.134Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:03:14.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:03:14.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "cds", "timestamp": 1646884920899, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-10T04:03:14.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:03:14.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:03:14.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "multicloud-k8s-id", "timestamp": 1646884924190, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-10T04:03:14.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:03:14.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:03:14.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "policy-id", "timestamp": 1646884927545, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:03:14.136Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:03:14.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:03:14.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884922450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:03:14.136Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:03:14.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:03:14.137Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "multicloud-k8s-id", "timestamp": 1646884924190, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:03:14.137Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:03:14.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:03:14.137Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "cds", "timestamp": 1646884920899, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:03:14.137Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:03:14.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:03:14.138Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "policy-id", "timestamp": 1646884927545, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-10T04:03:14.138Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:03:14.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:03:14.138Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "cds", "timestamp": 1646884920899, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:03:14.138Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:03:14.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:03:14.139Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884922450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:03:14.139Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:03:14.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:03:14.139Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "multicloud-k8s-id", "timestamp": 1646884924190, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:03:14.140Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:03:14.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:03:14.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "policy-id", "timestamp": 1646884927545, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-10T04:03:14.140Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:03:14.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:03:14.141Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884922450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:03:14.141Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:03:14.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:03:14.141Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "cds", "timestamp": 1646884920899, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:03:14.141Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:03:14.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:03:14.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "multicloud-k8s-id", "timestamp": 1646884924190, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:03:14.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:03:14.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:03:14.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "policy-id", "timestamp": 1646884927545, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:03:14.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:03:14.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:03:14.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884922450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:03:14.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:03:14.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:03:14.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "cds", "timestamp": 1646884920899, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:03:14.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:03:14.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:03:14.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "multicloud-k8s-id", "timestamp": 1646884924190, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:03:14.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:03:14.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:03:14.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "policy-id", "timestamp": 1646884927545, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:03:14.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:03:14.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:03:14.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884922450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:03:14.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:03:14.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:03:14.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "cds", "timestamp": 1646884920899, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:03:14.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:03:14.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:03:14.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "multicloud-k8s-id", "timestamp": 1646884924190, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:03:14.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:03:14.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:03:14.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "policy-id", "timestamp": 1646884927545, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:03:14.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:03:14.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:03:14.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "policy-id", "timestamp": 1646884927545, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:03:14.148Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:03:14.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:03:14.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "cds", "timestamp": 1646884934299, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:03:14.148Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:03:14.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:03:14.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884933883, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:03:14.149Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:03:25.826Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51291cd1-4a0b-4d58-8d46-a264fe452df6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T04:03:25.840Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51291cd1-4a0b-4d58-8d46-a264fe452df6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T04:03:25.843Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-10T04:03:25.844Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-10T04:03:25.844Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-10T04:03:55.844Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51291cd1-4a0b-4d58-8d46-a264fe452df6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T04:03:55.856Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51291cd1-4a0b-4d58-8d46-a264fe452df6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T04:03:55.858Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-10T04:03:55.858Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-10T04:03:55.858Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-10T04:04:14.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:04:14.091Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:04:14.091Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T04:04:14.111Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:04:14.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884934083, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.134Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "policy-id", "timestamp": 1646884927545, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:04:14.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "cds", "timestamp": 1646884935308, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T04:04:14.144Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 51291cd1-4a0b-4d58-8d46-a264fe452df6 2022-03-10T04:04:14.145Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51291cd1-4a0b-4d58-8d46-a264fe452df6 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T04:04:14.157Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.157Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "ves-openapi-manager", "timestamp": 1646884934464, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.158Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.158Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.158Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884934083, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.159Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.159Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.159Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884935797, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T04:04:14.160Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "dcae-sch", "timestamp": 1646884935823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.161Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "ves-openapi-manager", "timestamp": 1646884934464, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.161Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "policy-id", "timestamp": 1646884936599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:04:14.162Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "cds", "timestamp": 1646884936312, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.163Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "aai-ml", "timestamp": 1646884936271, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.164Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884934083, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.165Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884936803, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T04:04:14.172Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 51291cd1-4a0b-4d58-8d46-a264fe452df6 2022-03-10T04:04:14.172Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51291cd1-4a0b-4d58-8d46-a264fe452df6 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T04:04:14.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "dcae-sch", "timestamp": 1646884935823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.182Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.182Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "ves-openapi-manager", "timestamp": 1646884934464, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.183Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.183Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "policy-id", "timestamp": 1646884937606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T04:04:14.184Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.184Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "cds", "timestamp": 1646884936312, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.185Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.185Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "aai-ml", "timestamp": 1646884936271, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.186Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884934083, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.186Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.187Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "dcae-sch", "timestamp": 1646884935823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.187Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.188Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "ves-openapi-manager", "timestamp": 1646884934464, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.188Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.189Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "policy-id", "timestamp": 1646884938609, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T04:04:14.195Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 51291cd1-4a0b-4d58-8d46-a264fe452df6 2022-03-10T04:04:14.195Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51291cd1-4a0b-4d58-8d46-a264fe452df6 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T04:04:14.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "cds", "timestamp": 1646884936312, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.205Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "aai-ml", "timestamp": 1646884936271, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.206Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884934083, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.207Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "dcae-sch", "timestamp": 1646884935823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.208Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "ves-openapi-manager", "timestamp": 1646884934464, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.208Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "policy-id", "timestamp": 1646884927545, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.209Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "cds", "timestamp": 1646884936312, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.210Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "aai-ml", "timestamp": 1646884936271, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.210Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884934083, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.211Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "dcae-sch", "timestamp": 1646884935823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.212Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "ves-openapi-manager", "timestamp": 1646884934464, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-10T04:04:14.212Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.213Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.213Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "policy-id", "timestamp": 1646884927545, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.213Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.213Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.213Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "cds", "timestamp": 1646884936312, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.214Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "aai-ml", "timestamp": 1646884936271, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.215Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884934083, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.215Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "dcae-sch", "timestamp": 1646884935823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.216Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "ves-openapi-manager", "timestamp": 1646884934464, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.217Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "policy-id", "timestamp": 1646884927545, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.218Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "cds", "timestamp": 1646884936312, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.219Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "aai-ml", "timestamp": 1646884936271, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.219Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884934083, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:04:14.220Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "dcae-sch", "timestamp": 1646884935823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.221Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "ves-openapi-manager", "timestamp": 1646884934464, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.221Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "policy-id", "timestamp": 1646884927545, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-10T04:04:14.222Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "cds", "timestamp": 1646884936312, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.223Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "aai-ml", "timestamp": 1646884936271, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.224Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884942852, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:04:14.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "dcae-sch", "timestamp": 1646884935823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.225Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "policy-id", "timestamp": 1646884927545, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "ves-openapi-manager", "timestamp": 1646884943265, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-10T04:04:14.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "cds", "timestamp": 1646884936312, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:04:14.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "aai-ml", "timestamp": 1646884936271, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:04:14.228Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "dcae-sch", "timestamp": 1646884935823, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2022-03-10T04:04:14.229Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.229Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "policy-id", "timestamp": 1646884927545, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.229Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "ves-openapi-manager", "timestamp": 1646884944445, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-10T04:04:14.231Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.231Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "cds", "timestamp": 1646884944946, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:04:14.231Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "aai-ml", "timestamp": 1646884945014, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:04:14.233Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "multicloud-k8s-id", "timestamp": 1646884944190, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.234Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884944783, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T04:04:14.234Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "dcae-sch", "timestamp": 1646884935823, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.235Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "policy-id", "timestamp": 1646884927545, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.236Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.237Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "ves-openapi-manager", "timestamp": 1646884945449, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T04:04:14.243Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 51291cd1-4a0b-4d58-8d46-a264fe452df6 2022-03-10T04:04:14.243Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51291cd1-4a0b-4d58-8d46-a264fe452df6 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T04:04:14.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "cds", "timestamp": 1646884945953, "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-03-10T04:04:14.270Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 71a2ea03-bbc9-44e2-b7c8-9be22acc263b 2022-03-10T04:04:14.271Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71a2ea03-bbc9-44e2-b7c8-9be22acc263b and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T04:04:14.279Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.279Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "multicloud-k8s-id", "timestamp": 1646884944190, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.279Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.279Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.279Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "clamp", "timestamp": 1646884945016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.280Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "dcae-sch", "timestamp": 1646884935823, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.280Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "policy-id", "timestamp": 1646884927545, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:04:14.280Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "ves-openapi-manager", "timestamp": 1646884934464, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "multicloud-k8s-id", "timestamp": 1646884944190, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-10T04:04:14.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "clamp", "timestamp": 1646884945016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "dcae-sch", "timestamp": 1646884935823, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "policy-id", "timestamp": 1646884947711, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:04:14.282Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "ves-openapi-manager", "timestamp": 1646884934464, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.282Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "multicloud-k8s-id", "timestamp": 1646884944190, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-10T04:04:14.282Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "clamp", "timestamp": 1646884945016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.282Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "dcae-sch", "timestamp": 1646884935823, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.283Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.283Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "policy-id", "timestamp": 1646884948715, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T04:04:14.283Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.283Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "ves-openapi-manager", "timestamp": 1646884934464, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.283Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.283Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "multicloud-k8s-id", "timestamp": 1646884944190, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.283Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.283Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "clamp", "timestamp": 1646884945016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.283Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.284Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "dcae-sch", "timestamp": 1646884935823, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.284Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.284Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "policy-id", "timestamp": 1646884949717, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T04:04:14.288Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 71a2ea03-bbc9-44e2-b7c8-9be22acc263b 2022-03-10T04:04:14.288Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71a2ea03-bbc9-44e2-b7c8-9be22acc263b and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T04:04:14.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "ves-openapi-manager", "timestamp": 1646884934464, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "aai-ml", "timestamp": 1646884949965, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T04:04:14.296Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "multicloud-k8s-id", "timestamp": 1646884944190, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-10T04:04:14.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "clamp", "timestamp": 1646884945016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.297Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "dcae-sch", "timestamp": 1646884935823, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.297Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "ves-openapi-manager", "timestamp": 1646884934464, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.298Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "aai-ml", "timestamp": 1646884950970, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T04:04:14.302Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 51291cd1-4a0b-4d58-8d46-a264fe452df6 2022-03-10T04:04:14.303Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51291cd1-4a0b-4d58-8d46-a264fe452df6 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T04:04:14.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "multicloud-k8s-id", "timestamp": 1646884944190, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.312Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "clamp", "timestamp": 1646884945016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/resourceInstances/pnf2abc1d9830df0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.313Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "policy-id", "timestamp": 1646884950721, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.313Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "dcae-sch", "timestamp": 1646884935823, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.313Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "cds", "timestamp": 1646884950899, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.314Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "ves-openapi-manager", "timestamp": 1646884934464, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.315Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.315Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "aai-ml", "timestamp": 1646884936271, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.315Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "multicloud-k8s-id", "timestamp": 1646884944190, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:04:14.316Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.316Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "clamp", "timestamp": 1646884945016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.316Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.317Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.317Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "policy-id", "timestamp": 1646884950721, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.317Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.317Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.317Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "cds", "timestamp": 1646884950899, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.318Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "ves-openapi-manager", "timestamp": 1646884934464, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.318Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884952450, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.319Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "aai-ml", "timestamp": 1646884936271, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.320Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.320Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.320Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "multicloud-k8s-id", "timestamp": 1646884952608, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-10T04:04:14.320Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.320Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.320Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "clamp", "timestamp": 1646884945016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:04:14.321Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.321Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.321Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "policy-id", "timestamp": 1646884950721, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-10T04:04:14.321Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.321Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.322Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "cds", "timestamp": 1646884950899, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.322Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.322Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.322Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "ves-openapi-manager", "timestamp": 1646884934464, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.322Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.323Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.323Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884952450, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.323Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.323Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.323Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "aai-ml", "timestamp": 1646884936271, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.324Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.324Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.324Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "dcae-sch", "timestamp": 1646884954099, "artifactURL": "/sdc/v1/catalog/services/c5bfba5f-1dad-426d-beb2-96acc6b07284/resourceInstances/basicclamp0/artifacts/ccaa000e-06b4-4882-979e-e88b67d50ab1", "status": "DOWNLOAD_OK" } 2022-03-10T04:04:14.324Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.324Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.325Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "policy-id", "timestamp": 1646884950721, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.325Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.325Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.325Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "cds", "timestamp": 1646884950899, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.325Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.326Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.326Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "multicloud-k8s-id", "timestamp": 1646884954110, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-10T04:04:14.326Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.326Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.326Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884952450, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.327Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "aai-ml", "timestamp": 1646884936271, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.327Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "policy-id", "timestamp": 1646884950721, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.327Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "dcae-sch", "timestamp": 1646884955442, "artifactURL": "/sdc/v1/catalog/services/c5bfba5f-1dad-426d-beb2-96acc6b07284/resourceInstances/basicclamp0/artifacts/ccaa000e-06b4-4882-979e-e88b67d50ab1", "status": "DEPLOY_OK" } 2022-03-10T04:04:14.327Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "ves-openapi-manager", "timestamp": 1646884954481, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.327Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.328Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.328Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "cds", "timestamp": 1646884950899, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.328Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.328Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.328Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884952450, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.328Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.328Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.328Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "aai-ml", "timestamp": 1646884936271, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.328Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.328Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.328Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "multicloud-k8s-id", "timestamp": 1646884955409, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-10T04:04:14.328Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.328Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.328Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "policy-id", "timestamp": 1646884950721, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.329Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.329Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.329Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "dcae-sch", "timestamp": 1646884956446, "artifactURL": "/sdc/v1/catalog/services/c5bfba5f-1dad-426d-beb2-96acc6b07284/resourceInstances/basicclamp0/artifacts/ccaa000e-06b4-4882-979e-e88b67d50ab1", "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-03-10T04:04:14.337Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 71a2ea03-bbc9-44e2-b7c8-9be22acc263b 2022-03-10T04:04:14.337Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71a2ea03-bbc9-44e2-b7c8-9be22acc263b 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-03-10T04:04:14.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "ves-openapi-manager", "timestamp": 1646884954481, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.348Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "cds", "timestamp": 1646884950899, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.348Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884952450, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.349Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.349Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "aai-ml", "timestamp": 1646884936271, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.349Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.349Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "multicloud-k8s-id", "timestamp": 1646884956433, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T04:04:14.355Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 71a2ea03-bbc9-44e2-b7c8-9be22acc263b 2022-03-10T04:04:14.355Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71a2ea03-bbc9-44e2-b7c8-9be22acc263b and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-03-10T04:04:14.362Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.362Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "policy-id", "timestamp": 1646884950721, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.362Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.362Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.362Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "ves-openapi-manager", "timestamp": 1646884954481, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.362Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.362Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.363Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "cds", "timestamp": 1646884950899, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.363Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.363Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884952450, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.363Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.363Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "aai-ml", "timestamp": 1646884936271, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.363Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "dcae-sch", "timestamp": 1646884957450, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.364Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "multicloud-k8s-id", "timestamp": 1646884957438, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-10T04:04:14.364Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "policy-id", "timestamp": 1646884950721, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:04:14.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "ves-openapi-manager", "timestamp": 1646884954481, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "cds", "timestamp": 1646884950899, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:04:14.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884952450, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "aai-ml", "timestamp": 1646884936271, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:04:14.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "dcae-sch", "timestamp": 1646884957450, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "ves-openapi-manager", "timestamp": 1646884954481, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884952450, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:04:14.371Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "dcae-sch", "timestamp": 1646884957450, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.371Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "ves-openapi-manager", "timestamp": 1646884954481, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "cds", "timestamp": 1646884960716, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:04:14.373Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "policy-id", "timestamp": 1646884960758, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:04:14.373Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "aai-ml", "timestamp": 1646884961051, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:04:14.374Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "dcae-sch", "timestamp": 1646884957450, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.375Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "ves-openapi-manager", "timestamp": 1646884954481, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.375Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884961347, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:04:14.376Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "clamp", "timestamp": 1646884961092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:04:14.376Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "policy-id", "timestamp": 1646884961762, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T04:04:14.377Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "dcae-sch", "timestamp": 1646884957450, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.377Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "ves-openapi-manager", "timestamp": 1646884954481, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.378Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "policy-id", "timestamp": 1646884962765, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T04:04:14.394Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 40877551-0374-45fb-adca-536ad645ecc3 2022-03-10T04:04:14.394Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40877551-0374-45fb-adca-536ad645ecc3 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T04:04:14.405Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.405Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "dcae-sch", "timestamp": 1646884957450, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.406Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.406Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.406Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "cds", "timestamp": 1646884963140, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T04:04:14.411Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 40877551-0374-45fb-adca-536ad645ecc3 2022-03-10T04:04:14.411Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40877551-0374-45fb-adca-536ad645ecc3 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T04:04:14.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "ves-openapi-manager", "timestamp": 1646884954481, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "clamp", "timestamp": 1646884963099, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMdiyg2etrx3jz9k7uktt/1.0/artifacts/service-DemoPnfMdiyg2etrx3jz9k7uktt-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T04:04:14.438Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "dcae-sch", "timestamp": 1646884957450, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884963887, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T04:04:14.439Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "ves-openapi-manager", "timestamp": 1646884954481, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.439Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "clamp", "timestamp": 1646884964103, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T04:04:14.445Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 51291cd1-4a0b-4d58-8d46-a264fe452df6 2022-03-10T04:04:14.445Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51291cd1-4a0b-4d58-8d46-a264fe452df6 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T04:04:14.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "multicloud-k8s-id", "timestamp": 1646884964189, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.456Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "dcae-sch", "timestamp": 1646884957450, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.457Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884964894, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T04:04:14.463Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 71a2ea03-bbc9-44e2-b7c8-9be22acc263b 2022-03-10T04:04:14.463Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71a2ea03-bbc9-44e2-b7c8-9be22acc263b and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T04:04:14.472Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.472Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "ves-openapi-manager", "timestamp": 1646884954481, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.473Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "clamp", "timestamp": 1646884945016, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.473Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "multicloud-k8s-id", "timestamp": 1646884964189, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-10T04:04:14.474Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "dcae-sch", "timestamp": 1646884957450, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.474Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.475Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.475Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "cds", "timestamp": 1646884965899, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.475Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.475Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.475Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "ves-openapi-manager", "timestamp": 1646884954481, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.475Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "clamp", "timestamp": 1646884945016, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.476Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "multicloud-k8s-id", "timestamp": 1646884964189, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-10T04:04:14.477Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "dcae-sch", "timestamp": 1646884957450, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.477Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "cds", "timestamp": 1646884965899, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.478Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "ves-openapi-manager", "timestamp": 1646884954481, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.478Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.479Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "clamp", "timestamp": 1646884945016, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-10T04:04:14.479Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.479Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.479Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "multicloud-k8s-id", "timestamp": 1646884964189, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.480Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.480Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.480Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "dcae-sch", "timestamp": 1646884957450, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.480Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.480Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.480Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "policy-id", "timestamp": 1646884967545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.481Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.481Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.481Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "cds", "timestamp": 1646884965899, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.481Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.481Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.481Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "ves-openapi-manager", "timestamp": 1646884954481, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.482Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "clamp", "timestamp": 1646884945016, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.482Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "multicloud-k8s-id", "timestamp": 1646884964189, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-10T04:04:14.483Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.483Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.483Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "dcae-sch", "timestamp": 1646884957450, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.483Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.483Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.483Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "policy-id", "timestamp": 1646884967545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.484Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.484Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.484Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "aai-ml", "timestamp": 1646884969458, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T04:04:14.484Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.484Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.484Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "cds", "timestamp": 1646884965899, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.485Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "ves-openapi-manager", "timestamp": 1646884954481, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.485Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "clamp", "timestamp": 1646884945016, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.486Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "multicloud-k8s-id", "timestamp": 1646884964189, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.486Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "dcae-sch", "timestamp": 1646884957450, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "policy-id", "timestamp": 1646884967545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-10T04:04:14.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "aai-ml", "timestamp": 1646884970462, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T04:04:14.494Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 71a2ea03-bbc9-44e2-b7c8-9be22acc263b 2022-03-10T04:04:14.494Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71a2ea03-bbc9-44e2-b7c8-9be22acc263b and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T04:04:14.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "cds", "timestamp": 1646884965899, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.504Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.504Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "ves-openapi-manager", "timestamp": 1646884954481, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.504Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.504Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "clamp", "timestamp": 1646884945016, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.504Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.504Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "multicloud-k8s-id", "timestamp": 1646884964189, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.505Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.505Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "dcae-sch", "timestamp": 1646884957450, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.505Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.505Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "policy-id", "timestamp": 1646884967545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.505Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.505Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "cds", "timestamp": 1646884965899, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.506Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.506Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "ves-openapi-manager", "timestamp": 1646884954481, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.506Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.507Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.507Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "clamp", "timestamp": 1646884945016, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.507Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.507Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.507Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "multicloud-k8s-id", "timestamp": 1646884964189, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:04:14.508Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.508Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.508Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "aai-ml", "timestamp": 1646884971465, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.508Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.508Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.508Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "dcae-sch", "timestamp": 1646884957450, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.508Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "policy-id", "timestamp": 1646884967545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.509Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "cds", "timestamp": 1646884965899, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:04:14.510Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "ves-openapi-manager", "timestamp": 1646884954481, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.510Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "clamp", "timestamp": 1646884945016, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:04:14.511Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.511Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.511Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "multicloud-k8s-id", "timestamp": 1646884972321, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-10T04:04:14.511Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.511Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.511Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "aai-ml", "timestamp": 1646884971465, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.512Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "dcae-sch", "timestamp": 1646884957450, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.512Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "policy-id", "timestamp": 1646884967545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.513Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "ves-openapi-manager", "timestamp": 1646884954481, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.513Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "cds", "timestamp": 1646884973647, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:04:14.513Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "multicloud-k8s-id", "timestamp": 1646884973392, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-10T04:04:14.514Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "aai-ml", "timestamp": 1646884971465, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.514Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.515Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "dcae-sch", "timestamp": 1646884957450, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.515Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.515Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "policy-id", "timestamp": 1646884967545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:04:14.515Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "ves-openapi-manager", "timestamp": 1646884954481, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.516Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "cds", "timestamp": 1646884974654, "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-03-10T04:04:14.527Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 80085fc1-9be2-4441-a66a-cdb5a8f34dd8 2022-03-10T04:04:14.527Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80085fc1-9be2-4441-a66a-cdb5a8f34dd8 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T04:04:14.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "multicloud-k8s-id", "timestamp": 1646884974451, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-10T04:04:14.538Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "aai-ml", "timestamp": 1646884971465, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "dcae-sch", "timestamp": 1646884957450, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "policy-id", "timestamp": 1646884975265, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:04:14.539Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "ves-openapi-manager", "timestamp": 1646884954481, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.540Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "cds", "timestamp": 1646884965899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.541Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "aai-ml", "timestamp": 1646884971465, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.541Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "multicloud-k8s-id", "timestamp": 1646884975484, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T04:04:14.547Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 40877551-0374-45fb-adca-536ad645ecc3 2022-03-10T04:04:14.547Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40877551-0374-45fb-adca-536ad645ecc3 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-03-10T04:04:14.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "dcae-sch", "timestamp": 1646884957450, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "policy-id", "timestamp": 1646884976269, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T04:04:14.557Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "ves-openapi-manager", "timestamp": 1646884954481, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.559Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "cds", "timestamp": 1646884965899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.559Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.559Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "aai-ml", "timestamp": 1646884971465, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.560Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "dcae-sch", "timestamp": 1646884957450, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.561Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "multicloud-k8s-id", "timestamp": 1646884976488, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-10T04:04:14.562Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "policy-id", "timestamp": 1646884977272, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T04:04:14.568Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 80085fc1-9be2-4441-a66a-cdb5a8f34dd8 2022-03-10T04:04:14.569Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80085fc1-9be2-4441-a66a-cdb5a8f34dd8 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T04:04:14.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "ves-openapi-manager", "timestamp": 1646884954481, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.579Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.579Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "cds", "timestamp": 1646884965899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.580Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "aai-ml", "timestamp": 1646884971465, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.580Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "dcae-sch", "timestamp": 1646884957450, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.581Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "policy-id", "timestamp": 1646884967545, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "ves-openapi-manager", "timestamp": 1646884954481, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.583Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "cds", "timestamp": 1646884965899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "aai-ml", "timestamp": 1646884971465, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:04:14.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "dcae-sch", "timestamp": 1646884957450, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "policy-id", "timestamp": 1646884967545, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "cds", "timestamp": 1646884965899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "dcae-sch", "timestamp": 1646884957450, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "aai-ml", "timestamp": 1646884980177, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:04:14.589Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "ves-openapi-manager", "timestamp": 1646884979199, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "policy-id", "timestamp": 1646884967545, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "cds", "timestamp": 1646884965899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.591Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "clamp", "timestamp": 1646884980094, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:04:14.591Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "dcae-sch", "timestamp": 1646884957450, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.591Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "ves-openapi-manager", "timestamp": 1646884979199, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.592Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "policy-id", "timestamp": 1646884967545, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.592Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "cds", "timestamp": 1646884965899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.593Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "clamp", "timestamp": 1646884981098, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-10T04:04:14.593Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "dcae-sch", "timestamp": 1646884957450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.594Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.594Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "ves-openapi-manager", "timestamp": 1646884979199, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.594Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.594Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "policy-id", "timestamp": 1646884967545, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-10T04:04:14.594Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "cds", "timestamp": 1646884965899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.595Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884982450, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.596Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "dcae-sch", "timestamp": 1646884957450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.596Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "ves-openapi-manager", "timestamp": 1646884979199, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.597Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "policy-id", "timestamp": 1646884967545, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "cds", "timestamp": 1646884965899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:04:14.599Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884982450, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.599Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "dcae-sch", "timestamp": 1646884957450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.600Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "ves-openapi-manager", "timestamp": 1646884979199, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.600Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "policy-id", "timestamp": 1646884967545, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884982450, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "dcae-sch", "timestamp": 1646884957450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "ves-openapi-manager", "timestamp": 1646884979199, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "policy-id", "timestamp": 1646884967545, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "multicloud-k8s-id", "timestamp": 1646884984189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.604Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "cds", "timestamp": 1646884985602, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:04:14.604Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "clamp", "timestamp": 1646884985172, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T04:04:14.605Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884982450, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "dcae-sch", "timestamp": 1646884957450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.606Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "ves-openapi-manager", "timestamp": 1646884979199, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-10T04:04:14.606Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "policy-id", "timestamp": 1646884967545, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:04:14.607Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "multicloud-k8s-id", "timestamp": 1646884984189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-10T04:04:14.608Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "cds", "timestamp": 1646884986609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T04:04:14.629Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of afaa4e9d-3084-4bef-9dd6-f1c069b80b81 2022-03-10T04:04:14.630Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId afaa4e9d-3084-4bef-9dd6-f1c069b80b81 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T04:04:14.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "clamp", "timestamp": 1646884986176, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-10T04:04:14.645Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884982450, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "dcae-sch", "timestamp": 1646884957450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "ves-openapi-manager", "timestamp": 1646884979199, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "multicloud-k8s-id", "timestamp": 1646884984189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-10T04:04:14.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "cds", "timestamp": 1646884965899, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "clamp", "timestamp": 1646884987180, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T04:04:14.653Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 71a2ea03-bbc9-44e2-b7c8-9be22acc263b 2022-03-10T04:04:14.653Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71a2ea03-bbc9-44e2-b7c8-9be22acc263b and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T04:04:14.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884982450, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "policy-id", "timestamp": 1646884987959, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:04:14.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "dcae-sch", "timestamp": 1646884957450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "ves-openapi-manager", "timestamp": 1646884979199, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "multicloud-k8s-id", "timestamp": 1646884984189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "cds", "timestamp": 1646884965899, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "clamp", "timestamp": 1646884945016, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884982450, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "policy-id", "timestamp": 1646884988963, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T04:04:14.664Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "dcae-sch", "timestamp": 1646884957450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "multicloud-k8s-id", "timestamp": 1646884984189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-10T04:04:14.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "cds", "timestamp": 1646884965899, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "clamp", "timestamp": 1646884945016, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-10T04:04:14.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884982450, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:04:14.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "policy-id", "timestamp": 1646884989965, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T04:04:14.672Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of afaa4e9d-3084-4bef-9dd6-f1c069b80b81 2022-03-10T04:04:14.672Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId afaa4e9d-3084-4bef-9dd6-f1c069b80b81 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T04:04:14.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "dcae-sch", "timestamp": 1646884957450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "multicloud-k8s-id", "timestamp": 1646884984189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "ves-openapi-manager", "timestamp": 1646884990182, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-10T04:04:14.683Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "cds", "timestamp": 1646884965899, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "clamp", "timestamp": 1646884945016, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "policy-id", "timestamp": 1646884967545, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884990878, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:04:14.686Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "multicloud-k8s-id", "timestamp": 1646884984189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:04:14.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "cds", "timestamp": 1646884965899, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "ves-openapi-manager", "timestamp": 1646884991211, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-10T04:04:14.687Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "clamp", "timestamp": 1646884945016, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "policy-id", "timestamp": 1646884967545, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "aai-ml", "timestamp": 1646884992251, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T04:04:14.689Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "ves-openapi-manager", "timestamp": 1646884992215, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T04:04:14.702Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 0c48fa94-2b75-41d7-9460-deabfbf065fc 2022-03-10T04:04:14.703Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c48fa94-2b75-41d7-9460-deabfbf065fc and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T04:04:14.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "cds", "timestamp": 1646884965899, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "clamp", "timestamp": 1646884945016, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.713Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "multicloud-k8s-id", "timestamp": 1646884992305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-10T04:04:14.713Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "policy-id", "timestamp": 1646884967545, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.713Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "aai-ml", "timestamp": 1646884993254, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T04:04:14.719Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 40877551-0374-45fb-adca-536ad645ecc3 2022-03-10T04:04:14.720Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40877551-0374-45fb-adca-536ad645ecc3 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T04:04:14.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884993203, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T04:04:14.729Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:04:14.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "cds", "timestamp": 1646884965899, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.729Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "clamp", "timestamp": 1646884945016, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.729Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "policy-id", "timestamp": 1646884967545, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.729Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:14.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:04:14.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "aai-ml", "timestamp": 1646884971465, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:14.730Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:04:25.858Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51291cd1-4a0b-4d58-8d46-a264fe452df6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T04:04:25.871Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51291cd1-4a0b-4d58-8d46-a264fe452df6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T04:04:25.875Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-10T04:04:25.875Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-10T04:04:25.876Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-10T04:04:25.876Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-10T04:04:25.876Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:04:25.876Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:04:25.876Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:04:25.877Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:04:25.877Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:04:25.877Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:04:25.877Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:04:25.878Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T04:04:25.883Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-10T04:04:55.884Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 51291cd1-4a0b-4d58-8d46-a264fe452df6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-10T04:04:55.891Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 51291cd1-4a0b-4d58-8d46-a264fe452df6 and serviceModelVersionId: c81f465d-7229-452f-8873-0b57a460a21e 2022-03-10T04:04:55.891Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a9a17fce-c64f-4569-bd74-c6aff23dce16 2022-03-10T04:04:55.892Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a9a17fce-c64f-4569-bd74-c6aff23dce16/model-vers/model-ver/c81f465d-7229-452f-8873-0b57a460a21e?depth=0 2022-03-10T04:04:55.901Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-03-10T04:04:55.987Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a17fce-c64f-4569-bd74-c6aff23dce16/model-vers/model-ver/c81f465d-7229-452f-8873-0b57a460a21e?depth=0|INFO|500||Invoke 2022-03-10T04:04:55.988Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a17fce-c64f-4569-bd74-c6aff23dce16/model-vers/model-ver/c81f465d-7229-452f-8873-0b57a460a21e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a17fce-c64f-4569-bd74-c6aff23dce16/model-vers/model-ver/c81f465d-7229-452f-8873-0b57a460a21e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[51291cd1-4a0b-4d58-8d46-a264fe452df6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[24e343d2-e372-4e5f-9aac-b7d986a415d6], X-ECOMP-RequestID=[51291cd1-4a0b-4d58-8d46-a264fe452df6], X-TransactionId=[], X-ONAP-RequestID=[51291cd1-4a0b-4d58-8d46-a264fe452df6], Content-Type=[application/merge-patch+json]} 2022-03-10T04:04:56.040Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a17fce-c64f-4569-bd74-c6aff23dce16/model-vers/model-ver/c81f465d-7229-452f-8873-0b57a460a21e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-10T04:04:56.136Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a17fce-c64f-4569-bd74-c6aff23dce16/model-vers/model-ver/c81f465d-7229-452f-8873-0b57a460a21e?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/a9a17fce-c64f-4569-bd74-c6aff23dce16/model-vers/model-ver/c81f465d-7229-452f-8873-0b57a460a21e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220310-04:04:56:841-40261], vertex-id=[389232], Content-Length=[0], Date=[Thu, 10 Mar 2022 04:04:56 GMT], Content-Type=[application/json]} 2022-03-10T04:04:56.137Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a17fce-c64f-4569-bd74-c6aff23dce16/model-vers/model-ver/c81f465d-7229-452f-8873-0b57a460a21e?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-10T04:04:56.138Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a17fce-c64f-4569-bd74-c6aff23dce16/model-vers/model-ver/c81f465d-7229-452f-8873-0b57a460a21e?depth=0|INFO|500||InvokeReturn 2022-03-10T04:04:56.139Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-10T04:04:56.139Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-10T04:04:56.146Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-10T04:04:56.146Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 51291cd1-4a0b-4d58-8d46-a264fe452df6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-10T04:04:56.147Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-10T04:04:56.148Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:04:56.151Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:04:56.151Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885096147, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-10T04:04:56.251Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:04:56.255Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:04:56.255Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:04:56.278Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:04:56.279Z||pool-66-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-10T04:04:57.199Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-10T04:04:57.199Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"71a2ea03-bbc9-44e2-b7c8-9be22acc263b","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"c5bfba5f-1dad-426d-beb2-96acc6b07284","serviceDescription":"service","serviceInvariantUUID":"bcb39d34-1208-4cc5-a86c-bc71b84e2cdb","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6251879e-f9f2-443f-8302-bb383cfdaa9f","resourceInvariantUUID":"1fbbd296-1f85-4008-bf40-8bd6c03c88a6","resourceCustomizationUUID":"730d5699-fc9a-4432-82e0-c24dfbf33573","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":"ccaa000e-06b4-4882-979e-e88b67d50ab1","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":"MDAzNDlmOTFhOGYyZjJkMTE3ZmJmZjBiYWZjZGFjZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f1bdfce3-6609-4e8c-b7bc-634eff8edfc4","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":"Yjk5NTI3OTMxYWFlMjVlMWE3MTMyNDhhYTg0ODZkODU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4f02f1e4-bdca-45be-9e45-5d2f222fedc6","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":"879e3ade-e111-40c6-830e-8fdcae020813","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":"029450e5-558e-44ae-953a-dc473830ec92","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":"e696bb24-1874-4237-bb76-035ceafc2434","artifactVersion":"2","generatedFromUUID":"879e3ade-e111-40c6-830e-8fdcae020813"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"OWZiNDdmN2JjYWNjMjgwZmJlNTg2NThjNzZkOWU3Yzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f0f9b553-32e2-44a3-94c4-22befce615b1","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NzM5OTAwMDk3NjdlY2VjYjE1ODY3MzJlOTFjNGM5Yjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bb9ea26c-1b8d-40bf-b542-c35d141337be","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-10T04:04:57.200Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:04:57.200Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:04:57.202Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:04:57.202Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884934083, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:57.302Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:04:57.303Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:04:57.303Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:04:57.317Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:04:57.317Z||pool-67-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:04:58.203Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:04:58.204Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:04:58.206Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:04:58.206Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884934083, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:04:58.306Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:04:58.307Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:04:58.307Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:04:58.320Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:04:58.321Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-10T04:04:59.207Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:04:59.208Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:04:59.210Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:04:59.211Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884934083, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-10T04:04:59.311Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:04:59.312Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:04:59.312Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:04:59.326Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:04:59.326Z||pool-69-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:05:00.212Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:05:00.213Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:05:00.215Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:05:00.215Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884934083, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-10T04:05:00.315Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:05:00.316Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:05:00.316Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:05:00.329Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:05:00.330Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:05:01.219Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:05:01.220Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:05:01.222Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:05:01.222Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884934083, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:05:01.322Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-10T04:05:01.323Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:05:01.323Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:05:01.336Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:05:01.336Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:05:02.224Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:05:02.225Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:05:02.227Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:05:02.227Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884934083, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-10T04:05:02.327Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-10T04:05:02.328Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:05:02.329Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:05:02.341Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:05:02.341Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:05:03.229Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:05:03.230Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:05:03.235Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:05:03.235Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884934083, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:05:03.345Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms 2022-03-10T04:05:03.346Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:05:03.347Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:05:03.358Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:05:03.359Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:05:04.236Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:05:04.237Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:05:04.240Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:05:04.240Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884934083, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:05:04.342Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-10T04:05:04.343Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:05:04.343Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:05:04.357Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:05:04.357Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:05:05.244Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "c5bfba5f-1dad-426d-beb2-96acc6b07284", "serviceDescription": "service", "serviceInvariantUUID": "bcb39d34-1208-4cc5-a86c-bc71b84e2cdb", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "730d5699-fc9a-4432-82e0-c24dfbf33573", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6251879e-f9f2-443f-8302-bb383cfdaa9f", "resourceInvariantUUID": "1fbbd296-1f85-4008-bf40-8bd6c03c88a6", "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": "Yjk5NTI3OTMxYWFlMjVlMWE3MTMyNDhhYTg0ODZkODU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4f02f1e4-bdca-45be-9e45-5d2f222fedc6", "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": "879e3ade-e111-40c6-830e-8fdcae020813", "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": "e696bb24-1874-4237-bb76-035ceafc2434", "generatedFromUUID": "879e3ade-e111-40c6-830e-8fdcae020813" }, "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": "e696bb24-1874-4237-bb76-035ceafc2434", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "NzM5OTAwMDk3NjdlY2VjYjE1ODY3MzJlOTFjNGM5Yjg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bb9ea26c-1b8d-40bf-b542-c35d141337be" } ], "workloadContext": "Production" } 2022-03-10T04:05:05.244Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-10T04:05:05.244Z|51291cd1-4a0b-4d58-8d46-a264fe452df6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c5bfba5f-1dad-426d-beb2-96acc6b07284 ASDC 2022-03-10T04:05:05.245Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:71a2ea03-bbc9-44e2-b7c8-9be22acc263b ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:c5bfba5f-1dad-426d-beb2-96acc6b07284 ServiceInvariantUUID:bcb39d34-1208-4cc5-a86c-bc71b84e2cdb 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:bb9ea26c-1b8d-40bf-b542-c35d141337be ArtifactChecksum:NzM5OTAwMDk3NjdlY2VjYjE1ODY3MzJlOTFjNGM5Yjg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:730d5699-fc9a-4432-82e0-c24dfbf33573 ResourceInvariantUUID:1fbbd296-1f85-4008-bf40-8bd6c03c88a6 ResourceName:basicclamp ResourceType:VF ResourceUUID:6251879e-f9f2-443f-8302-bb383cfdaa9f 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:4f02f1e4-bdca-45be-9e45-5d2f222fedc6 ArtifactChecksum:Yjk5NTI3OTMxYWFlMjVlMWE3MTMyNDhhYTg0ODZkODU= 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:879e3ade-e111-40c6-830e-8fdcae020813 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:e696bb24-1874-4237-bb76-035ceafc2434 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:e696bb24-1874-4237-bb76-035ceafc2434 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-10T04:05:05.245Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c5bfba5f-1dad-426d-beb2-96acc6b07284 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-10T04:05:05.279Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-10T04:05:05.280Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-10T04:05:05.280Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-10T04:05:05.280Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bb9ea26c-1b8d-40bf-b542-c35d141337be from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-10T04:05:05.280Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-10T04:05:05.280Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-10T04:05:05.981Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-10T04:05:05.984Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar bb9ea26c-1b8d-40bf-b542-c35d141337be 73639 2022-03-10T04:05:05.985Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-03-10T04:05:05.985Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-10T04:05:05.985Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-10T04:05:05.985Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:05:05.987Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:05:05.988Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885105985, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:05:06.088Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:05:06.089Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:05:06.089Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:05:06.109Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:05:06.109Z||pool-75-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:05:06.988Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-10T04:05:06.989Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-10T04:05:06.990Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: bb9ea26c-1b8d-40bf-b542-c35d141337be, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-10T04:05:06.990Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2022-03-10T04:05:06.990Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-10T04:05:06.991Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-10T04:05:07.271Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3711277163268878932/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-03-10T04:05:08.548Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-10T04:05:08.548Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-03-10T04:05:08.548Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-10T04:05:08.549Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-10T04:05:08.549Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||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-03-10T04:05:08.549Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||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-03-10T04:05:08.549Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-10T04:05:08.549Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-10T04:05:08.549Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-10T04:05:08.550Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||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-03-10T04:05:08.550Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||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-03-10T04:05:08.550Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-10T04:05:08.550Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-10T04:05:08.550Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-03-10T04:05:08.550Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:05:08.551Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:05:08.551Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-10T04:05:08.551Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-03-10T04:05:08.551Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-10T04:05:08.552Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:05:08.552Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:05:08.552Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-10T04:05:08.552Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-03-10T04:05:08.552Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-10T04:05:08.553Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:05:08.553Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:05:08.553Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:05:08.553Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-10T04:05:08.553Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-10T04:05:08.554Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-10T04:05:08.554Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-10T04:05:08.554Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-10T04:05:08.554Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-10T04:05:08.554Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:05:08.554Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-10T04:05:08.555Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:05:08.555Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-10T04:05:08.555Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T04:05:08.556Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:05:08.556Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-10T04:05:08.556Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T04:05:08.556Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:05:08.556Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-10T04:05:08.556Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T04:05:08.557Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:05:08.557Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-10T04:05:08.557Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-10T04:05:08.557Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-10T04:05:08.557Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2406cc81-e484-4d73-a255-e7772a0cd6a6 2022-03-10T04:05:08.558Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:05:08.558Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:05:08.558Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:05:08.558Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:05:08.558Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:05:08.559Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:05:08.559Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:05:08.559Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:05:08.559Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:c5bfba5f-1dad-426d-beb2-96acc6b07284 Model Version:NULL Model InvariantUuid:bcb39d34-1208-4cc5-a86c-bc71b84e2cdb Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:ed56f198-908c-495c-9074-681b1f7aad36 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:1fbbd296-1f85-4008-bf40-8bd6c03c88a6 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:730d5699-fc9a-4432-82e0-c24dfbf33573 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:3f8879b6-38f4-43d7-8016-572b6dcba09e ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:e3e2741e-8ff8-4285-89e2-10c46acf90de ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2406cc81-e484-4d73-a255-e7772a0cd6a6 ModelInvariantUuid:a3c939bc-80e9-4d78-ad6d-a3b35864aa54 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:e44ef2fd-22b9-4720-b314-93930f5b22a8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:e8ae04e9-f01b-496a-8411-a496d1e5a1cf ModelInvariantUuid:5e0a2482-767c-4f63-befb-c0cdf9e3e586 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:348483ec-5600-40b3-a7ab-cf24d253cab2 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-10T04:05:08.565Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 6251879e-f9f2-443f-8302-bb383cfdaa9f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-10T04:05:08.568Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||basicclamp 0 2022-03-10T04:05:08.569Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6251879e-f9f2-443f-8302-bb383cfdaa9f 2022-03-10T04:05:08.569Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4f02f1e4-bdca-45be-9e45-5d2f222fedc6 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-10T04:05:08.569Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-10T04:05:08.569Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-10T04:05:09.807Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-10T04:05:09.808Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 4f02f1e4-bdca-45be-9e45-5d2f222fedc6 790 2022-03-10T04:05:09.808Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||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-03-10T04:05:09.808Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||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-03-10T04:05:09.808Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-10T04:05:09.809Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:05:09.811Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:05:09.811Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885109808, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-10T04:05:09.913Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-03-10T04:05:09.914Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:05:09.914Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:05:09.928Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:05:09.929Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:05:10.813Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "3f8879b6-38f4-43d7-8016-572b6dcba09e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e3e2741e-8ff8-4285-89e2-10c46acf90de", "vfModuleModelCustomizationUUID": "f91ff804-0e32-477b-98ce-ce120f7ea8da", "isBase": true, "artifacts": [ "879e3ade-e111-40c6-830e-8fdcae020813", "e696bb24-1874-4237-bb76-035ceafc2434" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-10T04:05:10.821Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e3e2741e-8ff8-4285-89e2-10c46acf90de VfModuleModelInvariantUUID:3f8879b6-38f4-43d7-8016-572b6dcba09e VfModuleModelDescription:NULL Artifacts UUID List:{ 879e3ade-e111-40c6-830e-8fdcae020813 , e696bb24-1874-4237-bb76-035ceafc2434 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-10T04:05:10.823Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "3f8879b6-38f4-43d7-8016-572b6dcba09e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e3e2741e-8ff8-4285-89e2-10c46acf90de", "vfModuleModelCustomizationUUID": "f91ff804-0e32-477b-98ce-ce120f7ea8da", "isBase": true, "artifacts": [ "879e3ade-e111-40c6-830e-8fdcae020813", "e696bb24-1874-4237-bb76-035ceafc2434" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-10T04:05:10.823Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e3e2741e-8ff8-4285-89e2-10c46acf90de VfModuleModelInvariantUUID:3f8879b6-38f4-43d7-8016-572b6dcba09e VfModuleModelDescription:NULL Artifacts UUID List:{ 879e3ade-e111-40c6-830e-8fdcae020813 , e696bb24-1874-4237-bb76-035ceafc2434 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-10T04:05:10.823Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 879e3ade-e111-40c6-830e-8fdcae020813 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-10T04:05:10.823Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-10T04:05:10.823Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-10T04:05:11.508Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-10T04:05:11.508Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 879e3ade-e111-40c6-830e-8fdcae020813 5033 2022-03-10T04:05:11.509Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||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-03-10T04:05:11.509Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||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-03-10T04:05:11.509Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-10T04:05:11.509Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:05:11.511Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:05:11.511Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885111509, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-10T04:05:11.612Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-10T04:05:11.613Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:05:11.613Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:05:11.624Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:05:11.625Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:05:12.512Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e696bb24-1874-4237-bb76-035ceafc2434 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-10T04:05:12.519Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-10T04:05:12.519Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-10T04:05:12.927Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-10T04:05:12.928Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env e696bb24-1874-4237-bb76-035ceafc2434 909 2022-03-10T04:05:12.929Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||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-03-10T04:05:12.929Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||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-03-10T04:05:12.929Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-10T04:05:12.929Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:05:12.931Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:05:12.931Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885112929, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-10T04:05:13.032Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-10T04:05:13.034Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:05:13.034Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:05:13.045Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:05:13.046Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-10T04:05:13.932Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c5bfba5f-1dad-426d-beb2-96acc6b07284 2022-03-10T04:05:13.932Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 6251879e-f9f2-443f-8302-bb383cfdaa9f ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-10T04:05:13.950Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1a5bfbbb, org.onap.sdc.toscaparser.api.parameters.Input@690fdd44, org.onap.sdc.toscaparser.api.parameters.Input@2ca30e2e, org.onap.sdc.toscaparser.api.parameters.Input@fb62d46, org.onap.sdc.toscaparser.api.parameters.Input@4af58928] 2022-03-10T04:05:13.952Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:05:13.952Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:05:13.952Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-03-10T04:05:13.952Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 730d5699-fc9a-4432-82e0-c24dfbf33573 2022-03-10T04:05:13.952Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 730d5699-fc9a-4432-82e0-c24dfbf33573 matches Tosca VF Customization UUID: 730d5699-fc9a-4432-82e0-c24dfbf33573 2022-03-10T04:05:13.952Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 730d5699-fc9a-4432-82e0-c24dfbf33573 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-03-10T04:05:13.955Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:05:13.955Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:05:13.956Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 730d5699-fc9a-4432-82e0-c24dfbf33573: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-03-10T04:05:13.956Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5703e358 2022-03-10T04:05:13.956Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:05:13.956Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-10T04:05:13.956Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f91ff804-0e32-477b-98ce-ce120f7ea8da 2022-03-10T04:05:13.956Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f91ff804-0e32-477b-98ce-ce120f7ea8da Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-03-10T04:05:13.959Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:05:13.959Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-10T04:05:13.959Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T04:05:13.959Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:05:13.960Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-10T04:05:13.960Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T04:05:13.960Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:05:13.960Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-10T04:05:13.960Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-10T04:05:13.960Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-10T04:05:13.960Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2406cc81-e484-4d73-a255-e7772a0cd6a6 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-10T04:05:13.963Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:05:13.963Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-10T04:05:13.963Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T04:05:13.963Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:05:13.963Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-10T04:05:13.963Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=730d5699-fc9a-4432-82e0-c24dfbf33573 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-10T04:05:13.965Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:05:13.965Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:05:13.965Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c5bfba5f-1dad-426d-beb2-96acc6b07284: basicclamp 2022-03-10T04:05:13.966Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:05:13.966Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:05:13.966Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:05:13.966Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:05:13.966Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:05:13.966Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:05:13.966Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:05:13.966Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:05:13.967Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:05:13.967Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:05:13.967Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||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-03-10T04:05:14.034Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 6251879e-f9f2-443f-8302-bb383cfdaa9f 1 ASDC deployResourceStructure 2022-03-10T04:05:14.035Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||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-03-10T04:05:14.035Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||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-03-10T04:05:14.035Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-10T04:05:14.035Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:05:14.037Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:05:14.037Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885114035, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-10T04:05:14.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:05:14.091Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:05:14.091Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T04:05:14.115Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:05:14.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:05:14.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "multicloud-k8s-id", "timestamp": 1646884993806, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-10T04:05:14.123Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:05:14.137Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:05:14.139Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:05:14.139Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:05:14.151Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:05:14.152Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:05:15.038Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||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-03-10T04:05:15.038Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||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-03-10T04:05:15.039Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-10T04:05:15.039Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:05:15.044Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:05:15.044Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885115038, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-10T04:05:15.144Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:05:15.145Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:05:15.145Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:05:15.162Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:05:15.163Z||pool-80-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:05:16.045Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||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-03-10T04:05:16.045Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||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-03-10T04:05:16.046Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-10T04:05:16.046Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:05:16.048Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:05:16.048Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885116045, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-10T04:05:16.154Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-03-10T04:05:16.159Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:05:16.160Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:05:16.175Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:05:16.175Z||pool-81-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-03-10T04:05:17.049Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-03-10T04:05:17.050Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-10T04:05:17.050Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-10T04:05:17.050Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:05:17.059Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:05:17.059Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885117049, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T04:05:17.152Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-03-10T04:05:17.153Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:05:17.153Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:05:17.167Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:05:17.168Z||pool-82-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-10T04:05:18.060Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71a2ea03-bbc9-44e2-b7c8-9be22acc263b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T04:05:18.071Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71a2ea03-bbc9-44e2-b7c8-9be22acc263b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T04:05:18.075Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-10T04:05:18.075Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-10T04:05:18.075Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-10T04:05:18.075Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-10T04:05:18.076Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:05:18.076Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:05:18.076Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:05:18.076Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:05:18.077Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:05:18.077Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:05:18.077Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:05:18.077Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T04:05:18.082Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-10T04:05:48.083Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 71a2ea03-bbc9-44e2-b7c8-9be22acc263b and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-10T04:05:48.092Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 71a2ea03-bbc9-44e2-b7c8-9be22acc263b and serviceModelVersionId: c5bfba5f-1dad-426d-beb2-96acc6b07284 2022-03-10T04:05:48.092Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bcb39d34-1208-4cc5-a86c-bc71b84e2cdb 2022-03-10T04:05:48.093Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bcb39d34-1208-4cc5-a86c-bc71b84e2cdb/model-vers/model-ver/c5bfba5f-1dad-426d-beb2-96acc6b07284?depth=0 2022-03-10T04:05:48.098Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-03-10T04:05:48.150Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bcb39d34-1208-4cc5-a86c-bc71b84e2cdb/model-vers/model-ver/c5bfba5f-1dad-426d-beb2-96acc6b07284?depth=0|INFO|500||Invoke 2022-03-10T04:05:48.150Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bcb39d34-1208-4cc5-a86c-bc71b84e2cdb/model-vers/model-ver/c5bfba5f-1dad-426d-beb2-96acc6b07284?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bcb39d34-1208-4cc5-a86c-bc71b84e2cdb/model-vers/model-ver/c5bfba5f-1dad-426d-beb2-96acc6b07284?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[71a2ea03-bbc9-44e2-b7c8-9be22acc263b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2d1da523-b980-4b48-80d8-25f557b693a8], X-ECOMP-RequestID=[71a2ea03-bbc9-44e2-b7c8-9be22acc263b], X-TransactionId=[], X-ONAP-RequestID=[71a2ea03-bbc9-44e2-b7c8-9be22acc263b], Content-Type=[application/merge-patch+json]} 2022-03-10T04:05:48.174Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bcb39d34-1208-4cc5-a86c-bc71b84e2cdb/model-vers/model-ver/c5bfba5f-1dad-426d-beb2-96acc6b07284?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-10T04:05:48.278Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bcb39d34-1208-4cc5-a86c-bc71b84e2cdb/model-vers/model-ver/c5bfba5f-1dad-426d-beb2-96acc6b07284?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/bcb39d34-1208-4cc5-a86c-bc71b84e2cdb/model-vers/model-ver/c5bfba5f-1dad-426d-beb2-96acc6b07284?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220310-04:05:48:972-95963], vertex-id=[225376], Content-Length=[0], Date=[Thu, 10 Mar 2022 04:05:48 GMT], Content-Type=[application/json]} 2022-03-10T04:05:48.278Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bcb39d34-1208-4cc5-a86c-bc71b84e2cdb/model-vers/model-ver/c5bfba5f-1dad-426d-beb2-96acc6b07284?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-10T04:05:48.279Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bcb39d34-1208-4cc5-a86c-bc71b84e2cdb/model-vers/model-ver/c5bfba5f-1dad-426d-beb2-96acc6b07284?depth=0|INFO|500||InvokeReturn 2022-03-10T04:05:48.279Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-10T04:05:48.280Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-10T04:05:48.287Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-10T04:05:48.288Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 71a2ea03-bbc9-44e2-b7c8-9be22acc263b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-10T04:05:48.288Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-10T04:05:48.288Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:05:48.292Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:05:48.292Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885148288, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-10T04:05:48.392Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:05:48.393Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:05:48.394Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:05:48.410Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:05:48.411Z||pool-83-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-10T04:05:49.305Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:05:49.305Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:05:49.305Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|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 ygyisqJqbLioOY9W) ... 2022-03-10T04:05:53.653Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:05:53.654Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-10T04:05:53.654Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"40877551-0374-45fb-adca-536ad645ecc3","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"b15546c0-90e9-456a-a05c-696bb77dd527","serviceDescription":"service","serviceInvariantUUID":"ec4b1698-8618-4a5d-9e83-1478b213f060","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"931f6fdc-a9c8-4291-95fc-60c929e46e74","resourceInvariantUUID":"21e0bf0a-f7f7-4eda-8271-f19689f350f0","resourceCustomizationUUID":"7ff7789a-28e0-43e8-9bbe-0f4f36bdd1ac","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":"MDhkOGNiNmU5MjFjZTNjMjkxNDM5N2RlODUzYzk5NzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d0ebf510-a1f3-48cc-895b-345bb8efbe9f","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":"YTE2NTg2YmZmOTdkZTkxYTVjNTExMTVmZWE4OTVkOGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"25cfd11a-00a7-4e41-9830-ce2993e700da","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":"eeb954e8-48ad-4805-8360-02447d466cab","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":"14dc82cc-0bfb-4ee5-9bd7-26c54af27260","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":"0e106668-ae1b-4874-9a43-f2d19508ab1f","artifactVersion":"2","generatedFromUUID":"eeb954e8-48ad-4805-8360-02447d466cab"},{"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":"OWE3NDc4ZDc0YTgzYzlmMDI2NGMwMThhNzIzOWVhNDg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d28b263a-e0ef-4f20-998d-b1ba6304123a","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":"YzBiYzdkOTJiNTM3OWVkZjZhY2MwMjkzZTFjZDFmOGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c142d3a7-95f4-47e8-9337-6f4198a35236","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZTk0ZGViNjFkZjA0ODNjZTY3Yzk5ZWE3NGY4YzQwY2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b3f279ec-79ec-4a63-811a-d485cccd4644","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-10T04:05:53.657Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:05:53.657Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:05:53.659Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:05:53.659Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:05:53.760Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:05:53.761Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:05:53.761Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:05:53.776Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:05:53.777Z||pool-84-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-10T04:05:54.663Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:05:54.664Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:05:54.666Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:05:54.666Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-10T04:05:54.766Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:05:54.767Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:05:54.768Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:05:54.783Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:05:54.783Z||pool-85-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-10T04:05:55.666Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:05:55.667Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:05:55.669Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:05:55.670Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-10T04:05:55.770Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:05:55.772Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:05:55.772Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:05:55.788Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:05:55.793Z||pool-86-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-03-10T04:05:56.671Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:05:56.671Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:05:56.673Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:05:56.673Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:05:56.774Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:05:56.776Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:05:56.776Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:05:56.787Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:05:56.788Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:05:57.673Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:05:57.676Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:05:57.678Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:05:57.678Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-10T04:05:57.778Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:05:57.779Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:05:57.779Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:05:57.802Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:05:57.803Z||pool-88-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:05:58.678Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:05:58.679Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:05:58.681Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:05:58.681Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-10T04:05:58.782Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-10T04:05:58.783Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:05:58.785Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:05:58.797Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:05:58.798Z||pool-89-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:05:59.682Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:05:59.682Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:05:59.685Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:05:59.685Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:05:59.785Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:05:59.786Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:05:59.786Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:05:59.804Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:05:59.804Z||pool-90-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:06:00.685Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:06:00.686Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:06:00.688Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:06:00.688Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:06:00.788Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:06:00.789Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:06:00.789Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:06:00.808Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:06:00.808Z||pool-91-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:06:01.689Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "b15546c0-90e9-456a-a05c-696bb77dd527", "serviceDescription": "service", "serviceInvariantUUID": "ec4b1698-8618-4a5d-9e83-1478b213f060", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "7ff7789a-28e0-43e8-9bbe-0f4f36bdd1ac", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "931f6fdc-a9c8-4291-95fc-60c929e46e74", "resourceInvariantUUID": "21e0bf0a-f7f7-4eda-8271-f19689f350f0", "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": "YTE2NTg2YmZmOTdkZTkxYTVjNTExMTVmZWE4OTVkOGQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "25cfd11a-00a7-4e41-9830-ce2993e700da", "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": "eeb954e8-48ad-4805-8360-02447d466cab", "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": "0e106668-ae1b-4874-9a43-f2d19508ab1f", "generatedFromUUID": "eeb954e8-48ad-4805-8360-02447d466cab" }, "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": "0e106668-ae1b-4874-9a43-f2d19508ab1f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ZTk0ZGViNjFkZjA0ODNjZTY3Yzk5ZWE3NGY4YzQwY2I\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b3f279ec-79ec-4a63-811a-d485cccd4644" } ], "workloadContext": "Production" } 2022-03-10T04:06:01.690Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-10T04:06:01.690Z|71a2ea03-bbc9-44e2-b7c8-9be22acc263b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b15546c0-90e9-456a-a05c-696bb77dd527 ASDC 2022-03-10T04:06:01.691Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:40877551-0374-45fb-adca-536ad645ecc3 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:b15546c0-90e9-456a-a05c-696bb77dd527 ServiceInvariantUUID:ec4b1698-8618-4a5d-9e83-1478b213f060 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:b3f279ec-79ec-4a63-811a-d485cccd4644 ArtifactChecksum:ZTk0ZGViNjFkZjA0ODNjZTY3Yzk5ZWE3NGY4YzQwY2I= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:7ff7789a-28e0-43e8-9bbe-0f4f36bdd1ac ResourceInvariantUUID:21e0bf0a-f7f7-4eda-8271-f19689f350f0 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:931f6fdc-a9c8-4291-95fc-60c929e46e74 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:25cfd11a-00a7-4e41-9830-ce2993e700da ArtifactChecksum:YTE2NTg2YmZmOTdkZTkxYTVjNTExMTVmZWE4OTVkOGQ= 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:eeb954e8-48ad-4805-8360-02447d466cab 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:0e106668-ae1b-4874-9a43-f2d19508ab1f 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:0e106668-ae1b-4874-9a43-f2d19508ab1f ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-10T04:06:01.691Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b15546c0-90e9-456a-a05c-696bb77dd527 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-10T04:06:01.723Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-10T04:06:01.724Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-10T04:06:01.724Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-10T04:06:01.724Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b3f279ec-79ec-4a63-811a-d485cccd4644 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-10T04:06:01.725Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-10T04:06:01.725Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-10T04:06:02.289Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-10T04:06:02.293Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar b3f279ec-79ec-4a63-811a-d485cccd4644 78790 2022-03-10T04:06:02.293Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-03-10T04:06:02.293Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-10T04:06:02.294Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-10T04:06:02.294Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:06:02.297Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:06:02.297Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885162293, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:06:02.397Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:06:02.398Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:06:02.398Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:06:02.414Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:06:02.414Z||pool-92-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:06:03.297Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-10T04:06:03.299Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-10T04:06:03.300Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: b3f279ec-79ec-4a63-811a-d485cccd4644, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-10T04:06:03.300Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-03-10T04:06:03.300Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-10T04:06:03.301Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-10T04:06:03.461Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10598588583468097805/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-03-10T04:06:04.664Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-10T04:06:04.680Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-03-10T04:06:04.680Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-10T04:06:04.680Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-10T04:06:04.680Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-10T04:06:04.680Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-10T04:06:04.681Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-10T04:06:04.681Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-10T04:06:04.681Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-10T04:06:04.681Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-10T04:06:04.681Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-10T04:06:04.681Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-10T04:06:04.681Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-10T04:06:04.681Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-03-10T04:06:04.682Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:06:04.682Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:06:04.682Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-10T04:06:04.682Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-03-10T04:06:04.683Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-10T04:06:04.683Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:06:04.683Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:06:04.684Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-10T04:06:04.684Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-03-10T04:06:04.684Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-10T04:06:04.684Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:06:04.684Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:06:04.685Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:06:04.685Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-10T04:06:04.685Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-03-10T04:06:04.685Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-03-10T04:06:04.685Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-03-10T04:06:04.686Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-10T04:06:04.686Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-10T04:06:04.686Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:06:04.686Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-10T04:06:04.686Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:06:04.686Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-10T04:06:04.687Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T04:06:04.687Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:06:04.687Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-10T04:06:04.688Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T04:06:04.688Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:06:04.688Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-10T04:06:04.688Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T04:06:04.688Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:06:04.689Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-10T04:06:04.689Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-10T04:06:04.689Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-10T04:06:04.689Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5851cc47-9fb3-4644-8c1a-0b0353dd026a 2022-03-10T04:06:04.689Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:06:04.690Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:06:04.690Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:06:04.690Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:06:04.690Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:06:04.690Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:06:04.691Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:06:04.691Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:06:04.691Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:b15546c0-90e9-456a-a05c-696bb77dd527 Model Version:NULL Model InvariantUuid:ec4b1698-8618-4a5d-9e83-1478b213f060 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:d54b7d6e-160f-4744-b979-630166cef522 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:21e0bf0a-f7f7-4eda-8271-f19689f350f0 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7ff7789a-28e0-43e8-9bbe-0f4f36bdd1ac NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:af9a00d8-08d1-49c4-968c-bf89aebfd977 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:779f3532-cc74-43f4-822a-2c8c4ee73965 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:5851cc47-9fb3-4644-8c1a-0b0353dd026a ModelInvariantUuid:59b7dad1-76ce-4184-a4d2-3d0283ef6e5a ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:fb17e9f6-7923-4828-b9b2-56985023b214 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:525d14eb-1177-4d40-b791-4c4ed2aba2a9 ModelInvariantUuid:b4f4210c-5aec-4aab-8c1f-00b27945ee0e ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:711206d4-91bf-4a90-b334-029a2ff090dd ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-10T04:06:04.697Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 931f6fdc-a9c8-4291-95fc-60c929e46e74 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-10T04:06:04.700Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||basic_vm_macro 0 2022-03-10T04:06:04.700Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 931f6fdc-a9c8-4291-95fc-60c929e46e74 2022-03-10T04:06:04.700Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 25cfd11a-00a7-4e41-9830-ce2993e700da from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-10T04:06:04.700Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-10T04:06:04.701Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-10T04:06:04.926Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-10T04:06:04.927Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 25cfd11a-00a7-4e41-9830-ce2993e700da 792 2022-03-10T04:06:04.927Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-03-10T04:06:04.927Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-10T04:06:04.927Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-10T04:06:04.928Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:06:04.929Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:06:04.930Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885164927, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-10T04:06:05.031Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-10T04:06:05.032Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:06:05.032Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:06:05.046Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:06:05.047Z||pool-93-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:06:05.931Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "af9a00d8-08d1-49c4-968c-bf89aebfd977", "vfModuleModelVersion": "1", "vfModuleModelUUID": "779f3532-cc74-43f4-822a-2c8c4ee73965", "vfModuleModelCustomizationUUID": "349109d3-4915-4428-a514-fb52e885353d", "isBase": true, "artifacts": [ "eeb954e8-48ad-4805-8360-02447d466cab", "0e106668-ae1b-4874-9a43-f2d19508ab1f" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-10T04:06:05.934Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:779f3532-cc74-43f4-822a-2c8c4ee73965 VfModuleModelInvariantUUID:af9a00d8-08d1-49c4-968c-bf89aebfd977 VfModuleModelDescription:NULL Artifacts UUID List:{ eeb954e8-48ad-4805-8360-02447d466cab , 0e106668-ae1b-4874-9a43-f2d19508ab1f } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-10T04:06:05.936Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "af9a00d8-08d1-49c4-968c-bf89aebfd977", "vfModuleModelVersion": "1", "vfModuleModelUUID": "779f3532-cc74-43f4-822a-2c8c4ee73965", "vfModuleModelCustomizationUUID": "349109d3-4915-4428-a514-fb52e885353d", "isBase": true, "artifacts": [ "eeb954e8-48ad-4805-8360-02447d466cab", "0e106668-ae1b-4874-9a43-f2d19508ab1f" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-10T04:06:05.936Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:779f3532-cc74-43f4-822a-2c8c4ee73965 VfModuleModelInvariantUUID:af9a00d8-08d1-49c4-968c-bf89aebfd977 VfModuleModelDescription:NULL Artifacts UUID List:{ eeb954e8-48ad-4805-8360-02447d466cab , 0e106668-ae1b-4874-9a43-f2d19508ab1f } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-10T04:06:05.937Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: eeb954e8-48ad-4805-8360-02447d466cab from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-10T04:06:05.937Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-10T04:06:05.937Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-10T04:06:06.187Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-10T04:06:06.188Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml eeb954e8-48ad-4805-8360-02447d466cab 5033 2022-03-10T04:06:06.188Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-03-10T04:06:06.188Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-10T04:06:06.188Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-10T04:06:06.188Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:06:06.190Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:06:06.190Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885166188, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-10T04:06:06.290Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:06:06.292Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:06:06.292Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:06:06.311Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:06:06.312Z||pool-94-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-03-10T04:06:07.191Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0e106668-ae1b-4874-9a43-f2d19508ab1f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-10T04:06:07.191Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-10T04:06:07.192Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-10T04:06:08.180Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-10T04:06:08.181Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 0e106668-ae1b-4874-9a43-f2d19508ab1f 903 2022-03-10T04:06:08.181Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-03-10T04:06:08.181Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-10T04:06:08.181Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-10T04:06:08.182Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:06:08.184Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:06:08.184Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885168181, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-10T04:06:08.284Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:06:08.285Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:06:08.285Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:06:08.300Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:06:08.300Z||pool-95-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:06:09.184Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: b15546c0-90e9-456a-a05c-696bb77dd527 2022-03-10T04:06:09.185Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 931f6fdc-a9c8-4291-95fc-60c929e46e74 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-10T04:06:09.196Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@64489463, org.onap.sdc.toscaparser.api.parameters.Input@152145d4, org.onap.sdc.toscaparser.api.parameters.Input@4d3d964b, org.onap.sdc.toscaparser.api.parameters.Input@255468d3, org.onap.sdc.toscaparser.api.parameters.Input@59f1b96] 2022-03-10T04:06:09.197Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:06:09.198Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:06:09.198Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-03-10T04:06:09.198Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 7ff7789a-28e0-43e8-9bbe-0f4f36bdd1ac 2022-03-10T04:06:09.198Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7ff7789a-28e0-43e8-9bbe-0f4f36bdd1ac matches Tosca VF Customization UUID: 7ff7789a-28e0-43e8-9bbe-0f4f36bdd1ac 2022-03-10T04:06:09.198Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 7ff7789a-28e0-43e8-9bbe-0f4f36bdd1ac matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-03-10T04:06:09.200Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:06:09.200Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:06:09.201Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 7ff7789a-28e0-43e8-9bbe-0f4f36bdd1ac: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2022-03-10T04:06:09.201Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3db54687 2022-03-10T04:06:09.201Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:06:09.201Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-10T04:06:09.201Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 349109d3-4915-4428-a514-fb52e885353d 2022-03-10T04:06:09.201Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 349109d3-4915-4428-a514-fb52e885353d Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-03-10T04:06:09.203Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:06:09.203Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-10T04:06:09.203Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T04:06:09.203Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:06:09.204Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-10T04:06:09.204Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T04:06:09.204Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:06:09.204Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-10T04:06:09.204Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-10T04:06:09.204Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-10T04:06:09.204Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5851cc47-9fb3-4644-8c1a-0b0353dd026a Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-10T04:06:09.206Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:06:09.206Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-10T04:06:09.206Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T04:06:09.206Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:06:09.206Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-10T04:06:09.207Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=7ff7789a-28e0-43e8-9bbe-0f4f36bdd1ac Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-10T04:06:09.208Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:06:09.208Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:06:09.208Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid b15546c0-90e9-456a-a05c-696bb77dd527: basic_vm_macro 2022-03-10T04:06:09.208Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:06:09.209Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:06:09.209Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:06:09.209Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:06:09.209Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:06:09.209Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:06:09.209Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:06:09.209Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:06:09.209Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:06:09.210Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:06:09.210Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||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-03-10T04:06:09.303Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 931f6fdc-a9c8-4291-95fc-60c929e46e74 1 ASDC deployResourceStructure 2022-03-10T04:06:09.303Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-03-10T04:06:09.303Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-10T04:06:09.303Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-10T04:06:09.303Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:06:09.305Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:06:09.305Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885169303, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-10T04:06:09.405Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:06:09.406Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:06:09.406Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:06:09.418Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:06:09.419Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:06:10.306Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-03-10T04:06:10.306Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-10T04:06:10.307Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-10T04:06:10.307Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:06:10.309Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:06:10.310Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885170306, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-10T04:06:10.410Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:06:10.411Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:06:10.411Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:06:10.427Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:06:10.428Z||pool-97-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:06:11.311Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-03-10T04:06:11.311Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-10T04:06:11.312Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-10T04:06:11.312Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:06:11.315Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:06:11.315Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885171310, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-10T04:06:11.423Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms 2022-03-10T04:06:11.424Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:06:11.424Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:06:11.445Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:06:11.445Z||pool-98-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:06:12.316Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-03-10T04:06:12.316Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-10T04:06:12.316Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-10T04:06:12.316Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:06:12.318Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:06:12.318Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885172316, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T04:06:12.418Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:06:12.419Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:06:12.419Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:06:12.433Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:06:12.433Z||pool-99-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:06:13.319Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40877551-0374-45fb-adca-536ad645ecc3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T04:06:13.329Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40877551-0374-45fb-adca-536ad645ecc3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T04:06:13.331Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-10T04:06:13.331Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-10T04:06:13.331Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-10T04:06:13.332Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-10T04:06:14.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:06:14.091Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:06:14.091Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T04:06:14.112Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:06:14.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884994206, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T04:06:14.130Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 40877551-0374-45fb-adca-536ad645ecc3 2022-03-10T04:06:14.130Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40877551-0374-45fb-adca-536ad645ecc3 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T04:06:14.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.137Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "cds", "timestamp": 1646884965899, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.137Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.137Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "clamp", "timestamp": 1646884945016, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.138Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.138Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "policy-id", "timestamp": 1646884967545, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.138Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.138Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "aai-ml", "timestamp": 1646884971465, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.138Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.138Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884982450, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.138Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.138Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "cds", "timestamp": 1646884965899, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:06:14.139Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.139Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "clamp", "timestamp": 1646884945016, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:06:14.139Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.139Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "multicloud-k8s-id", "timestamp": 1646884995308, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-10T04:06:14.139Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:06:14.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.139Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "policy-id", "timestamp": 1646884967545, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.139Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "aai-ml", "timestamp": 1646884971465, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.140Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884982450, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.140Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "cds", "timestamp": 1646884996799, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:06:14.140Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:06:14.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "policy-id", "timestamp": 1646884967545, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.140Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "multicloud-k8s-id", "timestamp": 1646884996335, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T04:06:14.144Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 80085fc1-9be2-4441-a66a-cdb5a8f34dd8 2022-03-10T04:06:14.144Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80085fc1-9be2-4441-a66a-cdb5a8f34dd8 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-03-10T04:06:14.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "aai-ml", "timestamp": 1646884971465, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.153Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884982450, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.154Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "policy-id", "timestamp": 1646884967545, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.155Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "multicloud-k8s-id", "timestamp": 1646884997341, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-10T04:06:14.155Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:06:14.156Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.156Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "cds", "timestamp": 1646884998037, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T04:06:14.160Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0c48fa94-2b75-41d7-9460-deabfbf065fc 2022-03-10T04:06:14.161Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c48fa94-2b75-41d7-9460-deabfbf065fc and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T04:06:14.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "aai-ml", "timestamp": 1646884971465, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.169Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884982450, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.170Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "policy-id", "timestamp": 1646884967545, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:06:14.170Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "multicloud-k8s-id", "timestamp": 1646884984189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.171Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "aai-ml", "timestamp": 1646884971465, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.172Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884982450, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.172Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "multicloud-k8s-id", "timestamp": 1646884984189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-10T04:06:14.173Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "policy-id", "timestamp": 1646885000047, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:06:14.174Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:06:14.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "aai-ml", "timestamp": 1646884971465, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:06:14.174Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884982450, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.175Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "multicloud-k8s-id", "timestamp": 1646884984189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-10T04:06:14.176Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.176Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "policy-id", "timestamp": 1646885001052, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T04:06:14.176Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:06:14.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "aai-ml", "timestamp": 1646885001447, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:06:14.177Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:06:14.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646884982450, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:06:14.178Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "multicloud-k8s-id", "timestamp": 1646884984189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-10T04:06:14.178Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "policy-id", "timestamp": 1646885002054, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T04:06:14.184Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0c48fa94-2b75-41d7-9460-deabfbf065fc 2022-03-10T04:06:14.184Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c48fa94-2b75-41d7-9460-deabfbf065fc and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T04:06:14.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.192Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646885002317, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:06:14.192Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:06:14.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.193Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "multicloud-k8s-id", "timestamp": 1646884984189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-10T04:06:14.193Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.193Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "clamp", "timestamp": 1646885003098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:06:14.193Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:06:14.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.193Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "multicloud-k8s-id", "timestamp": 1646884984189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.193Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.193Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646885004491, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T04:06:14.193Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:06:14.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.193Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "multicloud-k8s-id", "timestamp": 1646884984189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-10T04:06:14.194Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.194Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646885005494, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T04:06:14.198Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 80085fc1-9be2-4441-a66a-cdb5a8f34dd8 2022-03-10T04:06:14.198Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80085fc1-9be2-4441-a66a-cdb5a8f34dd8 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T04:06:14.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.204Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "multicloud-k8s-id", "timestamp": 1646884984189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.204Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.204Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "clamp", "timestamp": 1646885006104, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T04:06:14.205Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:06:14.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "multicloud-k8s-id", "timestamp": 1646884984189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:06:14.205Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "clamp", "timestamp": 1646885007108, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T04:06:14.209Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 40877551-0374-45fb-adca-536ad645ecc3 2022-03-10T04:06:14.209Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40877551-0374-45fb-adca-536ad645ecc3 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T04:06:14.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "multicloud-k8s-id", "timestamp": 1646885007451, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-10T04:06:14.216Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:06:14.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "aai-ml", "timestamp": 1646885008207, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T04:06:14.217Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:06:14.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "multicloud-k8s-id", "timestamp": 1646885008508, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-10T04:06:14.217Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:06:14.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "aai-ml", "timestamp": 1646885009211, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T04:06:14.222Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 80085fc1-9be2-4441-a66a-cdb5a8f34dd8 2022-03-10T04:06:14.222Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80085fc1-9be2-4441-a66a-cdb5a8f34dd8 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T04:06:14.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.232Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "clamp", "timestamp": 1646885008112, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.232Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "aai-ml", "timestamp": 1646884971465, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.233Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "multicloud-k8s-id", "timestamp": 1646885009578, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-10T04:06:14.233Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:06:14.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "clamp", "timestamp": 1646885008112, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-10T04:06:14.233Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "aai-ml", "timestamp": 1646884971465, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.233Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "multicloud-k8s-id", "timestamp": 1646885010690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-10T04:06:14.234Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:06:14.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "clamp", "timestamp": 1646885008112, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.234Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "aai-ml", "timestamp": 1646884971465, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.234Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "multicloud-k8s-id", "timestamp": 1646885011742, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T04:06:14.238Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of afaa4e9d-3084-4bef-9dd6-f1c069b80b81 2022-03-10T04:06:14.239Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId afaa4e9d-3084-4bef-9dd6-f1c069b80b81 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-03-10T04:06:14.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "clamp", "timestamp": 1646885008112, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.246Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646885012450, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.246Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "aai-ml", "timestamp": 1646884971465, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "multicloud-k8s-id", "timestamp": 1646885012748, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-10T04:06:14.247Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:06:14.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "clamp", "timestamp": 1646885008112, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646885012450, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "aai-ml", "timestamp": 1646884971465, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "clamp", "timestamp": 1646885008112, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "multicloud-k8s-id", "timestamp": 1646884984189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646885012450, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "aai-ml", "timestamp": 1646884971465, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "multicloud-k8s-id", "timestamp": 1646884984189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "clamp", "timestamp": 1646885008112, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:06:14.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646885012450, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "aai-ml", "timestamp": 1646884971465, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "multicloud-k8s-id", "timestamp": 1646884984189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.254Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646885012450, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.255Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "aai-ml", "timestamp": 1646884971465, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.256Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "multicloud-k8s-id", "timestamp": 1646884984189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.257Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646885012450, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.257Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "aai-ml", "timestamp": 1646884971465, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:06:14.258Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "multicloud-k8s-id", "timestamp": 1646884984189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.258Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646885012450, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.259Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.259Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.259Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "multicloud-k8s-id", "timestamp": 1646884984189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.259Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.259Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.259Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646885012450, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.259Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "aai-ml", "timestamp": 1646885020258, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:06:14.260Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:06:14.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "multicloud-k8s-id", "timestamp": 1646884984189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.260Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646885012450, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:06:14.260Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "multicloud-k8s-id", "timestamp": 1646884984189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.261Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646885021983, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:06:14.261Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:06:14.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "multicloud-k8s-id", "timestamp": 1646884984189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:06:14.261Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646885024229, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T04:06:14.261Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:06:14.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646885025233, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T04:06:14.267Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of afaa4e9d-3084-4bef-9dd6-f1c069b80b81 2022-03-10T04:06:14.267Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId afaa4e9d-3084-4bef-9dd6-f1c069b80b81 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T04:06:14.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "clamp", "timestamp": 1646885026102, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:06:14.274Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:06:14.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "aai-ml", "timestamp": 1646885028179, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T04:06:14.274Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:06:14.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "clamp", "timestamp": 1646885028113, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T04:06:14.274Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:06:14.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.275Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "aai-ml", "timestamp": 1646885029183, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T04:06:14.278Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of afaa4e9d-3084-4bef-9dd6-f1c069b80b81 2022-03-10T04:06:14.279Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId afaa4e9d-3084-4bef-9dd6-f1c069b80b81 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T04:06:14.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.285Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "clamp", "timestamp": 1646885029117, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T04:06:14.288Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 80085fc1-9be2-4441-a66a-cdb5a8f34dd8 2022-03-10T04:06:14.288Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80085fc1-9be2-4441-a66a-cdb5a8f34dd8 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T04:06:14.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "aai-ml", "timestamp": 1646884971465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.299Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "clamp", "timestamp": 1646885008112, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.299Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "aai-ml", "timestamp": 1646884971465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.300Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "clamp", "timestamp": 1646885008112, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.300Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "aai-ml", "timestamp": 1646884971465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.300Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "clamp", "timestamp": 1646885008112, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.300Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "aai-ml", "timestamp": 1646884971465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.300Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "clamp", "timestamp": 1646885008112, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-10T04:06:14.300Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "aai-ml", "timestamp": 1646884971465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.301Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "clamp", "timestamp": 1646885008112, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.301Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "aai-ml", "timestamp": 1646884971465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.301Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "clamp", "timestamp": 1646885008112, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.301Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "aai-ml", "timestamp": 1646884971465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.301Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "clamp", "timestamp": 1646885008112, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.301Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "aai-ml", "timestamp": 1646884971465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.302Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.302Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "clamp", "timestamp": 1646885008112, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.302Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.302Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "aai-ml", "timestamp": 1646884971465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:06:14.302Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.302Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "clamp", "timestamp": 1646885008112, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:06:14.302Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.302Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "aai-ml", "timestamp": 1646885039291, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:06:14.302Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:06:14.302Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646885042450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.302Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.302Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646885042450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.303Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.303Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.303Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646885042450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.303Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.303Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.303Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "aai-ml", "timestamp": 1646885045613, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T04:06:14.303Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:06:14.303Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.303Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646885042450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.303Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.303Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.303Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "aai-ml", "timestamp": 1646885046616, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T04:06:14.308Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0c48fa94-2b75-41d7-9460-deabfbf065fc 2022-03-10T04:06:14.308Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c48fa94-2b75-41d7-9460-deabfbf065fc and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T04:06:14.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646885042450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.316Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.316Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646885042450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.316Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.316Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646885042450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.316Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.316Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646885042450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:06:14.316Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.316Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646885042450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:06:14.317Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:06:14.317Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.317Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "clamp", "timestamp": 1646885051294, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:06:14.317Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:06:14.317Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.317Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646885052473, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:06:14.317Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:06:14.317Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:06:14.317Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "clamp", "timestamp": 1646885053114, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T04:06:14.317Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:06:43.332Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40877551-0374-45fb-adca-536ad645ecc3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T04:06:43.341Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40877551-0374-45fb-adca-536ad645ecc3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T04:06:43.344Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-10T04:06:43.344Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-10T04:06:43.344Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-10T04:06:43.344Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-10T04:06:43.344Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:06:43.344Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:06:43.344Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:06:43.344Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:06:43.345Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:06:43.345Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:06:43.345Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T04:06:43.349Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-10T04:07:13.350Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 40877551-0374-45fb-adca-536ad645ecc3 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-10T04:07:13.356Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 40877551-0374-45fb-adca-536ad645ecc3 and serviceModelVersionId: b15546c0-90e9-456a-a05c-696bb77dd527 2022-03-10T04:07:13.356Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ec4b1698-8618-4a5d-9e83-1478b213f060 2022-03-10T04:07:13.357Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ec4b1698-8618-4a5d-9e83-1478b213f060/model-vers/model-ver/b15546c0-90e9-456a-a05c-696bb77dd527?depth=0 2022-03-10T04:07:13.363Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-03-10T04:07:13.428Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec4b1698-8618-4a5d-9e83-1478b213f060/model-vers/model-ver/b15546c0-90e9-456a-a05c-696bb77dd527?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-03-10T04:07:13.431Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec4b1698-8618-4a5d-9e83-1478b213f060/model-vers/model-ver/b15546c0-90e9-456a-a05c-696bb77dd527?depth=0|INFO|500||Invoke 2022-03-10T04:07:13.454Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec4b1698-8618-4a5d-9e83-1478b213f060/model-vers/model-ver/b15546c0-90e9-456a-a05c-696bb77dd527?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-10T04:07:13.919Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec4b1698-8618-4a5d-9e83-1478b213f060/model-vers/model-ver/b15546c0-90e9-456a-a05c-696bb77dd527?depth=0|INFO|500||InvokeReturn 2022-03-10T04:07:13.920Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec4b1698-8618-4a5d-9e83-1478b213f060/model-vers/model-ver/b15546c0-90e9-456a-a05c-696bb77dd527?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220310-04:07:14:252-37762], vertex-id=[217144], Content-Length=[0], Date=[Thu, 10 Mar 2022 04:07:14 GMT], Content-Type=[application/json]} 2022-03-10T04:07:13.920Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-03-10T04:07:13.928Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-10T04:07:13.928Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-10T04:07:13.933Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-10T04:07:13.933Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 40877551-0374-45fb-adca-536ad645ecc3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-10T04:07:13.933Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-10T04:07:13.933Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:07:13.935Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:07:13.935Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885233933, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-10T04:07:14.036Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:07:14.038Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:07:14.038Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:07:14.052Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:07:14.053Z||pool-100-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-10T04:07:14.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:07:14.091Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:07:14.091Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T04:07:14.112Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:07:14.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:07:14.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646885054332, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T04:07:14.114Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:07:14.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:07:14.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "clamp", "timestamp": 1646885054118, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T04:07:14.119Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of afaa4e9d-3084-4bef-9dd6-f1c069b80b81 2022-03-10T04:07:14.119Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId afaa4e9d-3084-4bef-9dd6-f1c069b80b81 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T04:07:14.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:07:14.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646885055339, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T04:07:14.132Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0c48fa94-2b75-41d7-9460-deabfbf065fc 2022-03-10T04:07:14.132Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c48fa94-2b75-41d7-9460-deabfbf065fc and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T04:07:14.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:07:14.139Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "clamp", "timestamp": 1646885008112, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:07:14.139Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:07:14.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:07:14.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "clamp", "timestamp": 1646885008112, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-10T04:07:14.140Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:07:14.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:07:14.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "clamp", "timestamp": 1646885008112, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-10T04:07:14.140Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:07:14.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:07:14.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "clamp", "timestamp": 1646885008112, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-10T04:07:14.141Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:07:14.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:07:14.141Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "clamp", "timestamp": 1646885008112, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:07:14.141Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:07:14.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:07:14.141Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "clamp", "timestamp": 1646885008112, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:07:14.141Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:07:14.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:07:14.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "clamp", "timestamp": 1646885008112, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:07:14.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:07:14.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:07:14.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "clamp", "timestamp": 1646885008112, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:07:14.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:07:14.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:07:14.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "clamp", "timestamp": 1646885008112, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:07:14.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:07:14.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:07:14.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "clamp", "timestamp": 1646885076110, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:07:14.143Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:07:14.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:07:14.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "clamp", "timestamp": 1646885078119, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T04:07:14.144Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:07:14.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:07:14.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "clamp", "timestamp": 1646885079123, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T04:07:14.148Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0c48fa94-2b75-41d7-9460-deabfbf065fc 2022-03-10T04:07:14.148Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c48fa94-2b75-41d7-9460-deabfbf065fc and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T04:07:14.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:07:14.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "51291cd1-4a0b-4d58-8d46-a264fe452df6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885096147, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-10T04:07:14.156Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:07:14.156Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:07:14.156Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884934083, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:07:14.156Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:07:14.156Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:07:14.157Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884934083, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:07:14.157Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:07:14.157Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:07:14.157Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884934083, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-10T04:07:14.157Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:07:14.157Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:07:14.157Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884934083, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-10T04:07:14.158Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:07:14.158Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:07:14.158Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884934083, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:07:14.158Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:07:14.158Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:07:14.158Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884934083, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-10T04:07:14.158Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:07:14.159Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:07:14.159Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884934083, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:07:14.159Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:07:14.159Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:07:14.159Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646884934083, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:07:14.160Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:07:14.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:07:14.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885105985, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:07:14.160Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:07:14.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:07:14.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885109808, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-10T04:07:14.161Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:07:14.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:07:14.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885111509, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-10T04:07:14.161Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:07:14.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:07:14.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885112929, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-10T04:07:14.162Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-10T04:07:14.945Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-10T04:07:14.946Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"80085fc1-9be2-4441-a66a-cdb5a8f34dd8","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"7f476b13-7ff5-4f5c-9fc5-bcbbed2006ea","serviceDescription":"service","serviceInvariantUUID":"1b22a2f3-8469-4813-b60c-15d2e3a79faf","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"46c617a3-7851-4047-9f1a-9988a1cfac5c","resourceInvariantUUID":"b82bf323-33c0-4cd9-be76-029b2d8f1b7c","resourceCustomizationUUID":"d1852f18-13a4-4a73-87f4-e0432ca09e13","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":"NTcwNDNhN2ZlMTI0NzVlNWEzMjRjYTQwNzdkYjYyNDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1b3c0055-e0f5-44a9-9ac9-ef9f4cceab84","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":"NzY4MzE1NzQxOTA0NTAwNzY4Mjc2YmQyNWRjNzZiYTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c95b38fc-ada4-4f8c-8839-f98775aea56f","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":"2be4fd25-dfc0-465d-b035-fd255935b2b5","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":"99eb7989-8807-45e3-aa40-eb8766310c09","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":"780b0849-e2b1-4a7d-9daf-477802eb6640","artifactVersion":"2","generatedFromUUID":"2be4fd25-dfc0-465d-b035-fd255935b2b5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"M2Y1ODc0YTNiZjFhYzFiYmQzMzgwYzNkNDc0NTg1MWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e344567a-7728-4fcf-9a77-26aa697d9b6a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MDk1MTFlYzU5NzVkODNkMDAyZjNmY2EyMTkwMTcyMjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"be37b37f-adf7-4d16-8b5f-4e0a4f08d4b2","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-10T04:07:14.946Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:07:14.947Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:07:14.950Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:07:14.950Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:07:15.050Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:07:15.051Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:07:15.051Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:07:15.062Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:07:15.062Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:07:15.950Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:07:15.951Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:07:15.953Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:07:15.953Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-10T04:07:16.055Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-03-10T04:07:16.056Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:07:16.056Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:07:16.070Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:07:16.070Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:07:16.954Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:07:16.955Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:07:16.958Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:07:16.958Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-10T04:07:17.057Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-10T04:07:17.058Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:07:17.058Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:07:17.070Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:07:17.070Z||pool-103-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:07:17.959Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:07:17.962Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:07:17.966Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:07:17.966Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:07:18.066Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-10T04:07:18.067Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:07:18.067Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:07:18.096Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:07:18.097Z||pool-104-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:07:18.969Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:07:18.969Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:07:18.971Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:07:18.971Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-10T04:07:19.072Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:07:19.073Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:07:19.073Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:07:19.091Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:07:19.091Z||pool-105-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-03-10T04:07:19.972Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:07:19.973Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:07:19.976Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:07:19.977Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:07:20.076Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-10T04:07:20.077Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:07:20.077Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:07:20.089Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:07:20.090Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:07:20.977Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:07:20.978Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:07:20.980Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:07:20.980Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:07:21.080Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:07:21.081Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:07:21.081Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:07:21.094Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:07:21.095Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:07:21.981Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "7f476b13-7ff5-4f5c-9fc5-bcbbed2006ea", "serviceDescription": "service", "serviceInvariantUUID": "1b22a2f3-8469-4813-b60c-15d2e3a79faf", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "d1852f18-13a4-4a73-87f4-e0432ca09e13", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "46c617a3-7851-4047-9f1a-9988a1cfac5c", "resourceInvariantUUID": "b82bf323-33c0-4cd9-be76-029b2d8f1b7c", "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": "NzY4MzE1NzQxOTA0NTAwNzY4Mjc2YmQyNWRjNzZiYTY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c95b38fc-ada4-4f8c-8839-f98775aea56f", "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": "2be4fd25-dfc0-465d-b035-fd255935b2b5", "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": "780b0849-e2b1-4a7d-9daf-477802eb6640", "generatedFromUUID": "2be4fd25-dfc0-465d-b035-fd255935b2b5" }, "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": "780b0849-e2b1-4a7d-9daf-477802eb6640", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MDk1MTFlYzU5NzVkODNkMDAyZjNmY2EyMTkwMTcyMjM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "be37b37f-adf7-4d16-8b5f-4e0a4f08d4b2" } ], "workloadContext": "Production" } 2022-03-10T04:07:21.982Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-10T04:07:21.982Z|40877551-0374-45fb-adca-536ad645ecc3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7f476b13-7ff5-4f5c-9fc5-bcbbed2006ea ASDC 2022-03-10T04:07:21.982Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:80085fc1-9be2-4441-a66a-cdb5a8f34dd8 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:7f476b13-7ff5-4f5c-9fc5-bcbbed2006ea ServiceInvariantUUID:1b22a2f3-8469-4813-b60c-15d2e3a79faf 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:be37b37f-adf7-4d16-8b5f-4e0a4f08d4b2 ArtifactChecksum:MDk1MTFlYzU5NzVkODNkMDAyZjNmY2EyMTkwMTcyMjM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:d1852f18-13a4-4a73-87f4-e0432ca09e13 ResourceInvariantUUID:b82bf323-33c0-4cd9-be76-029b2d8f1b7c ResourceName:basic_vm ResourceType:VF ResourceUUID:46c617a3-7851-4047-9f1a-9988a1cfac5c 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:c95b38fc-ada4-4f8c-8839-f98775aea56f ArtifactChecksum:NzY4MzE1NzQxOTA0NTAwNzY4Mjc2YmQyNWRjNzZiYTY= 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:2be4fd25-dfc0-465d-b035-fd255935b2b5 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:780b0849-e2b1-4a7d-9daf-477802eb6640 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:780b0849-e2b1-4a7d-9daf-477802eb6640 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-10T04:07:21.982Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7f476b13-7ff5-4f5c-9fc5-bcbbed2006ea ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-10T04:07:22.023Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-10T04:07:22.024Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-10T04:07:22.024Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-10T04:07:22.024Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: be37b37f-adf7-4d16-8b5f-4e0a4f08d4b2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-10T04:07:22.024Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-10T04:07:22.024Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-10T04:07:22.140Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-10T04:07:22.144Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar be37b37f-adf7-4d16-8b5f-4e0a4f08d4b2 71030 2022-03-10T04:07:22.145Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-03-10T04:07:22.145Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-10T04:07:22.145Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-10T04:07:22.145Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:07:22.147Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:07:22.147Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885242145, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:07:22.248Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-10T04:07:22.249Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:07:22.249Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:07:22.260Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:07:22.261Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:07:23.148Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-10T04:07:23.149Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-10T04:07:23.150Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: be37b37f-adf7-4d16-8b5f-4e0a4f08d4b2, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-03-10T04:07:23.150Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-03-10T04:07:23.150Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-03-10T04:07:23.151Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-03-10T04:07:23.276Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13890334531448389011/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-03-10T04:07:24.481Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-10T04:07:24.481Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-03-10T04:07:24.482Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-10T04:07:24.482Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-10T04:07:24.482Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-10T04:07:24.482Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-10T04:07:24.482Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-10T04:07:24.482Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-10T04:07:24.482Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-10T04:07:24.482Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-10T04:07:24.482Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-10T04:07:24.482Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-10T04:07:24.482Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-10T04:07:24.482Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-03-10T04:07:24.482Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:07:24.483Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:07:24.483Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-10T04:07:24.483Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-03-10T04:07:24.483Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-10T04:07:24.483Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:07:24.483Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:07:24.483Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-10T04:07:24.484Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-03-10T04:07:24.484Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-10T04:07:24.484Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:07:24.484Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:07:24.484Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:07:24.484Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-10T04:07:24.484Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-03-10T04:07:24.484Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-03-10T04:07:24.484Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-03-10T04:07:24.485Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-10T04:07:24.485Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-10T04:07:24.485Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:07:24.485Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-10T04:07:24.485Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:07:24.485Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-10T04:07:24.486Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T04:07:24.486Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:07:24.486Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-10T04:07:24.486Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T04:07:24.486Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:07:24.486Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-10T04:07:24.486Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T04:07:24.487Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:07:24.487Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-10T04:07:24.487Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-10T04:07:24.487Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-10T04:07:24.487Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=82e9fd0d-9865-442b-a2a9-64d407851e56 2022-03-10T04:07:24.487Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:07:24.487Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:07:24.487Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:07:24.487Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:07:24.488Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:07:24.488Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:07:24.488Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:07:24.488Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:07:24.488Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:7f476b13-7ff5-4f5c-9fc5-bcbbed2006ea Model Version:NULL Model InvariantUuid:1b22a2f3-8469-4813-b60c-15d2e3a79faf Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:6cd9ecb8-9e86-4b89-838c-e486bb76c0ac Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b82bf323-33c0-4cd9-be76-029b2d8f1b7c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d1852f18-13a4-4a73-87f4-e0432ca09e13 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e78dd6d5-9878-421a-8186-9523410e2280 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:1f721cdd-6edd-4d9a-8f65-d3d9779f158f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:82e9fd0d-9865-442b-a2a9-64d407851e56 ModelInvariantUuid:398101b9-be91-44d6-8262-9bbd3263c02b ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:30c3fafe-3894-478b-8827-a5e0f26dbdc2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:ba231d60-7ee0-40f4-ad72-0524692ff2c8 ModelInvariantUuid:4c21196a-ee34-49c7-ae23-1b86f5881c68 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:5fb5075c-99f3-4d08-8cf7-f1d479aa5ebc ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-10T04:07:24.495Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 46c617a3-7851-4047-9f1a-9988a1cfac5c Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-10T04:07:24.498Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||basic_vm 0 2022-03-10T04:07:24.498Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 46c617a3-7851-4047-9f1a-9988a1cfac5c 2022-03-10T04:07:24.498Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c95b38fc-ada4-4f8c-8839-f98775aea56f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-10T04:07:24.498Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-10T04:07:24.498Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-10T04:07:24.563Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-10T04:07:24.564Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json c95b38fc-ada4-4f8c-8839-f98775aea56f 787 2022-03-10T04:07:24.564Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-03-10T04:07:24.564Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-10T04:07:24.565Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-10T04:07:24.565Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:07:24.567Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:07:24.567Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885244564, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-10T04:07:24.667Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:07:24.668Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:07:24.668Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:07:24.679Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:07:24.681Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-10T04:07:25.568Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "e78dd6d5-9878-421a-8186-9523410e2280", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1f721cdd-6edd-4d9a-8f65-d3d9779f158f", "vfModuleModelCustomizationUUID": "6cba83ff-eeee-4e29-bc10-9947a090cccf", "isBase": true, "artifacts": [ "2be4fd25-dfc0-465d-b035-fd255935b2b5", "780b0849-e2b1-4a7d-9daf-477802eb6640" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-10T04:07:25.571Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1f721cdd-6edd-4d9a-8f65-d3d9779f158f VfModuleModelInvariantUUID:e78dd6d5-9878-421a-8186-9523410e2280 VfModuleModelDescription:NULL Artifacts UUID List:{ 2be4fd25-dfc0-465d-b035-fd255935b2b5 , 780b0849-e2b1-4a7d-9daf-477802eb6640 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-10T04:07:25.574Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "e78dd6d5-9878-421a-8186-9523410e2280", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1f721cdd-6edd-4d9a-8f65-d3d9779f158f", "vfModuleModelCustomizationUUID": "6cba83ff-eeee-4e29-bc10-9947a090cccf", "isBase": true, "artifacts": [ "2be4fd25-dfc0-465d-b035-fd255935b2b5", "780b0849-e2b1-4a7d-9daf-477802eb6640" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-10T04:07:25.574Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1f721cdd-6edd-4d9a-8f65-d3d9779f158f VfModuleModelInvariantUUID:e78dd6d5-9878-421a-8186-9523410e2280 VfModuleModelDescription:NULL Artifacts UUID List:{ 2be4fd25-dfc0-465d-b035-fd255935b2b5 , 780b0849-e2b1-4a7d-9daf-477802eb6640 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-10T04:07:25.574Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2be4fd25-dfc0-465d-b035-fd255935b2b5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-10T04:07:25.574Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-10T04:07:25.575Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-10T04:07:25.623Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-10T04:07:25.624Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2be4fd25-dfc0-465d-b035-fd255935b2b5 5033 2022-03-10T04:07:25.624Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-03-10T04:07:25.624Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-10T04:07:25.624Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-10T04:07:25.624Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:07:25.626Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:07:25.626Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885245624, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-10T04:07:25.729Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-03-10T04:07:25.731Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:07:25.731Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:07:25.745Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:07:25.746Z||pool-110-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:07:26.627Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 780b0849-e2b1-4a7d-9daf-477802eb6640 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-10T04:07:26.627Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-10T04:07:26.627Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-10T04:07:26.686Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-10T04:07:26.687Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 780b0849-e2b1-4a7d-9daf-477802eb6640 903 2022-03-10T04:07:26.687Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-03-10T04:07:26.687Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-10T04:07:26.687Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-10T04:07:26.688Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:07:26.692Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:07:26.692Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885246687, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-10T04:07:26.792Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:07:26.793Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:07:26.793Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:07:26.805Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:07:26.806Z||pool-111-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:07:27.693Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 7f476b13-7ff5-4f5c-9fc5-bcbbed2006ea 2022-03-10T04:07:27.693Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 46c617a3-7851-4047-9f1a-9988a1cfac5c ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-10T04:07:27.703Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6816f472, org.onap.sdc.toscaparser.api.parameters.Input@4de1a5e0, org.onap.sdc.toscaparser.api.parameters.Input@50b01618, org.onap.sdc.toscaparser.api.parameters.Input@45909cf1, org.onap.sdc.toscaparser.api.parameters.Input@1a7a4555] 2022-03-10T04:07:27.705Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:07:27.705Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:07:27.705Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-03-10T04:07:27.705Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= d1852f18-13a4-4a73-87f4-e0432ca09e13 2022-03-10T04:07:27.706Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d1852f18-13a4-4a73-87f4-e0432ca09e13 matches Tosca VF Customization UUID: d1852f18-13a4-4a73-87f4-e0432ca09e13 2022-03-10T04:07:27.706Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: d1852f18-13a4-4a73-87f4-e0432ca09e13 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-03-10T04:07:27.708Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:07:27.708Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:07:27.708Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id d1852f18-13a4-4a73-87f4-e0432ca09e13: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-03-10T04:07:27.709Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4b92927e 2022-03-10T04:07:27.709Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:07:27.709Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-10T04:07:27.709Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6cba83ff-eeee-4e29-bc10-9947a090cccf 2022-03-10T04:07:27.709Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6cba83ff-eeee-4e29-bc10-9947a090cccf Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-03-10T04:07:27.711Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:07:27.711Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-10T04:07:27.711Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T04:07:27.712Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:07:27.712Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-10T04:07:27.712Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T04:07:27.712Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:07:27.712Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-10T04:07:27.713Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-10T04:07:27.713Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-10T04:07:27.713Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=82e9fd0d-9865-442b-a2a9-64d407851e56 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-10T04:07:27.717Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:07:27.717Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-10T04:07:27.717Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T04:07:27.717Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:07:27.717Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-10T04:07:27.717Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=d1852f18-13a4-4a73-87f4-e0432ca09e13 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-10T04:07:27.719Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:07:27.719Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:07:27.719Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 7f476b13-7ff5-4f5c-9fc5-bcbbed2006ea: basic_vm 2022-03-10T04:07:27.719Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:07:27.719Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:07:27.719Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:07:27.719Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:07:27.720Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:07:27.720Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:07:27.720Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:07:27.720Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:07:27.720Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:07:27.720Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:07:27.721Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T04:07:27.783Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 46c617a3-7851-4047-9f1a-9988a1cfac5c 1 ASDC deployResourceStructure 2022-03-10T04:07:27.783Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-03-10T04:07:27.784Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-10T04:07:27.784Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-10T04:07:27.784Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:07:27.786Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:07:27.786Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885247783, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-10T04:07:27.886Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:07:27.887Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:07:27.887Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:07:27.897Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:07:27.898Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:07:28.787Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-03-10T04:07:28.787Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-10T04:07:28.787Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-10T04:07:28.787Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:07:28.789Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:07:28.789Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885248786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-10T04:07:28.889Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:07:28.890Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:07:28.890Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:07:28.902Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:07:28.903Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:07:29.789Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-03-10T04:07:29.790Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-10T04:07:29.790Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-10T04:07:29.790Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:07:29.792Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:07:29.792Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885249789, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-10T04:07:29.893Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-10T04:07:29.894Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:07:29.894Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:07:29.913Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:07:29.913Z||pool-114-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:07:30.793Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-03-10T04:07:30.793Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-10T04:07:30.794Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-10T04:07:30.794Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:07:30.796Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:07:30.797Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885250793, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T04:07:30.897Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:07:30.898Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:07:30.898Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:07:30.910Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:07:30.911Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:07:31.797Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 80085fc1-9be2-4441-a66a-cdb5a8f34dd8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T04:07:31.812Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 80085fc1-9be2-4441-a66a-cdb5a8f34dd8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T04:07:31.815Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-10T04:07:31.815Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-10T04:07:31.815Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-10T04:07:31.815Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-10T04:07:31.816Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:07:31.816Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:07:31.816Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:07:31.816Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:07:31.817Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:07:31.817Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:07:31.817Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T04:07:31.822Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-10T04:08:01.822Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 80085fc1-9be2-4441-a66a-cdb5a8f34dd8 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-10T04:08:01.829Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 80085fc1-9be2-4441-a66a-cdb5a8f34dd8 and serviceModelVersionId: 7f476b13-7ff5-4f5c-9fc5-bcbbed2006ea 2022-03-10T04:08:01.830Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1b22a2f3-8469-4813-b60c-15d2e3a79faf 2022-03-10T04:08:01.830Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1b22a2f3-8469-4813-b60c-15d2e3a79faf/model-vers/model-ver/7f476b13-7ff5-4f5c-9fc5-bcbbed2006ea?depth=0 2022-03-10T04:08:01.835Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-03-10T04:08:01.877Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b22a2f3-8469-4813-b60c-15d2e3a79faf/model-vers/model-ver/7f476b13-7ff5-4f5c-9fc5-bcbbed2006ea?depth=0|INFO|500||Invoke 2022-03-10T04:08:01.878Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b22a2f3-8469-4813-b60c-15d2e3a79faf/model-vers/model-ver/7f476b13-7ff5-4f5c-9fc5-bcbbed2006ea?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b22a2f3-8469-4813-b60c-15d2e3a79faf/model-vers/model-ver/7f476b13-7ff5-4f5c-9fc5-bcbbed2006ea?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[80085fc1-9be2-4441-a66a-cdb5a8f34dd8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4e4febe1-9d21-4144-86bb-0c133bfb6105], X-ECOMP-RequestID=[80085fc1-9be2-4441-a66a-cdb5a8f34dd8], X-TransactionId=[], X-ONAP-RequestID=[80085fc1-9be2-4441-a66a-cdb5a8f34dd8], Content-Type=[application/merge-patch+json]} 2022-03-10T04:08:01.901Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b22a2f3-8469-4813-b60c-15d2e3a79faf/model-vers/model-ver/7f476b13-7ff5-4f5c-9fc5-bcbbed2006ea?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-10T04:08:02.382Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b22a2f3-8469-4813-b60c-15d2e3a79faf/model-vers/model-ver/7f476b13-7ff5-4f5c-9fc5-bcbbed2006ea?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/1b22a2f3-8469-4813-b60c-15d2e3a79faf/model-vers/model-ver/7f476b13-7ff5-4f5c-9fc5-bcbbed2006ea?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220310-04:08:02:699-57509], vertex-id=[217152], Content-Length=[0], Date=[Thu, 10 Mar 2022 04:08:02 GMT], Content-Type=[application/json]} 2022-03-10T04:08:02.382Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b22a2f3-8469-4813-b60c-15d2e3a79faf/model-vers/model-ver/7f476b13-7ff5-4f5c-9fc5-bcbbed2006ea?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-10T04:08:02.383Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b22a2f3-8469-4813-b60c-15d2e3a79faf/model-vers/model-ver/7f476b13-7ff5-4f5c-9fc5-bcbbed2006ea?depth=0|INFO|500||InvokeReturn 2022-03-10T04:08:02.384Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-10T04:08:02.384Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-10T04:08:02.388Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-10T04:08:02.389Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 80085fc1-9be2-4441-a66a-cdb5a8f34dd8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-10T04:08:02.389Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-10T04:08:02.389Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:08:02.392Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:08:02.392Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885282389, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-10T04:08:02.492Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:08:02.493Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:08:02.494Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:08:02.512Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:08:02.513Z||pool-116-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-10T04:08:03.404Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-10T04:08:03.404Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"afaa4e9d-3084-4bef-9dd6-f1c069b80b81","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"3da4d3ff-1fab-47c8-aee3-a54418f374b0","serviceDescription":"service","serviceInvariantUUID":"bbdf5832-5a82-4ff4-bd01-37f5b99525a1","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b23f724-3e08-421f-8e24-b61446ad64c9","resourceInvariantUUID":"19efd7da-6931-4e5b-8a33-d6bf0c82021d","resourceCustomizationUUID":"4d476f3a-6157-4751-aba2-71ea3acdff86","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":"MTkzMDAzNzhlMDM0NzY4NTEwY2QwMzJjYjc1OWJmOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"494dfc6a-3d91-48f6-a2b8-5a901d6a4df6","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":"c6f4b5c5-000c-488b-9543-46234bc8fabb","artifactVersion":"2","generatedFromUUID":"0caa5c46-09a4-44fc-8453-b1837f3c2f86"},{"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":"0caa5c46-09a4-44fc-8453-b1837f3c2f86","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":"MWEwNDk3NzBlYzJhNTY5YTQyMGU2YTA2ZDZlMzZiZWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a898b600-e099-401c-bfd7-5b1bfec59fb9","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":"f962e43c-9e36-4a6f-bc12-f06366e93596","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":"9f6ad279-9546-48e6-8f21-032fd3e3abe8","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":"dbee53bb-2869-48b9-b0e9-e0dd492511b4","artifactVersion":"2","generatedFromUUID":"f962e43c-9e36-4a6f-bc12-f06366e93596"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZTM4MDRiNDlkZmNjMTA3NGIzZWZkMDI3Y2I5MjkyYzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a79e620a-014f-49a0-8955-ce81742e7e16","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NDU2Y2FlYjU3MTJiOGFlZDQ5ZTY4YmMxNGVkODRlODI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1daedd1d-ee34-4a96-a186-e59aaab8ddfc","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-10T04:08:03.404Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:08:03.404Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:08:03.406Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:08:03.406Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:08:03.506Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:08:03.507Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:08:03.507Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:08:03.520Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:08:03.520Z||pool-117-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:08:04.407Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:08:04.407Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:08:04.409Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:08:04.409Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-10T04:08:04.509Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:08:04.510Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:08:04.510Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:08:04.522Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:08:04.522Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:08:05.410Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:08:05.411Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:08:05.424Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:08:05.424Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-10T04:08:05.515Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms 2022-03-10T04:08:05.516Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:08:05.516Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:08:05.531Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:08:05.532Z||pool-119-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:08:06.425Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:08:06.425Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:08:06.427Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:08:06.428Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-10T04:08:06.527Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-10T04:08:06.528Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:08:06.528Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:08:06.541Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:08:06.541Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:08:07.428Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:08:07.429Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:08:07.431Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:08:07.431Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-10T04:08:07.531Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-10T04:08:07.532Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:08:07.533Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:08:07.545Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:08:07.545Z||pool-121-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:08:08.432Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:08:08.433Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:08:08.436Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:08:08.436Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:08:08.536Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-10T04:08:08.536Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:08:08.537Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:08:08.548Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:08:08.549Z||pool-122-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-10T04:08:09.440Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:08:09.441Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:08:09.442Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:08:09.443Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-10T04:08:09.543Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:08:09.544Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:08:09.544Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:08:09.556Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:08:09.557Z||pool-123-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:08:10.443Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:08:10.443Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:08:10.447Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:08:10.447Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:08:10.546Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-10T04:08:10.547Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:08:10.547Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:08:10.560Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:08:10.561Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:08:11.447Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:08:11.448Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:08:11.450Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:08:11.450Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:08:11.550Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:08:11.551Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:08:11.551Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:08:11.564Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:08:11.564Z||pool-125-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:08:12.451Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "3da4d3ff-1fab-47c8-aee3-a54418f374b0", "serviceDescription": "service", "serviceInvariantUUID": "bbdf5832-5a82-4ff4-bd01-37f5b99525a1", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "4d476f3a-6157-4751-aba2-71ea3acdff86", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1b23f724-3e08-421f-8e24-b61446ad64c9", "resourceInvariantUUID": "19efd7da-6931-4e5b-8a33-d6bf0c82021d", "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": "c6f4b5c5-000c-488b-9543-46234bc8fabb", "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": "0caa5c46-09a4-44fc-8453-b1837f3c2f86", "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": "MWEwNDk3NzBlYzJhNTY5YTQyMGU2YTA2ZDZlMzZiZWQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a898b600-e099-401c-bfd7-5b1bfec59fb9", "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": "f962e43c-9e36-4a6f-bc12-f06366e93596", "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": "dbee53bb-2869-48b9-b0e9-e0dd492511b4", "generatedFromUUID": "f962e43c-9e36-4a6f-bc12-f06366e93596" }, "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": "dbee53bb-2869-48b9-b0e9-e0dd492511b4", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NDU2Y2FlYjU3MTJiOGFlZDQ5ZTY4YmMxNGVkODRlODI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1daedd1d-ee34-4a96-a186-e59aaab8ddfc" } ], "workloadContext": "Production" } 2022-03-10T04:08:12.452Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-10T04:08:12.452Z|80085fc1-9be2-4441-a66a-cdb5a8f34dd8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 3da4d3ff-1fab-47c8-aee3-a54418f374b0 ASDC 2022-03-10T04:08:12.453Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:afaa4e9d-3084-4bef-9dd6-f1c069b80b81 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:3da4d3ff-1fab-47c8-aee3-a54418f374b0 ServiceInvariantUUID:bbdf5832-5a82-4ff4-bd01-37f5b99525a1 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:1daedd1d-ee34-4a96-a186-e59aaab8ddfc ArtifactChecksum:NDU2Y2FlYjU3MTJiOGFlZDQ5ZTY4YmMxNGVkODRlODI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:4d476f3a-6157-4751-aba2-71ea3acdff86 ResourceInvariantUUID:19efd7da-6931-4e5b-8a33-d6bf0c82021d ResourceName:basic_cnf ResourceType:VF ResourceUUID:1b23f724-3e08-421f-8e24-b61446ad64c9 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:c6f4b5c5-000c-488b-9543-46234bc8fabb 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:0caa5c46-09a4-44fc-8453-b1837f3c2f86 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:a898b600-e099-401c-bfd7-5b1bfec59fb9 ArtifactChecksum:MWEwNDk3NzBlYzJhNTY5YTQyMGU2YTA2ZDZlMzZiZWQ= 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:f962e43c-9e36-4a6f-bc12-f06366e93596 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:dbee53bb-2869-48b9-b0e9-e0dd492511b4 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:dbee53bb-2869-48b9-b0e9-e0dd492511b4 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-10T04:08:12.453Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3da4d3ff-1fab-47c8-aee3-a54418f374b0 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-10T04:08:12.484Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-10T04:08:12.485Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-10T04:08:12.485Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-10T04:08:12.485Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1daedd1d-ee34-4a96-a186-e59aaab8ddfc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-10T04:08:12.485Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-10T04:08:12.486Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-10T04:08:13.994Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-10T04:08:14.000Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 1daedd1d-ee34-4a96-a186-e59aaab8ddfc 68935 2022-03-10T04:08:14.000Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-03-10T04:08:14.001Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-10T04:08:14.001Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-10T04:08:14.001Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:08:14.004Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:08:14.004Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885294000, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:08:14.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:08:14.091Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:08:14.091Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T04:08:14.104Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:08:14.105Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:08:14.105Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:08:14.111Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:08:14.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:08:14.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885114035, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-10T04:08:14.113Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:08:14.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:08:14.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885115038, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-10T04:08:14.113Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:08:14.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:08:14.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885116045, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-10T04:08:14.113Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:08:14.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:08:14.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885117049, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T04:08:14.114Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:08:14.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:08:14.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "71a2ea03-bbc9-44e2-b7c8-9be22acc263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885148288, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-10T04:08:14.114Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:08:14.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:08:14.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:08:14.114Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:08:14.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:08:14.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-10T04:08:14.115Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:08:14.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:08:14.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-10T04:08:14.115Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:08:14.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:08:14.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:08:14.115Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:08:14.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:08:14.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-10T04:08:14.116Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:08:14.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:08:14.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-10T04:08:14.116Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:08:14.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:08:14.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:08:14.116Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:08:14.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:08:14.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:08:14.117Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:08:14.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:08:14.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885162293, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:08:14.117Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:08:14.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:08:14.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885164927, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-10T04:08:14.117Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:08:14.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:08:14.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885166188, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-10T04:08:14.118Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:08:14.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:08:14.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885168181, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-10T04:08:14.118Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:08:14.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:08:14.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885169303, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-10T04:08:14.118Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:08:14.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:08:14.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885170306, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-10T04:08:14.119Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:08:14.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:08:14.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885171310, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-10T04:08:14.120Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:08:14.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:08:14.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885172316, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T04:08:14.120Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:08:14.121Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:08:14.121Z||pool-126-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-10T04:08:15.005Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-10T04:08:15.006Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-10T04:08:15.008Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 1daedd1d-ee34-4a96-a186-e59aaab8ddfc, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-10T04:08:15.008Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-03-10T04:08:15.010Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-10T04:08:15.010Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-10T04:08:15.181Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15580897837381200465/Definitions/service-BasicCnf-template.yml 2022-03-10T04:08:16.409Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-10T04:08:16.409Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-03-10T04:08:16.410Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-10T04:08:16.410Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-03-10T04:08:16.410Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-10T04:08:16.410Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-10T04:08:16.410Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-10T04:08:16.410Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-10T04:08:16.410Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-03-10T04:08:16.411Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:08:16.411Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:08:16.411Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-10T04:08:16.411Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-03-10T04:08:16.412Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-10T04:08:16.412Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:08:16.412Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:08:16.412Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-10T04:08:16.412Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-03-10T04:08:16.412Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-10T04:08:16.413Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:08:16.413Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:08:16.413Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:08:16.413Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-10T04:08:16.413Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-03-10T04:08:16.414Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria 2022-03-10T04:08:16.414Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-10T04:08:16.414Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:08:16.414Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-10T04:08:16.415Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:08:16.415Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-10T04:08:16.415Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T04:08:16.415Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:08:16.416Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-10T04:08:16.416Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T04:08:16.416Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:08:16.416Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-10T04:08:16.417Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T04:08:16.417Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:08:16.417Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-10T04:08:16.417Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-10T04:08:16.417Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=cfa0eb60-77c8-4da6-bd63-d5551da5f7da 2022-03-10T04:08:16.418Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:08:16.418Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:08:16.418Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:08:16.418Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:08:16.418Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:08:16.418Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:08:16.419Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:08:16.419Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:08:16.419Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:3da4d3ff-1fab-47c8-aee3-a54418f374b0 Model Version:NULL Model InvariantUuid:bbdf5832-5a82-4ff4-bd01-37f5b99525a1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:7bdd5c7c-484f-4c0b-90b5-77e75d717d43 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:19efd7da-6931-4e5b-8a33-d6bf0c82021d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4d476f3a-6157-4751-aba2-71ea3acdff86 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ea8e8eb3-b598-4dc3-823c-46b1478bf3c6 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:72df3b07-9938-48d2-bae1-580feb81fddc ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:cfa0eb60-77c8-4da6-bd63-d5551da5f7da ModelInvariantUuid:0c3afffa-39fa-4f01-948f-523ba051c91a ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:121f69d4-0fde-40df-aacc-adea83bc85af ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:98831bba-46fa-4da6-a9d1-b00774f3e44b ModelInvariantUuid:16ccdd2b-6971-47fb-8eb0-1da2b12464ba ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:21514c61-cbe6-4841-bcf8-3e1b6826b36d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-10T04:08:16.425Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 1b23f724-3e08-421f-8e24-b61446ad64c9 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-10T04:08:16.427Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||basic_cnf 0 2022-03-10T04:08:16.427Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1b23f724-3e08-421f-8e24-b61446ad64c9 2022-03-10T04:08:16.427Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c6f4b5c5-000c-488b-9543-46234bc8fabb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-10T04:08:16.427Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-10T04:08:16.427Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-10T04:08:16.620Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-10T04:08:16.621Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env c6f4b5c5-000c-488b-9543-46234bc8fabb 12 2022-03-10T04:08:16.621Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-03-10T04:08:16.622Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-10T04:08:16.622Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-10T04:08:16.622Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:08:16.624Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:08:16.624Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885296621, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-10T04:08:16.724Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:08:16.726Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:08:16.726Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:08:16.737Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:08:16.737Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:08:17.625Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0caa5c46-09a4-44fc-8453-b1837f3c2f86 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-10T04:08:17.626Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-10T04:08:17.626Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-10T04:08:17.667Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-10T04:08:17.668Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 0caa5c46-09a4-44fc-8453-b1837f3c2f86 2688 2022-03-10T04:08:17.668Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-03-10T04:08:17.668Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-10T04:08:17.669Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-10T04:08:17.669Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:08:17.676Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:08:17.676Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885297668, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-10T04:08:17.775Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-10T04:08:17.776Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:08:17.776Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:08:17.787Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:08:17.788Z||pool-128-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-10T04:08:18.679Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a898b600-e099-401c-bfd7-5b1bfec59fb9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-10T04:08:18.679Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-10T04:08:18.679Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-10T04:08:18.720Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-10T04:08:18.721Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json a898b600-e099-401c-bfd7-5b1bfec59fb9 828 2022-03-10T04:08:18.721Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-03-10T04:08:18.721Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-10T04:08:18.722Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-10T04:08:18.722Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:08:18.727Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:08:18.727Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885298721, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-10T04:08:18.824Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-03-10T04:08:18.826Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:08:18.826Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:08:18.839Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:08:18.840Z||pool-129-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:08:19.728Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "ea8e8eb3-b598-4dc3-823c-46b1478bf3c6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "72df3b07-9938-48d2-bae1-580feb81fddc", "vfModuleModelCustomizationUUID": "e87dd435-dd75-4e18-b752-0b134576328d", "isBase": true, "artifacts": [ "0caa5c46-09a4-44fc-8453-b1837f3c2f86", "f962e43c-9e36-4a6f-bc12-f06366e93596", "dbee53bb-2869-48b9-b0e9-e0dd492511b4" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-10T04:08:19.732Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:72df3b07-9938-48d2-bae1-580feb81fddc VfModuleModelInvariantUUID:ea8e8eb3-b598-4dc3-823c-46b1478bf3c6 VfModuleModelDescription:NULL Artifacts UUID List:{ 0caa5c46-09a4-44fc-8453-b1837f3c2f86 , f962e43c-9e36-4a6f-bc12-f06366e93596 , dbee53bb-2869-48b9-b0e9-e0dd492511b4 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-10T04:08:19.734Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "ea8e8eb3-b598-4dc3-823c-46b1478bf3c6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "72df3b07-9938-48d2-bae1-580feb81fddc", "vfModuleModelCustomizationUUID": "e87dd435-dd75-4e18-b752-0b134576328d", "isBase": true, "artifacts": [ "0caa5c46-09a4-44fc-8453-b1837f3c2f86", "f962e43c-9e36-4a6f-bc12-f06366e93596", "dbee53bb-2869-48b9-b0e9-e0dd492511b4" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-10T04:08:19.734Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:72df3b07-9938-48d2-bae1-580feb81fddc VfModuleModelInvariantUUID:ea8e8eb3-b598-4dc3-823c-46b1478bf3c6 VfModuleModelDescription:NULL Artifacts UUID List:{ 0caa5c46-09a4-44fc-8453-b1837f3c2f86 , f962e43c-9e36-4a6f-bc12-f06366e93596 , dbee53bb-2869-48b9-b0e9-e0dd492511b4 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-10T04:08:19.734Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f962e43c-9e36-4a6f-bc12-f06366e93596 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-10T04:08:19.735Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-10T04:08:19.735Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-10T04:08:19.774Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-10T04:08:19.775Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml f962e43c-9e36-4a6f-bc12-f06366e93596 1164 2022-03-10T04:08:19.775Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-03-10T04:08:19.776Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-10T04:08:19.776Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-10T04:08:19.776Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:08:19.778Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:08:19.778Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885299775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-10T04:08:19.878Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:08:19.879Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:08:19.880Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:08:19.899Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:08:19.900Z||pool-130-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-03-10T04:08:20.783Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: dbee53bb-2869-48b9-b0e9-e0dd492511b4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-10T04:08:20.784Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-10T04:08:20.784Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-10T04:08:20.826Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-10T04:08:20.829Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env dbee53bb-2869-48b9-b0e9-e0dd492511b4 200 2022-03-10T04:08:20.830Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-03-10T04:08:20.830Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-10T04:08:20.831Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-10T04:08:20.832Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:08:20.849Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:08:20.849Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885300830, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-10T04:08:20.949Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-10T04:08:20.950Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:08:20.951Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:08:20.992Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:08:20.993Z||pool-131-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:08:21.855Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 3da4d3ff-1fab-47c8-aee3-a54418f374b0 2022-03-10T04:08:21.856Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 1b23f724-3e08-421f-8e24-b61446ad64c9 ASDC 2022-03-10T04:08:21.870Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-10T04:08:21.879Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@34534943, org.onap.sdc.toscaparser.api.parameters.Input@6c2a110, org.onap.sdc.toscaparser.api.parameters.Input@732e2113, org.onap.sdc.toscaparser.api.parameters.Input@7029c71e, org.onap.sdc.toscaparser.api.parameters.Input@5e9e8109] 2022-03-10T04:08:21.883Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:08:21.883Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:08:21.883Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-03-10T04:08:21.884Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 4d476f3a-6157-4751-aba2-71ea3acdff86 2022-03-10T04:08:21.884Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4d476f3a-6157-4751-aba2-71ea3acdff86 matches Tosca VF Customization UUID: 4d476f3a-6157-4751-aba2-71ea3acdff86 2022-03-10T04:08:21.884Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 4d476f3a-6157-4751-aba2-71ea3acdff86 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-03-10T04:08:21.886Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:08:21.886Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:08:21.888Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 4d476f3a-6157-4751-aba2-71ea3acdff86: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-03-10T04:08:21.888Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@71ccd83c 2022-03-10T04:08:21.888Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:08:21.888Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-10T04:08:21.888Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e87dd435-dd75-4e18-b752-0b134576328d 2022-03-10T04:08:21.889Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e87dd435-dd75-4e18-b752-0b134576328d Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-03-10T04:08:21.890Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:08:21.891Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-10T04:08:21.891Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T04:08:21.891Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:08:21.891Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-10T04:08:21.892Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T04:08:21.892Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:08:21.892Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-10T04:08:21.892Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-10T04:08:21.893Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=cfa0eb60-77c8-4da6-bd63-d5551da5f7da Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-10T04:08:21.895Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:08:21.895Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-10T04:08:21.895Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-10T04:08:21.895Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:08:21.896Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-10T04:08:21.896Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=4d476f3a-6157-4751-aba2-71ea3acdff86 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-10T04:08:21.899Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:08:21.899Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:08:21.899Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 3da4d3ff-1fab-47c8-aee3-a54418f374b0: basic_cnf 2022-03-10T04:08:21.900Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:08:21.900Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:08:21.900Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:08:21.900Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:08:21.900Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:08:21.900Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:08:21.901Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:08:21.901Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:08:21.901Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:08:21.901Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:08:21.901Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-10T04:08:21.986Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 1b23f724-3e08-421f-8e24-b61446ad64c9 1 ASDC deployResourceStructure 2022-03-10T04:08:21.987Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-03-10T04:08:21.988Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-03-10T04:08:21.988Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-10T04:08:21.988Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:08:21.990Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:08:21.990Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885301986, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-10T04:08:22.090Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:08:22.091Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:08:22.092Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:08:22.104Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:08:22.105Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:08:22.991Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-03-10T04:08:22.992Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-03-10T04:08:22.993Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-10T04:08:22.993Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:08:22.995Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:08:22.995Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885302991, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-10T04:08:23.095Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:08:23.096Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-10T04:08:23.096Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:08:23.114Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:08:23.114Z||pool-133-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-03-10T04:08:23.996Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-03-10T04:08:23.997Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-10T04:08:23.997Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-10T04:08:23.998Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:08:24.000Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:08:24.000Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885303996, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-10T04:08:24.101Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-10T04:08:24.102Z||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-03-10T04:08:24.102Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:08:24.116Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:08:24.117Z||pool-134-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-10T04:08:25.002Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-03-10T04:08:25.002Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-10T04:08:25.002Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-10T04:08:25.003Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:08:25.015Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:08:25.016Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885305001, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-10T04:08:25.105Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms 2022-03-10T04:08:25.106Z||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-03-10T04:08:25.106Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:08:25.124Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:08:25.124Z||pool-135-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:08:26.018Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-03-10T04:08:26.018Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-10T04:08:26.018Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-10T04:08:26.019Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:08:26.021Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:08:26.021Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885306017, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-10T04:08:26.121Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:08:26.122Z||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-03-10T04:08:26.122Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:08:26.134Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:08:26.134Z||pool-136-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:08:27.022Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-03-10T04:08:27.023Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-10T04:08:27.023Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-10T04:08:27.024Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:08:27.027Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:08:27.027Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885307022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T04:08:27.127Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-10T04:08:27.128Z||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-03-10T04:08:27.128Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:08:27.141Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:08:27.142Z||pool-137-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-10T04:08:28.028Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: afaa4e9d-3084-4bef-9dd6-f1c069b80b81 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T04:08:28.039Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: afaa4e9d-3084-4bef-9dd6-f1c069b80b81 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T04:08:28.041Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-10T04:08:28.042Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-10T04:08:28.042Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-10T04:08:28.042Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-10T04:08:28.042Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:08:28.043Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:08:28.043Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:08:28.043Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:08:28.044Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:08:28.044Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:08:28.044Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T04:08:28.048Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-10T04:08:58.049Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: afaa4e9d-3084-4bef-9dd6-f1c069b80b81 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-10T04:08:58.057Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: afaa4e9d-3084-4bef-9dd6-f1c069b80b81 and serviceModelVersionId: 3da4d3ff-1fab-47c8-aee3-a54418f374b0 2022-03-10T04:08:58.057Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bbdf5832-5a82-4ff4-bd01-37f5b99525a1 2022-03-10T04:08:58.058Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bbdf5832-5a82-4ff4-bd01-37f5b99525a1/model-vers/model-ver/3da4d3ff-1fab-47c8-aee3-a54418f374b0?depth=0 2022-03-10T04:08:58.063Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-03-10T04:08:58.107Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbdf5832-5a82-4ff4-bd01-37f5b99525a1/model-vers/model-ver/3da4d3ff-1fab-47c8-aee3-a54418f374b0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-03-10T04:08:58.108Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbdf5832-5a82-4ff4-bd01-37f5b99525a1/model-vers/model-ver/3da4d3ff-1fab-47c8-aee3-a54418f374b0?depth=0|INFO|500||Invoke 2022-03-10T04:08:58.128Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbdf5832-5a82-4ff4-bd01-37f5b99525a1/model-vers/model-ver/3da4d3ff-1fab-47c8-aee3-a54418f374b0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-10T04:08:58.236Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbdf5832-5a82-4ff4-bd01-37f5b99525a1/model-vers/model-ver/3da4d3ff-1fab-47c8-aee3-a54418f374b0?depth=0|INFO|500||InvokeReturn 2022-03-10T04:08:58.238Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbdf5832-5a82-4ff4-bd01-37f5b99525a1/model-vers/model-ver/3da4d3ff-1fab-47c8-aee3-a54418f374b0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220310-04:08:58:927-37245], vertex-id=[262144], Content-Length=[0], Date=[Thu, 10 Mar 2022 04:08:58 GMT], Content-Type=[application/json]} 2022-03-10T04:08:58.240Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-03-10T04:08:58.240Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-10T04:08:58.241Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-10T04:08:58.246Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-10T04:08:58.247Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID afaa4e9d-3084-4bef-9dd6-f1c069b80b81 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-10T04:08:58.248Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-10T04:08:58.249Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:08:58.252Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:08:58.252Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885338248, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-10T04:08:58.352Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:08:58.354Z||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-03-10T04:08:58.354Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:08:58.367Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:08:58.368Z||pool-138-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-10T04:08:59.265Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-10T04:08:59.265Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"0c48fa94-2b75-41d7-9460-deabfbf065fc","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"928d412b-686f-49af-9627-27734a0748bc","serviceDescription":"service","serviceInvariantUUID":"085027e8-4fd8-41f8-a795-96a057f98fec","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"edc7ac5b-36c4-4040-accc-b22ea8a89476","resourceInvariantUUID":"d12d0e4e-9ee7-48a0-bc2f-536952dc2097","resourceCustomizationUUID":"ab73fc3c-8781-4baf-b1d8-2aefbeb969ed","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":"Nzc0ZDhhMGRhNTU4NGM3YzE1NmY2NzRlZTg2MGJlNzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1871fd33-3ea8-4244-a28b-28f23a72e744","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":"694b52e5-7d5a-4166-881f-b5137424b96a","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":"6b01e45e-9679-43e0-b248-b242173d1c32","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":"NjdiZDllOTZiMWUwZWRmNjNkMDg1Zjc5Zjc1MWFiMDQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"63407c45-7221-4051-a81e-a8c0be67d70a","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":"e9393987-5efd-468c-a1cd-501b4fd026a6","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":"c6d3e03b-5235-42ed-8027-4e6b08f5c15a","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":"05d28e92-c6bd-46e2-8f2b-8edca9ba0fce","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":"ZGJjZWQwNTQ4MTJhNTNjZTNiZjhhNmFjMzYxZTE1ZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d68eaec9-f82d-49ff-af69-07d0c55496b2","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"M2VhYThlYjE1YmVkM2U1YzY0NDAzZTdhOTc0YTVmY2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f44bfd95-8c6a-4f12-b8fb-85959b9818fe","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-10T04:08:59.266Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:08:59.266Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:08:59.268Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:08:59.268Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:08:59.370Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-03-10T04:08:59.371Z||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-03-10T04:08:59.371Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:08:59.387Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:08:59.388Z||pool-139-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:09:00.269Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:09:00.271Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:09:00.275Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:09:00.275Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-10T04:09:00.373Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-03-10T04:09:00.374Z||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-03-10T04:09:00.374Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:09:00.386Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:09:00.387Z||pool-140-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:09:01.276Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:09:01.278Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:09:01.280Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:09:01.280Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-10T04:09:01.380Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:09:01.381Z||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-03-10T04:09:01.381Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:09:01.401Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:09:01.401Z||pool-141-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:09:02.281Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:09:02.282Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:09:02.284Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:09:02.284Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-10T04:09:02.384Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:09:02.385Z||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-03-10T04:09:02.385Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:09:02.399Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:09:02.399Z||pool-142-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:09:03.285Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:09:03.286Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:09:03.289Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:09:03.289Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:09:03.389Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:09:03.390Z||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-03-10T04:09:03.390Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:09:03.403Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:09:03.404Z||pool-143-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:09:04.294Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:09:04.296Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:09:04.298Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:09:04.299Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:09:04.399Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:09:04.400Z||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-03-10T04:09:04.400Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:09:04.416Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:09:04.418Z||pool-144-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-03-10T04:09:05.300Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:09:05.303Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:09:05.307Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:09:05.307Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:09:05.405Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-10T04:09:05.406Z||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-03-10T04:09:05.406Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:09:05.431Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:09:05.432Z||pool-145-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-03-10T04:09:06.309Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:09:06.310Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:09:06.312Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:09:06.312Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:09:06.415Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-03-10T04:09:06.416Z||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-03-10T04:09:06.416Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:09:06.428Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:09:06.429Z||pool-146-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-10T04:09:07.313Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-10T04:09:07.314Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:09:07.322Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:09:07.322Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:09:07.424Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-03-10T04:09:07.426Z||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-03-10T04:09:07.426Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:09:07.437Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:09:07.438Z||pool-147-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:09:08.323Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "928d412b-686f-49af-9627-27734a0748bc", "serviceDescription": "service", "serviceInvariantUUID": "085027e8-4fd8-41f8-a795-96a057f98fec", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "ab73fc3c-8781-4baf-b1d8-2aefbeb969ed", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "edc7ac5b-36c4-4040-accc-b22ea8a89476", "resourceInvariantUUID": "d12d0e4e-9ee7-48a0-bc2f-536952dc2097", "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": "M2VhYThlYjE1YmVkM2U1YzY0NDAzZTdhOTc0YTVmY2Q\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f44bfd95-8c6a-4f12-b8fb-85959b9818fe" } ], "workloadContext": "Production" } 2022-03-10T04:09:08.323Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-10T04:09:08.324Z|afaa4e9d-3084-4bef-9dd6-f1c069b80b81|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 928d412b-686f-49af-9627-27734a0748bc ASDC 2022-03-10T04:09:08.324Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:0c48fa94-2b75-41d7-9460-deabfbf065fc ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:928d412b-686f-49af-9627-27734a0748bc ServiceInvariantUUID:085027e8-4fd8-41f8-a795-96a057f98fec 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:f44bfd95-8c6a-4f12-b8fb-85959b9818fe ArtifactChecksum:M2VhYThlYjE1YmVkM2U1YzY0NDAzZTdhOTc0YTVmY2Q= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:ab73fc3c-8781-4baf-b1d8-2aefbeb969ed ResourceInvariantUUID:d12d0e4e-9ee7-48a0-bc2f-536952dc2097 ResourceName:test-pnf ResourceType:PNF ResourceUUID:edc7ac5b-36c4-4040-accc-b22ea8a89476 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-10T04:09:08.324Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 928d412b-686f-49af-9627-27734a0748bc ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-10T04:09:08.356Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-10T04:09:08.357Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-10T04:09:08.357Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-10T04:09:08.357Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f44bfd95-8c6a-4f12-b8fb-85959b9818fe from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-10T04:09:08.357Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-10T04:09:08.357Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-10T04:09:10.896Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-10T04:09:10.903Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar f44bfd95-8c6a-4f12-b8fb-85959b9818fe 105637 2022-03-10T04:09:10.903Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-03-10T04:09:10.903Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-10T04:09:10.903Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-10T04:09:10.904Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:09:10.906Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:09:10.906Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885350903, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:09:11.007Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-10T04:09:11.008Z||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-03-10T04:09:11.008Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:09:11.020Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:09:11.021Z||pool-148-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:09:11.907Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-10T04:09:11.908Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-10T04:09:11.908Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f44bfd95-8c6a-4f12-b8fb-85959b9818fe, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-10T04:09:11.909Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-03-10T04:09:11.909Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-10T04:09:11.909Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-10T04:09:12.022Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12311080245770830106/Definitions/service-TestPnfMacro-template.yml 2022-03-10T04:09:12.852Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-10T04:09:12.852Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-03-10T04:09:12.852Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-10T04:09:12.852Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-10T04:09:12.852Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-10T04:09:12.852Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-10T04:09:12.852Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-10T04:09:12.852Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-10T04:09:12.853Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-10T04:09:12.853Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-10T04:09:12.853Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-10T04:09:12.853Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-03-10T04:09:12.853Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:09:12.853Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:09:12.853Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-10T04:09:12.853Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-03-10T04:09:12.854Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-10T04:09:12.854Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:09:12.854Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:09:12.854Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-10T04:09:12.854Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-03-10T04:09:12.854Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-10T04:09:12.854Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:09:12.855Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:09:12.855Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:09:12.855Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:09:12.855Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:09:12.855Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:09:12.855Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:09:12.855Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:09:12.855Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:09:12.855Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:09:12.856Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:928d412b-686f-49af-9627-27734a0748bc Model Version:NULL Model InvariantUuid:085027e8-4fd8-41f8-a795-96a057f98fec Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-10T04:09:12.866Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: edc7ac5b-36c4-4040-accc-b22ea8a89476 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-10T04:09:12.869Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500||test-pnf 0 2022-03-10T04:09:12.870Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: edc7ac5b-36c4-4040-accc-b22ea8a89476 2022-03-10T04:09:12.870Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 928d412b-686f-49af-9627-27734a0748bc 2022-03-10T04:09:12.870Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 928d412b-686f-49af-9627-27734a0748bc 2022-03-10T04:09:12.870Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 edc7ac5b-36c4-4040-accc-b22ea8a89476 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-10T04:09:12.875Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ae37bf7, org.onap.sdc.toscaparser.api.parameters.Input@54b48507, org.onap.sdc.toscaparser.api.parameters.Input@1a541e24, org.onap.sdc.toscaparser.api.parameters.Input@2f3f744a, org.onap.sdc.toscaparser.api.parameters.Input@6ec29e99] 2022-03-10T04:09:12.875Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:09:12.875Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:09:12.876Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 928d412b-686f-49af-9627-27734a0748bc: test-pnf 2022-03-10T04:09:12.876Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500||Processing PNF resource: edc7ac5b-36c4-4040-accc-b22ea8a89476 2022-03-10T04:09:12.876Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-10T04:09:12.877Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-10T04:09:12.877Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500||Resource customization UUID: ab73fc3c-8781-4baf-b1d8-2aefbeb969ed is the same as notified resource customizationUUID: ab73fc3c-8781-4baf-b1d8-2aefbeb969ed Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-03-10T04:09:12.909Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf edc7ac5b-36c4-4040-accc-b22ea8a89476 0 ASDC deployResourceStructure 2022-03-10T04:09:12.910Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-03-10T04:09:12.910Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-10T04:09:12.910Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-10T04:09:12.910Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:09:12.918Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:09:12.918Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885352910, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T04:09:13.019Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-10T04:09:13.019Z||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-03-10T04:09:13.020Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:09:13.034Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:09:13.034Z||pool-149-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-10T04:09:13.925Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c48fa94-2b75-41d7-9460-deabfbf065fc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T04:09:13.942Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c48fa94-2b75-41d7-9460-deabfbf065fc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-10T04:09:13.947Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-10T04:09:13.948Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-10T04:09:13.948Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-10T04:09:13.948Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-10T04:09:13.949Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:09:13.949Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:09:13.949Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:09:13.950Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:09:13.950Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:09:13.950Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:09:13.950Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-10T04:09:13.951Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-10T04:09:13.959Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-10T04:09:14.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:09:14.091Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:09:14.091Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T04:09:14.111Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:09:14.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:09:14.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40877551-0374-45fb-adca-536ad645ecc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885233933, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-10T04:09:14.112Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:09:43.959Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0c48fa94-2b75-41d7-9460-deabfbf065fc and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-10T04:09:43.966Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0c48fa94-2b75-41d7-9460-deabfbf065fc and serviceModelVersionId: 928d412b-686f-49af-9627-27734a0748bc 2022-03-10T04:09:43.966Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 085027e8-4fd8-41f8-a795-96a057f98fec 2022-03-10T04:09:43.967Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/085027e8-4fd8-41f8-a795-96a057f98fec/model-vers/model-ver/928d412b-686f-49af-9627-27734a0748bc?depth=0 2022-03-10T04:09:43.973Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-03-10T04:09:44.028Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/085027e8-4fd8-41f8-a795-96a057f98fec/model-vers/model-ver/928d412b-686f-49af-9627-27734a0748bc?depth=0|INFO|500||Invoke 2022-03-10T04:09:44.029Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/085027e8-4fd8-41f8-a795-96a057f98fec/model-vers/model-ver/928d412b-686f-49af-9627-27734a0748bc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/085027e8-4fd8-41f8-a795-96a057f98fec/model-vers/model-ver/928d412b-686f-49af-9627-27734a0748bc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0c48fa94-2b75-41d7-9460-deabfbf065fc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ad56dbff-28cc-4459-bbff-5d2ea5099078], X-ECOMP-RequestID=[0c48fa94-2b75-41d7-9460-deabfbf065fc], X-TransactionId=[], X-ONAP-RequestID=[0c48fa94-2b75-41d7-9460-deabfbf065fc], Content-Type=[application/merge-patch+json]} 2022-03-10T04:09:44.049Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/085027e8-4fd8-41f8-a795-96a057f98fec/model-vers/model-ver/928d412b-686f-49af-9627-27734a0748bc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-10T04:09:44.233Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/085027e8-4fd8-41f8-a795-96a057f98fec/model-vers/model-ver/928d412b-686f-49af-9627-27734a0748bc?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/085027e8-4fd8-41f8-a795-96a057f98fec/model-vers/model-ver/928d412b-686f-49af-9627-27734a0748bc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220310-04:09:44:847-90506], vertex-id=[278560], Content-Length=[0], Date=[Thu, 10 Mar 2022 04:09:44 GMT], Content-Type=[application/json]} 2022-03-10T04:09:44.234Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/085027e8-4fd8-41f8-a795-96a057f98fec/model-vers/model-ver/928d412b-686f-49af-9627-27734a0748bc?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-10T04:09:44.235Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/085027e8-4fd8-41f8-a795-96a057f98fec/model-vers/model-ver/928d412b-686f-49af-9627-27734a0748bc?depth=0|INFO|500||InvokeReturn 2022-03-10T04:09:44.235Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-10T04:09:44.236Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-10T04:09:44.241Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-10T04:09:44.242Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0c48fa94-2b75-41d7-9460-deabfbf065fc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-10T04:09:44.242Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-10T04:09:44.242Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-10T04:09:44.244Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-10T04:09:44.245Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885384242, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-10T04:09:44.345Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-10T04:09:44.346Z||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-03-10T04:09:44.346Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ... 2022-03-10T04:09:44.362Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:09:44.362Z||pool-150-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-10T04:09:45.255Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:09:45.256Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:09:45.256Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|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 ygyisqJqbLioOY9W) ... 2022-03-10T04:09:55.489Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:09:55.490Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:09:55.491Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:09:55.491Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|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 ygyisqJqbLioOY9W) ... 2022-03-10T04:10:05.056Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:10:05.058Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:10:05.058Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:10:05.059Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|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 ygyisqJqbLioOY9W) ... 2022-03-10T04:10:14.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:10:14.090Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:10:14.091Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T04:10:14.111Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:10:14.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:10:14.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:10:14.113Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:10:14.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:10:14.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-10T04:10:14.113Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:10:14.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:10:14.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-10T04:10:14.113Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:10:14.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:10:14.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:10:14.113Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:10:14.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:10:14.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-10T04:10:14.114Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:10:14.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:10:14.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:10:14.114Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:10:14.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:10:14.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:10:14.114Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:10:14.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:10:14.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885242145, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:10:14.114Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:10:14.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:10:14.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885244564, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-10T04:10:14.115Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:10:14.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:10:14.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885245624, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-10T04:10:14.115Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:10:14.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:10:14.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885246687, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-10T04:10:14.115Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:10:14.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:10:14.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885247783, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-10T04:10:14.115Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:10:14.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:10:14.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885248786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-10T04:10:14.116Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:10:14.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:10:14.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885249789, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-10T04:10:14.116Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:10:14.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:10:14.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885250793, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T04:10:14.116Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:10:14.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:10:14.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "80085fc1-9be2-4441-a66a-cdb5a8f34dd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885282389, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-10T04:10:14.116Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:10:14.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:10:14.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:10:14.117Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:10:14.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:10:14.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-10T04:10:14.117Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:10:14.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:10:14.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-10T04:10:14.117Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:10:14.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:10:14.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-10T04:10:14.117Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:10:14.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:10:14.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-10T04:10:14.117Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:10:14.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:10:14.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:10:14.118Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:10:14.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:10:14.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-10T04:10:14.118Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:10:14.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:10:14.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:10:14.118Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:10:14.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-10T04:10:14.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:10:14.118Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-10T04:10:14.616Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:10:14.617Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:10:14.618Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:10:14.618Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|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 ygyisqJqbLioOY9W) ... 2022-03-10T04:10:24.157Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:10:24.158Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:10:24.158Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:10:24.158Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|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 ygyisqJqbLioOY9W) ... 2022-03-10T04:10:33.697Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:10:33.698Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:10:33.699Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:10:33.699Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|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 ygyisqJqbLioOY9W) ... 2022-03-10T04:10:43.239Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:10:43.240Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:10:43.240Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:10:43.241Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|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 ygyisqJqbLioOY9W) ... 2022-03-10T04:10:52.798Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:11:14.082Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:11:14.083Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:11:14.083Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|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 ygyisqJqbLioOY9W) ... 2022-03-10T04:11:14.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:11:14.090Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:11:14.090Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T04:11:14.123Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:11:14.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T04:11:14.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885294000, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:11:14.125Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:11:14.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T04:11:14.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885296621, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-10T04:11:14.125Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:11:14.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T04:11:14.126Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885297668, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-10T04:11:14.126Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:11:14.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T04:11:14.126Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885298721, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-10T04:11:14.126Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:11:14.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T04:11:14.126Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885299775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-10T04:11:14.126Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:11:14.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T04:11:14.127Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885300830, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-10T04:11:14.127Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:11:14.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T04:11:14.127Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885301986, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-10T04:11:14.127Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:11:14.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T04:11:14.128Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885302991, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-10T04:11:14.128Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:11:14.128Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T04:11:14.128Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885303996, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-10T04:11:14.128Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:11:14.128Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T04:11:14.128Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885305001, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-10T04:11:14.129Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:11:14.129Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T04:11:14.129Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885306017, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-10T04:11:14.129Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:11:14.129Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T04:11:14.129Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885307022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T04:11:14.129Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:11:14.129Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T04:11:14.129Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "afaa4e9d-3084-4bef-9dd6-f1c069b80b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885338248, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-10T04:11:14.129Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:11:14.130Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T04:11:14.130Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:11:14.130Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T04:11:14.130Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T04:11:14.130Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-10T04:11:14.130Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T04:11:14.130Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T04:11:14.130Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-10T04:11:14.130Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T04:11:14.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T04:11:14.131Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-10T04:11:14.132Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T04:11:14.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T04:11:14.132Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-10T04:11:14.132Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T04:11:14.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T04:11:14.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:11:14.133Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T04:11:14.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T04:11:14.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-10T04:11:14.134Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T04:11:14.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T04:11:14.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-10T04:11:14.135Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T04:11:14.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T04:11:14.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885149305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-10T04:11:14.135Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-10T04:11:14.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T04:11:14.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885350903, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-10T04:11:14.136Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:11:14.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-10T04:11:14.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885352910, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-10T04:11:14.136Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:11:23.631Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:12:14.083Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:12:14.085Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:12:14.085Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|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 ygyisqJqbLioOY9W) ... 2022-03-10T04:12:14.091Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:12:14.092Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:12:14.092Z|e6882f09-83ba-45a3-931d-f93b319571d4|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 ygyisqJqbLioOY9W) ... 2022-03-10T04:12:14.621Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:12:14.622Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-10T04:12:14.622Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c48fa94-2b75-41d7-9460-deabfbf065fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646885384242, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-10T04:12:14.623Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-10T04:12:23.680Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:13:14.083Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:13:14.084Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:13:14.084Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|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 ygyisqJqbLioOY9W) ... 2022-03-10T04:13:14.090Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:13:14.090Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:13:14.090Z|e6882f09-83ba-45a3-931d-f93b319571d4|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 ygyisqJqbLioOY9W) ... 2022-03-10T04:13:23.636Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:13:23.637Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:14:14.082Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:14:14.083Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:14:14.084Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|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 ygyisqJqbLioOY9W) ... 2022-03-10T04:14:14.090Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:14:14.090Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:14:14.090Z|e6882f09-83ba-45a3-931d-f93b319571d4|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 ygyisqJqbLioOY9W) ... 2022-03-10T04:14:23.626Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:14:23.627Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:15:14.082Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:15:14.084Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:15:14.084Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|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 ygyisqJqbLioOY9W) ... 2022-03-10T04:15:14.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:15:14.090Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:15:14.090Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T04:15:23.654Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:15:23.654Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:16:14.083Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:16:14.084Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:16:14.084Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|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 ygyisqJqbLioOY9W) ... 2022-03-10T04:16:14.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:16:14.091Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:16:14.091Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T04:16:23.624Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:16:23.650Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:17:14.083Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:17:14.084Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:17:14.084Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ygyisqJqbLioOY9W) ... 2022-03-10T04:17:14.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:17:14.090Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:17:14.091Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T04:17:23.645Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:17:23.654Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:18:14.082Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:18:14.083Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:18:14.084Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ygyisqJqbLioOY9W) ... 2022-03-10T04:18:14.090Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:18:14.090Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:18:14.090Z|e6882f09-83ba-45a3-931d-f93b319571d4|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 ygyisqJqbLioOY9W) ... 2022-03-10T04:18:23.627Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:18:23.627Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:19:14.082Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:19:14.083Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:19:14.083Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T04:19:14.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:19:14.090Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:19:14.090Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T04:19:23.624Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:19:23.625Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:20:14.082Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:20:14.084Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:20:14.084Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T04:20:14.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:20:14.091Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:20:14.091Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T04:20:23.632Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:20:23.664Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:21:14.082Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:21:14.083Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:21:14.083Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T04:21:14.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:21:14.091Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:21:14.091Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T04:21:23.636Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:21:23.637Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:22:14.082Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:22:14.083Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:22:14.083Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ygyisqJqbLioOY9W) ... 2022-03-10T04:22:14.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:22:14.090Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:22:14.090Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T04:22:23.626Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:22:23.650Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:23:14.082Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:23:14.083Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:23:14.083Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ygyisqJqbLioOY9W) ... 2022-03-10T04:23:14.090Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:23:14.090Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:23:14.090Z|e6882f09-83ba-45a3-931d-f93b319571d4|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 ygyisqJqbLioOY9W) ... 2022-03-10T04:23:23.643Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:23:23.643Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:24:14.083Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:24:14.086Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:24:14.086Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|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 ygyisqJqbLioOY9W) ... 2022-03-10T04:24:14.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:24:14.090Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:24:14.090Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T04:24:23.660Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:24:23.660Z|0c48fa94-2b75-41d7-9460-deabfbf065fc|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:25:14.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:25:14.083Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:25:14.084Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T04:25:14.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:25:14.090Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:25:14.090Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T04:25:23.631Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:25:23.635Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:26:14.082Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:26:14.083Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:26:14.083Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ygyisqJqbLioOY9W) ... 2022-03-10T04:26:14.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:26:14.090Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:26:14.090Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T04:26:23.623Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:26:23.626Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:27:14.083Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:27:14.084Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:27:14.084Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ygyisqJqbLioOY9W) ... 2022-03-10T04:27:14.090Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:27:14.090Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:27:14.090Z|e6882f09-83ba-45a3-931d-f93b319571d4|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 ygyisqJqbLioOY9W) ... 2022-03-10T04:27:23.645Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:27:23.645Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:28:14.083Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:28:14.084Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:28:14.084Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ygyisqJqbLioOY9W) ... 2022-03-10T04:28:14.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:28:14.090Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:28:14.090Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T04:28:23.647Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:28:23.647Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:29:14.083Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:29:14.084Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:29:14.084Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ygyisqJqbLioOY9W) ... 2022-03-10T04:29:14.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:29:14.090Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:29:14.090Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T04:29:23.626Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:29:23.629Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:30:14.083Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:30:14.084Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:30:14.084Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ygyisqJqbLioOY9W) ... 2022-03-10T04:30:14.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:30:14.090Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:30:14.090Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T04:30:23.681Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:30:23.682Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:31:14.083Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:31:14.084Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:31:14.084Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ygyisqJqbLioOY9W) ... 2022-03-10T04:31:14.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:31:14.090Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:31:14.090Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T04:31:23.624Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:31:23.627Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:32:14.083Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:32:14.085Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:32:14.085Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ygyisqJqbLioOY9W) ... 2022-03-10T04:32:14.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:32:14.090Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:32:14.090Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T04:32:23.644Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:32:23.645Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:33:14.082Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:33:14.083Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:33:14.083Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ygyisqJqbLioOY9W) ... 2022-03-10T04:33:14.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:33:14.090Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:33:14.090Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T04:33:23.648Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:33:23.649Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:34:14.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:34:14.083Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:34:14.083Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T04:34:14.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:34:14.090Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:34:14.090Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T04:34:23.628Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:34:23.628Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:35:14.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:35:14.084Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:35:14.085Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T04:35:14.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:35:14.090Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:35:14.090Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T04:35:23.630Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:35:23.630Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:36:14.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:36:14.083Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:36:14.084Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T04:36:14.090Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:36:14.090Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:36:14.091Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T04:36:23.645Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:36:23.646Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:37:14.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:37:14.084Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:37:14.084Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T04:37:14.090Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:37:14.090Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:37:14.090Z|e6882f09-83ba-45a3-931d-f93b319571d4|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 ygyisqJqbLioOY9W) ... 2022-03-10T04:37:23.670Z|e6882f09-83ba-45a3-931d-f93b319571d4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:37:23.671Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:38:14.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:38:14.083Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:38:14.083Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T04:38:14.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:38:14.090Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:38:14.090Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T04:38:15.015Z||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-03-10T04:38:23.630Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:38:23.630Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:39:14.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:39:14.086Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:39:14.087Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T04:39:14.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-10T04:39:14.090Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-10T04:39:14.090Z||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 ygyisqJqbLioOY9W) ... 2022-03-10T04:39:23.646Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-10T04:39:23.646Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK