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) 2021-11-27T09:38:32.918Z||main|||||INFO|500||The following profiles are active: basic 2021-11-27T09:38:47.390Z||main|||||INFO|500||Starting service [Tomcat] 2021-11-27T09:38:47.391Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-11-27T09:38:47.569Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-11-27T09:38:53.243Z||main|||||INFO|500||catdb-pool - Starting... 2021-11-27T09:38:53.717Z||main|||||INFO|500||catdb-pool - Start completed. 2021-11-27T09:38:54.576Z||main|||||INFO|500||reqdb-pool - Starting... 2021-11-27T09:38:54.586Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-11-27T09:38:55.175Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-11-27T09:38:55.980Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-11-27T09:38:57.106Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-11-27T09:39:03.978Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-11-27T09:39:06.363Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-11-27T09:39:06.432Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-11-27T09:39:07.200Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-11-27T09:39:07.422Z||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. 2021-11-27T09:39:08.978Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-11-27T09:39:10.414Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-11-27T09:39:10.447Z||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$$20cf312a.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) 2021-11-27T09:39:10.448Z||main|||||WARN|500||The sdc end point is not alive 2021-11-27T09:39:14.183Z||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 2021-11-27T09:39:17.496Z||main|||||WARN|500||--- 2021-11-27T09:39:17.498Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-11-27T09:39:17.498Z||main|||||WARN|500||--- 2021-11-27T09:39:17.990Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-11-27T09:39:23.426Z||main|||||INFO|500||Started Application in 54.43 seconds (JVM running for 59.116) 2021-11-27T09:39:23.460Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-27T09:39:23.463Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-27T09:39:23.479Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-27T09:39:23.511Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-27T09:39:23.558Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 96987205-758d-4ae6-bebe-53db75cce5c1 url= /sdc/v1/artifactTypes 2021-11-27T09:39:23.558Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-27T09:39:23.865Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-27T09:39:23.893Z||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 2021-11-27T09:39:23.915Z||scheduling-1|||||DEBUG|500||create keys 2021-11-27T09:39:23.922Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-11-27T09:39:24.273Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T09:39:24.292Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1dfe2ea9-722c-4b68-b685-57d77ce4d2ab url= /sdc/v1/registerForDistribution 2021-11-27T09:39:24.509Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1dfe2ea9-722c-4b68-b685-57d77ce4d2ab url= /sdc/v1/registerForDistribution 2021-11-27T09:39:24.510Z||scheduling-1|||||INFO|500||start DistributionClient 2021-11-27T09:39:24.521Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T09:39:24.522Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T09:39:24.527Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-11-27T09:39:24.531Z||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. 2021-11-27T09:39:24.531Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T09:39:24.531Z||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. 2021-11-27T09:39:24.532Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T09:39:36.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T09:39:36.811Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T09:40:24.520Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T09:40:24.521Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T09:40:24.524Z||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. 2021-11-27T09:40:24.524Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T09:40:24.524Z||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. 2021-11-27T09:40:24.524Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T09:40:34.098Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T09:40:34.100Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T09:41:24.519Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T09:41:24.521Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T09:41:24.524Z||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. 2021-11-27T09:41:24.524Z||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. 2021-11-27T09:41:24.524Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T09:41:24.524Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T09:41:34.084Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T09:41:34.089Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T09:42:24.519Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T09:42:24.521Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T09:42:24.522Z||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. 2021-11-27T09:42:24.522Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T09:42:24.522Z||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. 2021-11-27T09:42:24.522Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T09:42:34.080Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T09:42:34.080Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T09:43:24.521Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T09:43:24.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T09:43:24.531Z||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. 2021-11-27T09:43:24.532Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T09:43:24.540Z||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. 2021-11-27T09:43:24.540Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T09:43:34.108Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T09:43:34.109Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T09:44:24.520Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T09:44:24.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T09:44:24.525Z||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. 2021-11-27T09:44:24.525Z||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. 2021-11-27T09:44:24.526Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T09:44:24.526Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T09:44:34.089Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T09:44:34.091Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T09:45:24.519Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T09:45:24.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T09:45:24.523Z||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. 2021-11-27T09:45:24.523Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T09:45:24.523Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-27T09:45:24.523Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ... 2021-11-27T09:45:34.074Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T09:45:34.074Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T09:46:24.519Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T09:46:24.521Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T09:46:24.524Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-27T09:46:24.525Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ... 2021-11-27T09:46:24.528Z||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. 2021-11-27T09:46:24.528Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T09:46:34.077Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T09:46:34.080Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T09:47:24.519Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T09:47:24.521Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T09:47:24.523Z||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. 2021-11-27T09:47:24.524Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T09:47:24.524Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-27T09:47:24.524Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ... 2021-11-27T09:47:34.077Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T09:47:34.080Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T09:48:24.519Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T09:48:24.521Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T09:48:24.521Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-27T09:48:24.521Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ... 2021-11-27T09:48:24.522Z||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. 2021-11-27T09:48:24.522Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T09:48:34.075Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T09:48:34.076Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T09:48:48.510Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-11-27T09:49:24.519Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T09:49:24.521Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T09:49:24.522Z||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. 2021-11-27T09:49:24.522Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-27T09:49:24.522Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T09:49:24.522Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ... 2021-11-27T09:49:34.076Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T09:49:34.078Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T09:50:24.519Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T09:50:24.521Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T09:50:24.521Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-27T09:50:24.521Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ... 2021-11-27T09:50:24.521Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-27T09:50:24.522Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ... 2021-11-27T09:50:34.083Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T09:50:34.091Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T09:51:24.519Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T09:51:24.521Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-27T09:51:24.521Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ... 2021-11-27T09:51:24.521Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T09:51:24.523Z||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. 2021-11-27T09:51:24.523Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T09:51:34.068Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T09:51:34.068Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T09:52:24.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T09:52:24.520Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T09:52:24.525Z||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. 2021-11-27T09:52:24.526Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T09:52:24.525Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-27T09:52:24.526Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ... 2021-11-27T09:52:34.084Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T09:52:34.092Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T09:53:24.519Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T09:53:24.521Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-27T09:53:24.521Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T09:53:24.521Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ... 2021-11-27T09:53:24.521Z||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. 2021-11-27T09:53:24.522Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T09:53:34.075Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T09:53:34.075Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T09:54:24.519Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T09:54:24.521Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T09:54:24.523Z||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. 2021-11-27T09:54:24.523Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T09:54:24.523Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-27T09:54:24.524Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ... 2021-11-27T09:54:34.074Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T09:54:34.075Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T09:55:24.519Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T09:55:24.521Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T09:55:24.523Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-27T09:55:24.523Z||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. 2021-11-27T09:55:24.523Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ... 2021-11-27T09:55:24.523Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T09:55:34.076Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T09:55:34.088Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T09:56:24.519Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T09:56:24.520Z||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. 2021-11-27T09:56:24.520Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T09:56:24.521Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T09:56:24.521Z||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. 2021-11-27T09:56:24.521Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T09:56:34.063Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T09:56:34.066Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T09:57:24.520Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T09:57:24.521Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T09:57:24.523Z||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. 2021-11-27T09:57:24.524Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T09:57:24.523Z||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. 2021-11-27T09:57:24.524Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T09:57:34.074Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T09:57:34.084Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T09:58:24.519Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T09:58:24.521Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T09:58:24.521Z||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. 2021-11-27T09:58:24.521Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T09:58:24.521Z||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. 2021-11-27T09:58:24.522Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T09:58:34.070Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T09:58:34.071Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T09:59:24.520Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T09:59:24.521Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T09:59:24.525Z||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. 2021-11-27T09:59:24.525Z||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. 2021-11-27T09:59:24.525Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T09:59:24.525Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T09:59:34.072Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T09:59:34.072Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:00:24.519Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:00:24.520Z||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. 2021-11-27T10:00:24.520Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:00:24.521Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:00:24.521Z||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. 2021-11-27T10:00:24.521Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:00:34.070Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:00:34.080Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:01:24.520Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:01:24.521Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:01:24.523Z||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. 2021-11-27T10:01:24.523Z||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. 2021-11-27T10:01:24.523Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:01:24.523Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:01:34.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:01:34.074Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:02:24.520Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:02:24.528Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:02:24.530Z||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. 2021-11-27T10:02:24.530Z||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. 2021-11-27T10:02:24.531Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:02:24.530Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:02:34.079Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:02:34.087Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:03:24.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:03:24.521Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:03:24.521Z||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. 2021-11-27T10:03:24.521Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:03:24.521Z||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. 2021-11-27T10:03:24.522Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:03:34.076Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:03:34.077Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:04:24.521Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:04:24.522Z||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. 2021-11-27T10:04:24.522Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:04:24.520Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:04:24.528Z||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. 2021-11-27T10:04:24.528Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:04:34.071Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:04:34.076Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:05:24.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:05:24.521Z||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. 2021-11-27T10:05:24.521Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:05:24.521Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:05:24.522Z||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. 2021-11-27T10:05:24.522Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:05:34.074Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:05:34.074Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:06:24.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:06:24.521Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:06:24.522Z||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. 2021-11-27T10:06:24.522Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-27T10:06:24.523Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:06:24.523Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:06:34.068Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:06:34.073Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:07:24.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:07:24.521Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:07:24.521Z||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. 2021-11-27T10:07:24.521Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-27T10:07:24.522Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:07:24.522Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:07:34.063Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:07:34.068Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:08:24.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:08:24.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:08:24.521Z||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. 2021-11-27T10:08:24.521Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:08:24.524Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-27T10:08:24.524Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:08:34.070Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:08:34.074Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:09:24.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:09:24.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:09:24.520Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-27T10:09:24.521Z||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. 2021-11-27T10:09:24.521Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:09:24.521Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:09:34.066Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:09:34.071Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:10:24.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:10:24.521Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:10:24.523Z||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. 2021-11-27T10:10:24.523Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:10:24.523Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-27T10:10:24.523Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:10:34.072Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:10:34.082Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:11:24.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:11:24.521Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:11:24.521Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-27T10:11:24.521Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:11:24.521Z||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. 2021-11-27T10:11:24.521Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:11:34.067Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:11:34.067Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:12:24.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:12:24.521Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:12:24.522Z||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. 2021-11-27T10:12:24.522Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-27T10:12:24.522Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:12:24.522Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:12:34.091Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:12:34.091Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:13:24.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:13:24.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:13:24.522Z||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. 2021-11-27T10:13:24.522Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-27T10:13:24.523Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:13:24.523Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:13:34.077Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:13:34.085Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:14:24.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:14:24.521Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:14:24.522Z||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. 2021-11-27T10:14:24.522Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:14:24.522Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-27T10:14:24.522Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:14:34.069Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:14:34.069Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:15:24.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:15:24.521Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:15:24.522Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-27T10:15:24.522Z||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. 2021-11-27T10:15:24.523Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:15:24.524Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:15:34.073Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:15:34.073Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:16:24.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:16:24.520Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-27T10:16:24.520Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:16:24.521Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:16:24.521Z||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. 2021-11-27T10:16:24.522Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:16:34.063Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:16:34.066Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:17:24.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:17:24.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:17:24.523Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-27T10:17:24.523Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:17:24.524Z||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. 2021-11-27T10:17:24.525Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:17:34.086Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:17:34.087Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:18:24.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:18:24.520Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-27T10:18:24.520Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:18:24.521Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:18:24.521Z||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. 2021-11-27T10:18:24.522Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:18:34.077Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:18:34.082Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:19:24.520Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:19:24.521Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:19:24.523Z||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. 2021-11-27T10:19:24.523Z||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. 2021-11-27T10:19:24.524Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:19:24.524Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:19:34.069Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:19:34.071Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:20:24.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:20:24.520Z||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. 2021-11-27T10:20:24.520Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:20:24.521Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:20:24.521Z||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. 2021-11-27T10:20:24.521Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:20:34.063Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:20:34.065Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:21:24.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:21:24.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:21:24.522Z||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. 2021-11-27T10:21:24.523Z||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. 2021-11-27T10:21:24.523Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:21:24.523Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:21:34.067Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:21:34.068Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:22:24.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:22:24.520Z||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. 2021-11-27T10:22:24.520Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:22:24.521Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:22:24.522Z||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. 2021-11-27T10:22:24.522Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:22:34.079Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:22:34.081Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:23:24.521Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:23:24.520Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:23:24.524Z||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. 2021-11-27T10:23:24.524Z||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. 2021-11-27T10:23:24.524Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:23:24.524Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:23:34.072Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:23:34.072Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:24:24.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:24:24.521Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:24:24.522Z||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. 2021-11-27T10:24:24.522Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:24:24.522Z||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. 2021-11-27T10:24:24.523Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:24:34.077Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:24:34.081Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:25:24.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:25:24.521Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:25:24.523Z||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. 2021-11-27T10:25:24.523Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:25:24.523Z||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. 2021-11-27T10:25:24.524Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:25:34.082Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:25:34.083Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:26:24.519Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:26:24.520Z||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. 2021-11-27T10:26:24.520Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:26:24.521Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:26:24.521Z||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. 2021-11-27T10:26:24.521Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:26:34.072Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:26:34.072Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:27:24.519Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:27:24.520Z||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. 2021-11-27T10:27:24.520Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:27:24.521Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:27:24.522Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-27T10:27:24.523Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:27:34.068Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:27:34.067Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:28:24.519Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:28:24.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:28:24.523Z||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. 2021-11-27T10:28:24.523Z||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. 2021-11-27T10:28:24.524Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:28:24.524Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:28:34.069Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:28:34.070Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:29:24.519Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:29:24.520Z||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. 2021-11-27T10:29:24.521Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:29:24.521Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:29:24.522Z||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. 2021-11-27T10:29:24.523Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:29:34.063Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:29:34.064Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:30:24.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:30:24.521Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:30:24.521Z||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. 2021-11-27T10:30:24.521Z||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. 2021-11-27T10:30:24.521Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:30:24.521Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:30:34.071Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:30:34.095Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:31:24.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:31:24.520Z||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. 2021-11-27T10:31:24.521Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:31:24.521Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:31:24.522Z||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. 2021-11-27T10:31:24.522Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:31:34.074Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:31:34.075Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:32:24.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:32:24.521Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:32:24.523Z||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. 2021-11-27T10:32:24.523Z||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. 2021-11-27T10:32:24.524Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:32:24.524Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:32:34.080Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:32:34.080Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:33:24.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:33:24.521Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:33:24.521Z||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. 2021-11-27T10:33:24.521Z||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. 2021-11-27T10:33:24.521Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:33:24.521Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:33:34.070Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:33:34.071Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:34:24.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:34:24.521Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:34:24.523Z||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. 2021-11-27T10:34:24.523Z||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. 2021-11-27T10:34:24.523Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:34:24.523Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:34:34.073Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:34:34.073Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:35:24.520Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:35:24.523Z||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. 2021-11-27T10:35:24.523Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:35:24.524Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:35:24.525Z||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. 2021-11-27T10:35:24.525Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:35:34.091Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:35:34.092Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:36:24.521Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:36:24.520Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:36:24.527Z||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. 2021-11-27T10:36:24.527Z||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. 2021-11-27T10:36:24.527Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:36:24.527Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:36:34.072Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:36:34.074Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:37:24.519Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:37:24.521Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:37:24.524Z||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. 2021-11-27T10:37:24.524Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:37:24.524Z||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. 2021-11-27T10:37:24.525Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:37:34.077Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:37:34.077Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:38:24.519Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:38:24.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:38:24.523Z||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. 2021-11-27T10:38:24.523Z||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. 2021-11-27T10:38:24.523Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:38:24.523Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:38:34.072Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:38:34.072Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:39:24.519Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:39:24.520Z||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. 2021-11-27T10:39:24.520Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:39:24.521Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:39:24.521Z||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. 2021-11-27T10:39:24.522Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:39:34.070Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:39:34.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:40:24.519Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:40:24.521Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:40:24.524Z||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. 2021-11-27T10:40:24.524Z||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. 2021-11-27T10:40:24.524Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:40:24.524Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:40:25.169Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:40:25.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"1b231fa7-3c69-42e7-af05-77be9734f1ae","serviceName":"vFW 2021-11-27 10-37-34","serviceVersion":"1.0","serviceUUID":"34dbc2cf-4cc5-4579-88fd-ec91d86c9daa","serviceDescription":"catalog service description","serviceInvariantUUID":"a50c041c-b662-47af-a35e-f9d0995db493","resources":[{"resourceInstanceName":"vFW 7e5621ca-47dd 0","resourceName":"vFW 7e5621ca-47dd","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"99e37cb3-9510-4be1-8d16-539e082c6c49","resourceInvariantUUID":"781c7056-45d8-4538-8efd-304aea4ab960","resourceCustomizationUUID":"bac417e8-915c-4d98-aef9-931939e99aae","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vf-license-model.xml","artifactChecksum":"OGZlNGM1YTRiZGEyNGU2YTczNWUyZjg2NjNkMGE0ZTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"21d1ccfe-b0b4-43cc-a8f1-f12ad6fe62bb","artifactVersion":"1"},{"artifactName":"vfw7e5621ca47dd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json","artifactChecksum":"N2JlODc2YzUxMzdhMWZjYTkxZmI0YjRiNzZlYjBhMTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cf5c3ba5-29c5-4804-8786-740a6bf1252a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5dbdbc9d-b73c-4a48-9602-803fa664d5aa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjQzYTQzNjdiMmUwZjY3YTY5NzMxYzdlYjA1YjAyYmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4328e47a-2407-45df-877f-a54d770fc3a2","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5e52668c-0c80-447b-a582-6ebf295376ed","artifactVersion":"2","generatedFromUUID":"5dbdbc9d-b73c-4a48-9602-803fa664d5aa"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211127103734-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-template.yml","artifactChecksum":"ZWMzNzY2MWI4ZjIzMTFkY2Y0Yjg3YTgxMDQ3MjIxOGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cdf299d3-4cb4-42c8-938f-015de094ab00","artifactVersion":"1"},{"artifactName":"service-Vfw20211127103734-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar","artifactChecksum":"NmYwNTkyNTY0MGJhMGY4NTQwMjdhYTU0YzNiYzU1ZjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6502176e-424c-4062-8bf2-4a9e4ff9c57f","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-27T10:40:25.173Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:40:25.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "cds", "timestamp": 1638009566904, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.197Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T10:40:25.204Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-27T10:40:25.216Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "ves-openapi-manager", "timestamp": 1638009573675, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.217Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.217Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T10:40:25.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "aai-ml", "timestamp": 1638009569864, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.217Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009624519, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.217Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638009575058, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "policy-id", "timestamp": 1638009573318, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "dcae-sch", "timestamp": 1638009571182, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "cds", "timestamp": 1638009566904, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "ves-openapi-manager", "timestamp": 1638009573675, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "aai-ml", "timestamp": 1638009569864, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "policy-id", "timestamp": 1638009573318, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638009575058, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "dcae-sch", "timestamp": 1638009571182, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "cds", "timestamp": 1638009566904, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "ves-openapi-manager", "timestamp": 1638009573675, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "aai-ml", "timestamp": 1638009569864, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "policy-id", "timestamp": 1638009573318, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-27T10:40:25.224Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638009575058, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "dcae-sch", "timestamp": 1638009571182, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "cds", "timestamp": 1638009566904, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.226Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "ves-openapi-manager", "timestamp": 1638009573675, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.226Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "aai-ml", "timestamp": 1638009569864, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.227Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "policy-id", "timestamp": 1638009573318, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.227Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638009575058, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.228Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "dcae-sch", "timestamp": 1638009571182, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.228Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "multicloud-k8s-id", "timestamp": 1638009579967, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "cds", "timestamp": 1638009566904, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "ves-openapi-manager", "timestamp": 1638009573675, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "aai-ml", "timestamp": 1638009569864, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "policy-id", "timestamp": 1638009573318, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638009575058, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "dcae-sch", "timestamp": 1638009571182, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "multicloud-k8s-id", "timestamp": 1638009579967, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json", "status": "NOTIFIED" } 2021-11-27T10:40:25.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "cds", "timestamp": 1638009566904, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "ves-openapi-manager", "timestamp": 1638009573675, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "aai-ml", "timestamp": 1638009569864, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "policy-id", "timestamp": 1638009573318, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638009575058, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.235Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "dcae-sch", "timestamp": 1638009571182, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.235Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "multicloud-k8s-id", "timestamp": 1638009579967, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-27T10:40:25.236Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.236Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.236Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "cds", "timestamp": 1638009566904, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar", "status": "NOTIFIED" } 2021-11-27T10:40:25.236Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.236Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.236Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "ves-openapi-manager", "timestamp": 1638009573675, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.236Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "aai-ml", "timestamp": 1638009569864, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar", "status": "NOTIFIED" } 2021-11-27T10:40:25.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "policy-id", "timestamp": 1638009573318, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar", "status": "NOTIFIED" } 2021-11-27T10:40:25.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638009575058, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar", "status": "NOTIFIED" } 2021-11-27T10:40:25.238Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "dcae-sch", "timestamp": 1638009571182, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.238Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "multicloud-k8s-id", "timestamp": 1638009579967, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.239Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "cds", "timestamp": 1638009584067, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T10:40:25.239Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T10:40:25.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "aai-ml", "timestamp": 1638009584068, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T10:40:25.240Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T10:40:25.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638009584066, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T10:40:25.241Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T10:40:25.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "policy-id", "timestamp": 1638009584052, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T10:40:25.241Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T10:40:25.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "multicloud-k8s-id", "timestamp": 1638009579967, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-27T10:40:25.242Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "policy-id", "timestamp": 1638009585060, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar", "status": "DEPLOY_OK" } 2021-11-27T10:40:25.242Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T10:40:25.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "cds", "timestamp": 1638009585102, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-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=? 2021-11-27T10:40:25.318Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2021-11-27T10:40:25.322Z||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. 2021-11-27T10:40:25.322Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:40:25.336Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:40:25.338Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-27T10:40:25.428Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1b231fa7-3c69-42e7-af05-77be9734f1ae 2021-11-27T10:40:25.452Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b231fa7-3c69-42e7-af05-77be9734f1ae 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 (?, ?, ?, ?, ?) 2021-11-27T10:40:25.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.477Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "multicloud-k8s-id", "timestamp": 1638009579967, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.477Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.477Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "policy-id", "timestamp": 1638009586064, "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=? 2021-11-27T10:40:25.492Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b231fa7-3c69-42e7-af05-77be9734f1ae 2021-11-27T10:40:25.492Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b231fa7-3c69-42e7-af05-77be9734f1ae 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 (?, ?, ?, ?, ?) 2021-11-27T10:40:25.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "multicloud-k8s-id", "timestamp": 1638009579967, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar", "status": "NOTIFIED" } 2021-11-27T10:40:25.500Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "multicloud-k8s-id", "timestamp": 1638009588864, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-27T10:40:25.501Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T10:40:25.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "clamp", "timestamp": 1638009588325, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.501Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638009589356, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar", "status": "DEPLOY_OK" } 2021-11-27T10:40:25.502Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T10:40:25.502Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "clamp", "timestamp": 1638009588325, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json", "status": "NOTIFIED" } 2021-11-27T10:40:25.502Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.502Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "multicloud-k8s-id", "timestamp": 1638009590163, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-27T10:40:25.503Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T10:40:25.503Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.503Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638009590361, "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=? 2021-11-27T10:40:25.507Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1b231fa7-3c69-42e7-af05-77be9734f1ae 2021-11-27T10:40:25.507Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b231fa7-3c69-42e7-af05-77be9734f1ae 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 (?, ?, ?, ?, ?) 2021-11-27T10:40:25.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.515Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "clamp", "timestamp": 1638009588325, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.515Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.515Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "multicloud-k8s-id", "timestamp": 1638009591224, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-27T10:40:25.516Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T10:40:25.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.516Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "clamp", "timestamp": 1638009588325, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.516Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "clamp", "timestamp": 1638009588325, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.517Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "multicloud-k8s-id", "timestamp": 1638009593235, "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=? 2021-11-27T10:40:25.521Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b231fa7-3c69-42e7-af05-77be9734f1ae 2021-11-27T10:40:25.521Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b231fa7-3c69-42e7-af05-77be9734f1ae 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=? 2021-11-27T10:40:25.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "clamp", "timestamp": 1638009588325, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:25.530Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "multicloud-k8s-id", "timestamp": 1638009594240, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json", "status": "DEPLOY_OK" } 2021-11-27T10:40:25.531Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T10:40:25.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "clamp", "timestamp": 1638009588325, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar", "status": "NOTIFIED" } 2021-11-27T10:40:25.531Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:40:25.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "aai-ml", "timestamp": 1638009600198, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar", "status": "DEPLOY_OK" } 2021-11-27T10:40:25.532Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T10:40:25.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.532Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "aai-ml", "timestamp": 1638009601205, "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=? 2021-11-27T10:40:25.536Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1b231fa7-3c69-42e7-af05-77be9734f1ae 2021-11-27T10:40:25.536Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b231fa7-3c69-42e7-af05-77be9734f1ae 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 (?, ?, ?, ?, ?) 2021-11-27T10:40:25.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.544Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "clamp", "timestamp": 1638009607715, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T10:40:25.545Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T10:40:25.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.545Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "clamp", "timestamp": 1638009609727, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar", "status": "DEPLOY_OK" } 2021-11-27T10:40:25.545Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T10:40:25.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:40:25.545Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "clamp", "timestamp": 1638009610731, "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=? 2021-11-27T10:40:25.549Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1b231fa7-3c69-42e7-af05-77be9734f1ae 2021-11-27T10:40:25.550Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b231fa7-3c69-42e7-af05-77be9734f1ae 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 (?, ?, ?, ?, ?) 2021-11-27T10:40:26.228Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T10:40:26.230Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-27T10:40:26.232Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T10:40:26.232Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009624519, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json", "status": "NOTIFIED" } 2021-11-27T10:40:26.332Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T10:40:26.334Z||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. 2021-11-27T10:40:26.334Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:40:26.349Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:40:26.349Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-27T10:40:27.234Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T10:40:27.235Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-27T10:40:27.237Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T10:40:27.238Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009624519, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-27T10:40:27.338Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T10:40:27.339Z||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. 2021-11-27T10:40:27.339Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:40:27.354Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:40:27.356Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-11-27T10:40:28.238Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T10:40:28.239Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-27T10:40:28.241Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T10:40:28.242Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009624519, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:28.342Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T10:40:28.343Z||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. 2021-11-27T10:40:28.343Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:40:28.370Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:40:28.371Z||pool-6-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2021-11-27T10:40:29.242Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T10:40:29.243Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-27T10:40:29.245Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T10:40:29.245Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009624519, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-27T10:40:29.345Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T10:40:29.347Z||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. 2021-11-27T10:40:29.348Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:40:29.365Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:40:29.366Z||pool-7-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-11-27T10:40:30.246Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T10:40:30.247Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-27T10:40:30.249Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T10:40:30.250Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009624519, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T10:40:30.350Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T10:40:30.351Z||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. 2021-11-27T10:40:30.351Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:40:30.365Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:40:30.365Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-11-27T10:40:31.250Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T10:40:31.252Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-27T10:40:31.254Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T10:40:31.254Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009624519, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar", "status": "NOTIFIED" } 2021-11-27T10:40:31.354Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T10:40:31.355Z||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. 2021-11-27T10:40:31.355Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:40:31.367Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:40:31.367Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-27T10:40:32.256Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "serviceName": "vFW 2021-11-27 10-37-34", "serviceVersion": "1.0", "serviceUUID": "34dbc2cf-4cc5-4579-88fd-ec91d86c9daa", "serviceDescription": "catalog service description", "serviceInvariantUUID": "a50c041c-b662-47af-a35e-f9d0995db493", "resources": [ { "resourceInstanceName": "vFW 7e5621ca-47dd 0", "resourceCustomizationUUID": "bac417e8-915c-4d98-aef9-931939e99aae", "resourceName": "vFW 7e5621ca-47dd", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "99e37cb3-9510-4be1-8d16-539e082c6c49", "resourceInvariantUUID": "781c7056-45d8-4538-8efd-304aea4ab960", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw7e5621ca47dd0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json", "artifactChecksum": "N2JlODc2YzUxMzdhMWZjYTkxZmI0YjRiNzZlYjBhMTc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cf5c3ba5-29c5-4804-8786-740a6bf1252a", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "5dbdbc9d-b73c-4a48-9602-803fa664d5aa", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5e52668c-0c80-447b-a582-6ebf295376ed", "generatedFromUUID": "5dbdbc9d-b73c-4a48-9602-803fa664d5aa" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5e52668c-0c80-447b-a582-6ebf295376ed", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20211127103734-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar", "artifactChecksum": "NmYwNTkyNTY0MGJhMGY4NTQwMjdhYTU0YzNiYzU1ZjE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6502176e-424c-4062-8bf2-4a9e4ff9c57f" } ], "workloadContext": "Production" } 2021-11-27T10:40:32.257Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-27T10:40:32.258Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 34dbc2cf-4cc5-4579-88fd-ec91d86c9daa ASDC 2021-11-27T10:40:32.371Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:1b231fa7-3c69-42e7-af05-77be9734f1ae ServiceName:vFW 2021-11-27 10-37-34 ServiceVersion:1.0 ServiceUUID:34dbc2cf-4cc5-4579-88fd-ec91d86c9daa ServiceInvariantUUID:a50c041c-b662-47af-a35e-f9d0995db493 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20211127103734-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar ArtifactUUID:6502176e-424c-4062-8bf2-4a9e4ff9c57f ArtifactChecksum:NmYwNTkyNTY0MGJhMGY4NTQwMjdhYTU0YzNiYzU1ZjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 7e5621ca-47dd 0 ResourceCustomizationUUID:bac417e8-915c-4d98-aef9-931939e99aae ResourceInvariantUUID:781c7056-45d8-4538-8efd-304aea4ab960 ResourceName:vFW 7e5621ca-47dd ResourceType:VF ResourceUUID:99e37cb3-9510-4be1-8d16-539e082c6c49 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw7e5621ca47dd0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json ArtifactUUID:cf5c3ba5-29c5-4804-8786-740a6bf1252a ArtifactChecksum:N2JlODc2YzUxMzdhMWZjYTkxZmI0YjRiNzZlYjBhMTc= 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/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml ArtifactUUID:5dbdbc9d-b73c-4a48-9602-803fa664d5aa 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/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env ArtifactUUID:5e52668c-0c80-447b-a582-6ebf295376ed 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/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env ArtifactUUID:5e52668c-0c80-447b-a582-6ebf295376ed ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-27T10:40:32.372Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 34dbc2cf-4cc5-4579-88fd-ec91d86c9daa 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=? 2021-11-27T10:40:32.421Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-27T10:40:32.422Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-11-27T10:40:32.424Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-11-27T10:40:32.424Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6502176e-424c-4062-8bf2-4a9e4ff9c57f from URL: /sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar 2021-11-27T10:40:32.424Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-11-27T10:40:32.426Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar 2021-11-27T10:40:32.624Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-11-27T10:40:32.642Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar 6502176e-424c-4062-8bf2-4a9e4ff9c57f 98930 2021-11-27T10:40:32.644Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar ASDC sendASDCNotification 2021-11-27T10:40:32.644Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar 2021-11-27T10:40:32.645Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-27T10:40:32.648Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-27T10:40:32.650Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T10:40:32.650Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009632643, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T10:40:32.750Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T10:40:32.751Z||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. 2021-11-27T10:40:32.752Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:40:32.764Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:40:32.764Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-27T10:40:33.650Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-27T10:40:33.653Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-11-27T10:40:33.653Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 6502176e-424c-4062-8bf2-4a9e4ff9c57f, URL: /sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar to file: /app/ASDC/1/service-Vfw20211127103734-csar.csar 2021-11-27T10:40:33.654Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211127103734-csar.csar 2021-11-27T10:40:33.732Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211127103734-csar.csar 2021-11-27T10:40:33.733Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211127103734-csar.csar 2021-11-27T10:40:34.709Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10981408333023974073/Definitions/service-Vfw20211127103734-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2021-11-27T10:40:37.166Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-27T10:40:37.171Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-11-27T10:40:37.171Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211127103734-csar.csar 2021-11-27T10:40:37.171Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-11-27T10:40:37.172Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211127103734-csar.csar 2021-11-27T10:40:37.172Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211127103734-csar.csar 2021-11-27T10:40:37.172Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211127103734-csar.csar 2021-11-27T10:40:37.172Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211127103734-csar.csar 2021-11-27T10:40:37.172Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211127103734-csar.csar 2021-11-27T10:40:37.172Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211127103734-csar.csar 2021-11-27T10:40:37.172Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7e5621ca-47dd 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-Vfw20211127103734-csar.csar 2021-11-27T10:40:37.172Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211127103734-csar.csar 2021-11-27T10:40:37.172Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211127103734-csar.csar 2021-11-27T10:40:37.173Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211127103734-csar.csar 2021-11-27T10:40:37.173Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211127103734-csar.csar 2021-11-27T10:40:37.173Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211127103734-csar.csar 2021-11-27T10:40:37.173Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211127103734-csar.csar 2021-11-27T10:40:37.173Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-11-27T10:40:37.183Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:40:37.188Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-27 10-37-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T10:40:37.196Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vFW 7e5621ca-47dd 0 is matching search criteria 2021-11-27T10:40:37.197Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-11-27T10:40:37.198Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7e5621ca-47dd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-27T10:40:37.204Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:40:37.204Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-27 10-37-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T10:40:37.207Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vFW 7e5621ca-47dd 0 is matching search criteria 2021-11-27T10:40:37.208Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-11-27T10:40:37.208Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7e5621ca-47dd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-27T10:40:37.208Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:40:37.208Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-27 10-37-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T10:40:37.215Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:40:37.216Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vFW 7e5621ca-47dd 0 is not matching search criteria 2021-11-27T10:40:37.216Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-27T10:40:37.216Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-27T10:40:37.216Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-27T10:40:37.216Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-27T10:40:37.217Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-27T10:40:37.217Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-27T10:40:37.217Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-27T10:40:37.217Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-27T10:40:37.217Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-27T10:40:37.217Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-27T10:40:37.217Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-27T10:40:37.218Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-27T10:40:37.218Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-27T10:40:37.218Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-27T10:40:37.218Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-27T10:40:37.218Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-27T10:40:37.218Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:40:37.218Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-27 10-37-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-27T10:40:37.224Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:40:37.224Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vFW 7e5621ca-47dd 0 is matching search criteria 2021-11-27T10:40:37.224Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7e5621ca-47dd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-27T10:40:37.224Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:40:37.225Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vFW 7e5621ca-47dd 0 is matching search criteria 2021-11-27T10:40:37.225Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7e5621ca-47dd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-27T10:40:37.225Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:40:37.225Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vFW 7e5621ca-47dd 0 is matching search criteria 2021-11-27T10:40:37.225Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7e5621ca-47dd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-27T10:40:37.225Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:40:37.226Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vFW 7e5621ca-47dd 0 is not matching search criteria 2021-11-27T10:40:37.226Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-27T10:40:37.226Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-11-27T10:40:37.226Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-27T10:40:37.226Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-27T10:40:37.226Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-27T10:40:37.226Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-27T10:40:37.227Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-27T10:40:37.227Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-27T10:40:37.227Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-27T10:40:37.227Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-27T10:40:37.227Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-27T10:40:37.228Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=02dadb2a-dc36-4dc5-bba4-fd56db661c32 2021-11-27T10:40:37.228Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:40:37.228Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vFW 7e5621ca-47dd 0 is not matching search criteria 2021-11-27T10:40:37.228Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-27T10:40:37.228Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-27T10:40:37.229Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-27T10:40:37.229Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-27T10:40:37.229Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-27T10:40:37.229Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-27T10:40:37.229Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-27T10:40:37.229Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-11-27T10:40:37.230Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-27T10:40:37.230Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-27T10:40:37.230Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-27T10:40:37.230Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-27T10:40:37.230Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c8afe790-0da6-4274-9c14-b52bd1f4018c 2021-11-27T10:40:37.230Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:40:37.231Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vFW 7e5621ca-47dd 0 is not matching search criteria 2021-11-27T10:40:37.231Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-27T10:40:37.231Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-27T10:40:37.231Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-27T10:40:37.231Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-27T10:40:37.231Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-27T10:40:37.232Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-27T10:40:37.232Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-27T10:40:37.232Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-27T10:40:37.232Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-27T10:40:37.232Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-27T10:40:37.232Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-27T10:40:37.232Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-11-27T10:40:37.233Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6e984200-25f6-4834-8ba8-facff260cc46 2021-11-27T10:40:37.233Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:40:37.233Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-27 10-37-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T10:40:37.233Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:40:37.233Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-27 10-37-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T10:40:37.233Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:40:37.234Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-27 10-37-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T10:40:37.234Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:40:37.234Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-27 10-37-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T10:40:37.234Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-11-27 10-37-34 Description:catalog service description Model UUID:34dbc2cf-4cc5-4579-88fd-ec91d86c9daa Model Version:NULL Model InvariantUuid:a50c041c-b662-47af-a35e-f9d0995db493 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 7e5621ca-47dd Model UUID:45ef3331-c633-449c-93e1-144e7ac70e1f Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:781c7056-45d8-4538-8efd-304aea4ab960 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:bac417e8-915c-4d98-aef9-931939e99aae NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a63895c9-c3e9-47eb-8bf9-78c7af9e1494 ModelName:Vfw7e5621ca47dd..base_vfw..module-0 ModelUuid:89736c3c-ae1d-4af9-bb0f-efa7f516a481 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:02dadb2a-dc36-4dc5-bba4-fd56db661c32 ModelInvariantUuid:aef0fce0-4ecf-49e9-aded-80abb6390af5 ModelName:vFW 7e5621ca-47dd-nodes.vfwCvfc ModelUuid:c0df9a50-3832-4054-aabf-810589415117 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:86df03ed-4a2b-4d3a-8b3d-c00c5a5168ae ModelInvariantUuid:b4a9ea2e-af17-4127-9b65-7188a57d200e ModelName:Vfw7e5621ca47dd.compute.nodes.heat.vfw ModelUuid:d1f3df18-5998-42ae-98a1-06f348d31718 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:c8afe790-0da6-4274-9c14-b52bd1f4018c ModelInvariantUuid:e44ab45e-58fc-4e71-8f5c-ca5c1e6994eb ModelName:vFW 7e5621ca-47dd-nodes.vsnCvfc ModelUuid:3e77317d-336c-46e1-b8f9-e27938f34786 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:45bdee35-40cb-4437-b30f-9cb592bc1172 ModelInvariantUuid:b0896456-6e38-4ac4-b1fc-ee688fa59e14 ModelName:Vfw7e5621ca47dd.compute.nodes.heat.vsn ModelUuid:51033d41-d68c-4c8c-871d-b49820cbf670 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:6e984200-25f6-4834-8ba8-facff260cc46 ModelInvariantUuid:5b6d859f-0001-434c-a632-ec7f029b418d ModelName:vFW 7e5621ca-47dd-nodes.vpgCvfc ModelUuid:6cec345a-dc48-4cd6-ac44-a2e105e1b6c5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:511c6aa0-690b-4613-b09e-f24a8c83e288 ModelInvariantUuid:58dcb656-5b8a-4d0b-9075-ae7fac4d291a ModelName:Vfw7e5621ca47dd.compute.nodes.heat.vpg ModelUuid:7b7bf8c8-780b-4041-9392-21205042a8d3 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=? 2021-11-27T10:40:37.256Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 99e37cb3-9510-4be1-8d16-539e082c6c49 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=? 2021-11-27T10:40:37.393Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||vFW 7e5621ca-47dd 0 2021-11-27T10:40:37.399Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 99e37cb3-9510-4be1-8d16-539e082c6c49 2021-11-27T10:40:37.399Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: cf5c3ba5-29c5-4804-8786-740a6bf1252a from URL: /sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json 2021-11-27T10:40:37.400Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-11-27T10:40:37.400Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json 2021-11-27T10:40:37.459Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-11-27T10:40:37.459Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json cf5c3ba5-29c5-4804-8786-740a6bf1252a 785 2021-11-27T10:40:37.460Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json ASDC sendASDCNotification 2021-11-27T10:40:37.460Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json 2021-11-27T10:40:37.460Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-27T10:40:37.460Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-27T10:40:37.463Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T10:40:37.463Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009637460, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-27T10:40:37.564Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T10:40:37.565Z||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. 2021-11-27T10:40:37.565Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:40:37.577Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:40:37.577Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-27T10:40:38.465Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw7e5621ca47dd..base_vfw..module-0", "vfModuleModelInvariantUUID": "a63895c9-c3e9-47eb-8bf9-78c7af9e1494", "vfModuleModelVersion": "1", "vfModuleModelUUID": "89736c3c-ae1d-4af9-bb0f-efa7f516a481", "vfModuleModelCustomizationUUID": "cb13a5ce-bd18-43dc-891b-9c3c1da9b3bc", "isBase": true, "artifacts": [ "5dbdbc9d-b73c-4a48-9602-803fa664d5aa", "5e52668c-0c80-447b-a582-6ebf295376ed" ], "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": "" } } ] 2021-11-27T10:40:38.478Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw7e5621ca47dd..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:89736c3c-ae1d-4af9-bb0f-efa7f516a481 VfModuleModelInvariantUUID:a63895c9-c3e9-47eb-8bf9-78c7af9e1494 VfModuleModelDescription:NULL Artifacts UUID List:{ 5dbdbc9d-b73c-4a48-9602-803fa664d5aa , 5e52668c-0c80-447b-a582-6ebf295376ed } 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 } 2021-11-27T10:40:38.481Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw7e5621ca47dd..base_vfw..module-0", "vfModuleModelInvariantUUID": "a63895c9-c3e9-47eb-8bf9-78c7af9e1494", "vfModuleModelVersion": "1", "vfModuleModelUUID": "89736c3c-ae1d-4af9-bb0f-efa7f516a481", "vfModuleModelCustomizationUUID": "cb13a5ce-bd18-43dc-891b-9c3c1da9b3bc", "isBase": true, "artifacts": [ "5dbdbc9d-b73c-4a48-9602-803fa664d5aa", "5e52668c-0c80-447b-a582-6ebf295376ed" ], "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": "" } } ] 2021-11-27T10:40:38.481Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw7e5621ca47dd..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:89736c3c-ae1d-4af9-bb0f-efa7f516a481 VfModuleModelInvariantUUID:a63895c9-c3e9-47eb-8bf9-78c7af9e1494 VfModuleModelDescription:NULL Artifacts UUID List:{ 5dbdbc9d-b73c-4a48-9602-803fa664d5aa , 5e52668c-0c80-447b-a582-6ebf295376ed } 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 } 2021-11-27T10:40:38.481Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5dbdbc9d-b73c-4a48-9602-803fa664d5aa from URL: /sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml 2021-11-27T10:40:38.481Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-11-27T10:40:38.482Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml 2021-11-27T10:40:38.656Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-11-27T10:40:38.657Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml 5dbdbc9d-b73c-4a48-9602-803fa664d5aa 20368 2021-11-27T10:40:38.658Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-11-27T10:40:38.658Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml 2021-11-27T10:40:38.658Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-27T10:40:38.658Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-27T10:40:38.661Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T10:40:38.661Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009638657, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-27T10:40:38.761Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T10:40:38.762Z||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. 2021-11-27T10:40:38.762Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:40:38.773Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:40:38.773Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-27T10:40:39.661Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5e52668c-0c80-447b-a582-6ebf295376ed from URL: /sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env 2021-11-27T10:40:39.662Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-11-27T10:40:39.662Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env 2021-11-27T10:40:39.776Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-11-27T10:40:39.777Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env 5e52668c-0c80-447b-a582-6ebf295376ed 2098 2021-11-27T10:40:39.777Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-11-27T10:40:39.777Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env 2021-11-27T10:40:39.777Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-27T10:40:39.777Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-27T10:40:39.780Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T10:40:39.780Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009639777, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-27T10:40:39.880Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T10:40:39.881Z||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. 2021-11-27T10:40:39.882Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:40:39.893Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:40:39.894Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-27T10:40:40.781Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 34dbc2cf-4cc5-4579-88fd-ec91d86c9daa 2021-11-27T10:40:40.781Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7e5621ca-47dd 0 99e37cb3-9510-4be1-8d16-539e082c6c49 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=? 2021-11-27T10:40:40.816Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d81d12a, org.onap.sdc.toscaparser.api.parameters.Input@4c3b3497, org.onap.sdc.toscaparser.api.parameters.Input@204f059e, org.onap.sdc.toscaparser.api.parameters.Input@7cafc08c, org.onap.sdc.toscaparser.api.parameters.Input@2f7456b2] 2021-11-27T10:40:40.819Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:40:40.819Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-27 10-37-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T10:40:40.820Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2021-11-27T10:40:40.820Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= bac417e8-915c-4d98-aef9-931939e99aae 2021-11-27T10:40:40.820Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bac417e8-915c-4d98-aef9-931939e99aae matches Tosca VF Customization UUID: bac417e8-915c-4d98-aef9-931939e99aae 2021-11-27T10:40:40.820Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: bac417e8-915c-4d98-aef9-931939e99aae 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=? 2021-11-27T10:40:40.826Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:40:40.826Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-27 10-37-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T10:40:40.827Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id bac417e8-915c-4d98-aef9-931939e99aae: {\"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\"} 2021-11-27T10:40:40.828Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7b7724aa 2021-11-27T10:40:40.828Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:40:40.828Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-27 10-37-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-27T10:40:40.828Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cb13a5ce-bd18-43dc-891b-9c3c1da9b3bc 2021-11-27T10:40:40.829Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cb13a5ce-bd18-43dc-891b-9c3c1da9b3bc 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=? 2021-11-27T10:40:40.834Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:40:40.835Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vFW 7e5621ca-47dd 0 is matching search criteria 2021-11-27T10:40:40.835Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7e5621ca-47dd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-27T10:40:40.835Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:40:40.836Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vFW 7e5621ca-47dd 0 is matching search criteria 2021-11-27T10:40:40.836Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7e5621ca-47dd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-27T10:40:40.836Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:40:40.836Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vFW 7e5621ca-47dd 0 is not matching search criteria 2021-11-27T10:40:40.836Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-27T10:40:40.837Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-11-27T10:40:40.837Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-27T10:40:40.837Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-27T10:40:40.837Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-27T10:40:40.837Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-27T10:40:40.837Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-27T10:40:40.838Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-27T10:40:40.838Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-27T10:40:40.838Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-27T10:40:40.838Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-27T10:40:40.838Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=02dadb2a-dc36-4dc5-bba4-fd56db661c32 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=? 2021-11-27T10:40:40.848Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:40:40.848Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vFW 7e5621ca-47dd 0 is matching search criteria 2021-11-27T10:40:40.848Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7e5621ca-47dd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-27T10:40:40.848Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:40:40.849Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vFW 7e5621ca-47dd 0 is not matching search criteria 2021-11-27T10:40:40.849Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-27T10:40:40.849Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-27T10:40:40.849Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-27T10:40:40.849Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-27T10:40:40.849Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-27T10:40:40.850Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-27T10:40:40.850Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-27T10:40:40.850Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-11-27T10:40:40.850Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-27T10:40:40.850Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-27T10:40:40.850Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-27T10:40:40.850Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-27T10:40:40.851Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c8afe790-0da6-4274-9c14-b52bd1f4018c 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=? 2021-11-27T10:40:40.853Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:40:40.853Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vFW 7e5621ca-47dd 0 is matching search criteria 2021-11-27T10:40:40.853Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7e5621ca-47dd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-27T10:40:40.855Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:40:40.855Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vFW 7e5621ca-47dd 0 is not matching search criteria 2021-11-27T10:40:40.855Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-27T10:40:40.856Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-27T10:40:40.856Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-27T10:40:40.856Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-27T10:40:40.856Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-27T10:40:40.856Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-27T10:40:40.856Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-27T10:40:40.857Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-27T10:40:40.857Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-27T10:40:40.857Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-27T10:40:40.857Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-27T10:40:40.857Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-11-27T10:40:40.857Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6e984200-25f6-4834-8ba8-facff260cc46 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=? 2021-11-27T10:40:40.859Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:40:40.859Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vFW 7e5621ca-47dd 0 is matching search criteria 2021-11-27T10:40:40.859Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7e5621ca-47dd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-27T10:40:40.860Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:40:40.860Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vFW 7e5621ca-47dd 0 is matching search criteria 2021-11-27T10:40:40.860Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7e5621ca-47dd 0] matching following query criteria: sdcType=VF, customizationUUID=bac417e8-915c-4d98-aef9-931939e99aae 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=? 2021-11-27T10:40:40.862Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:40:40.862Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-27 10-37-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T10:40:40.862Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 34dbc2cf-4cc5-4579-88fd-ec91d86c9daa: vFW 7e5621ca-47dd 2021-11-27T10:40:40.862Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:40:40.863Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-27 10-37-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T10:40:40.863Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:40:40.863Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-27 10-37-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T10:40:40.863Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:40:40.863Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-27 10-37-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T10:40:40.864Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:40:40.864Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-27 10-37-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T10:40:40.864Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:40:40.864Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-27 10-37-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T10:40:40.864Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-11-27 10-37-34 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 (?, ?, ?, ?, ?) 2021-11-27T10:40:41.129Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7e5621ca-47dd 99e37cb3-9510-4be1-8d16-539e082c6c49 1 ASDC deployResourceStructure 2021-11-27T10:40:41.130Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json ASDC sendASDCNotification 2021-11-27T10:40:41.130Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json 2021-11-27T10:40:41.130Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-27T10:40:41.131Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-27T10:40:41.133Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T10:40:41.133Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009641130, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json", "status": "DEPLOY_OK" } 2021-11-27T10:40:41.233Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T10:40:41.234Z||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. 2021-11-27T10:40:41.234Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:40:41.250Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:40:41.251Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-11-27T10:40:42.134Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-11-27T10:40:42.134Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml 2021-11-27T10:40:42.134Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-27T10:40:42.135Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-27T10:40:42.137Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T10:40:42.137Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009642133, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-11-27T10:40:42.237Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T10:40:42.238Z||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. 2021-11-27T10:40:42.238Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:40:42.249Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:40:42.250Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-27T10:40:43.138Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-11-27T10:40:43.138Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env 2021-11-27T10:40:43.138Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-27T10:40:43.138Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-27T10:40:43.140Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T10:40:43.141Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009643137, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-11-27T10:40:43.241Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T10:40:43.242Z||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. 2021-11-27T10:40:43.242Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:40:43.252Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:40:43.253Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-27T10:40:44.142Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar ASDC sendASDCNotification 2021-11-27T10:40:44.143Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar 2021-11-27T10:40:44.143Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-27T10:40:44.143Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-27T10:40:44.145Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T10:40:44.145Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009644141, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar", "status": "DEPLOY_OK" } 2021-11-27T10:40:44.245Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T10:40:44.248Z||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. 2021-11-27T10:40:44.248Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:40:44.260Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:40:44.260Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-27T10:40:45.146Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b231fa7-3c69-42e7-af05-77be9734f1ae Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-27T10:40:45.164Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b231fa7-3c69-42e7-af05-77be9734f1ae Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-27T10:40:45.168Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-27T10:40:45.168Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-27T10:40:45.168Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-27T10:40:45.169Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-27T10:40:45.169Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-27T10:40:45.169Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-27T10:40:45.169Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-27T10:40:45.170Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-27T10:40:45.170Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-27T10:40:45.170Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-27T10:40:45.170Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-27T10:40:45.175Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-27T10:41:15.176Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1b231fa7-3c69-42e7-af05-77be9734f1ae 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=? 2021-11-27T10:41:15.189Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1b231fa7-3c69-42e7-af05-77be9734f1ae and serviceModelVersionId: 34dbc2cf-4cc5-4579-88fd-ec91d86c9daa 2021-11-27T10:41:15.189Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a50c041c-b662-47af-a35e-f9d0995db493 2021-11-27T10:41:24.521Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:41:24.523Z||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. 2021-11-27T10:41:24.523Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:41:24.648Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:41:24.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T10:41:24.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009624519, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T10:41:24.651Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T10:41:30.034Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a50c041c-b662-47af-a35e-f9d0995db493/model-vers/model-ver/34dbc2cf-4cc5-4579-88fd-ec91d86c9daa?depth=0 2021-11-27T10:41:30.151Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-11-27T10:41:30.655Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a50c041c-b662-47af-a35e-f9d0995db493/model-vers/model-ver/34dbc2cf-4cc5-4579-88fd-ec91d86c9daa?depth=0|INFO|500||Invoke 2021-11-27T10:41:30.664Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a50c041c-b662-47af-a35e-f9d0995db493/model-vers/model-ver/34dbc2cf-4cc5-4579-88fd-ec91d86c9daa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a50c041c-b662-47af-a35e-f9d0995db493/model-vers/model-ver/34dbc2cf-4cc5-4579-88fd-ec91d86c9daa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1b231fa7-3c69-42e7-af05-77be9734f1ae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bce3068e-0968-45d6-8fa4-c8584a5e2f5d], X-ECOMP-RequestID=[1b231fa7-3c69-42e7-af05-77be9734f1ae], X-TransactionId=[], X-ONAP-RequestID=[1b231fa7-3c69-42e7-af05-77be9734f1ae], Content-Type=[application/merge-patch+json]} 2021-11-27T10:41:30.781Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a50c041c-b662-47af-a35e-f9d0995db493/model-vers/model-ver/34dbc2cf-4cc5-4579-88fd-ec91d86c9daa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-27T10:41:31.147Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a50c041c-b662-47af-a35e-f9d0995db493/model-vers/model-ver/34dbc2cf-4cc5-4579-88fd-ec91d86c9daa?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/a50c041c-b662-47af-a35e-f9d0995db493/model-vers/model-ver/34dbc2cf-4cc5-4579-88fd-ec91d86c9daa?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211127-10:41:30:791-87299], vertex-id=[196632], Content-Length=[0], Date=[Sat, 27 Nov 2021 10:41:30 GMT], Content-Type=[application/json]} 2021-11-27T10:41:31.148Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a50c041c-b662-47af-a35e-f9d0995db493/model-vers/model-ver/34dbc2cf-4cc5-4579-88fd-ec91d86c9daa?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-27T10:41:31.149Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a50c041c-b662-47af-a35e-f9d0995db493/model-vers/model-ver/34dbc2cf-4cc5-4579-88fd-ec91d86c9daa?depth=0|INFO|500||InvokeReturn 2021-11-27T10:41:31.153Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-27T10:41:31.153Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-27T10:41:31.158Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-27T10:41:31.159Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1b231fa7-3c69-42e7-af05-77be9734f1ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-27T10:41:31.160Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-27T10:41:31.160Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-27T10:41:31.162Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T10:41:31.162Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009691159, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-27T10:41:31.262Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T10:41:31.264Z||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. 2021-11-27T10:41:31.264Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:41:31.276Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:41:31.277Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-27T10:41:32.178Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:41:32.178Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|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. 2021-11-27T10:41:32.179Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:41:41.715Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:42:24.519Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:42:24.521Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:42:24.524Z||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. 2021-11-27T10:42:24.524Z||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. 2021-11-27T10:42:24.524Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:42:24.524Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:42:24.572Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:42:24.574Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-27T10:42:24.574Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009624519, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json", "status": "NOTIFIED" } 2021-11-27T10:42:24.576Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-27T10:42:24.576Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-27T10:42:24.576Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009624519, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-27T10:42:24.577Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-27T10:42:24.577Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-27T10:42:24.577Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009624519, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T10:42:24.577Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-27T10:42:24.577Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-27T10:42:24.577Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009624519, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-27T10:42:24.577Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-27T10:42:24.577Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-27T10:42:24.577Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009624519, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T10:42:24.578Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-27T10:42:24.578Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-27T10:42:24.578Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009624519, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar", "status": "NOTIFIED" } 2021-11-27T10:42:24.578Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-27T10:42:24.578Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-27T10:42:24.578Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009632643, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T10:42:24.578Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T10:42:24.579Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-27T10:42:24.579Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009637460, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-27T10:42:24.579Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T10:42:24.579Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-27T10:42:24.579Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009638657, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-27T10:42:24.579Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T10:42:24.579Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-27T10:42:24.579Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009639777, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-27T10:42:24.579Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T10:42:24.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-27T10:42:24.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009641130, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json", "status": "DEPLOY_OK" } 2021-11-27T10:42:24.580Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T10:42:24.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-27T10:42:24.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009642133, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-11-27T10:42:24.580Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T10:42:24.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-27T10:42:24.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009643137, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-11-27T10:42:24.581Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T10:42:24.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-27T10:42:24.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009644141, "artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar", "status": "DEPLOY_OK" } 2021-11-27T10:42:24.581Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T10:42:34.079Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:43:24.520Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:43:24.521Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:43:24.521Z||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. 2021-11-27T10:43:24.522Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:43:24.521Z||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. 2021-11-27T10:43:24.523Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:43:25.051Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:43:25.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:43:25.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009691159, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-27T10:43:25.054Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T10:43:34.074Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:44:24.521Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:44:24.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:44:24.525Z||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. 2021-11-27T10:44:24.525Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:44:24.525Z||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. 2021-11-27T10:44:24.525Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:44:34.103Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:44:34.557Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:44:34.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-27T10:44:34.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"7c81e116-34f9-4851-adfe-c1a68c4009b7","serviceName":"basic_onboard_XdoMtz","serviceVersion":"1.0","serviceUUID":"0cee27ed-dbba-4dbb-87d9-ef61d2512565","serviceDescription":"service","serviceInvariantUUID":"cd5a36fc-1d8c-4b7b-8cd3-70dbb145466e","resources":[{"resourceInstanceName":"basic_onboard_XdoMtz 0","resourceName":"basic_onboard_XdoMtz","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0587da53-4df5-4228-bbaf-f1bb74c3c416","resourceInvariantUUID":"3cf5be24-ec8d-41f5-8363-17fe512a3cd4","resourceCustomizationUUID":"dca7dbc5-8425-4ad1-9158-aee589caf2cb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/vf-license-model.xml","artifactChecksum":"OTRlZDhiZjFjNDA1OTdkNTlkY2IxMjg3MGUxN2EyMTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bc3d5a12-d671-4c69-b4bd-f6afde907c11","artifactVersion":"1"},{"artifactName":"basic_onboard_xdomtz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json","artifactChecksum":"YWUxMDNiODcyOWQ5YTgzY2U5OTJiOTUxYTA2ZmQ0NTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8effa398-5b5c-4dcb-96b2-9b18192d4ea1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c2a86b70-bbb2-4bbe-a92a-e8c5f31ebc26","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"413685f0-1621-4471-b36c-c24b35676ae3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0d379c34-cfee-40b9-820c-78d1732daae2","artifactVersion":"2","generatedFromUUID":"c2a86b70-bbb2-4bbe-a92a-e8c5f31ebc26"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXdomtz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-template.yml","artifactChecksum":"ZjllMDk3MzcyY2Y4ZDFhZmQ5NWIwMWI1ZjliZWI1Zjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"18562e71-d724-4e15-aa08-25a777bdc811","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXdomtz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar","artifactChecksum":"YTg1ZTM0MjM1Yjk3NWFhODg1ZDYxOWM1YWRlM2I2NTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cd6bb7a2-de69-4d2a-bbd4-5ecbef4ac613","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-27T10:44:34.565Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T10:44:34.566Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-27T10:44:34.572Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T10:44:34.572Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009864520, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T10:44:34.672Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T10:44:34.674Z||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. 2021-11-27T10:44:34.674Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:44:34.687Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:44:34.688Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":3,"count":1} 2021-11-27T10:44:35.572Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T10:44:35.573Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-27T10:44:35.575Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T10:44:35.575Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009864520, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json", "status": "NOTIFIED" } 2021-11-27T10:44:35.676Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-27T10:44:35.677Z||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. 2021-11-27T10:44:35.677Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:44:35.691Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:44:35.692Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-27T10:44:36.576Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T10:44:36.577Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-27T10:44:36.584Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T10:44:36.584Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009864520, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-27T10:44:36.684Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-27T10:44:36.685Z||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. 2021-11-27T10:44:36.686Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:44:36.708Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:44:36.709Z||pool-21-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2021-11-27T10:44:37.586Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T10:44:37.587Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-27T10:44:37.590Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T10:44:37.590Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009864520, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T10:44:37.692Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-27T10:44:37.693Z||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. 2021-11-27T10:44:37.693Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:44:37.703Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:44:37.703Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-27T10:44:38.592Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T10:44:38.593Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-27T10:44:38.596Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T10:44:38.596Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009864520, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-27T10:44:38.697Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T10:44:38.698Z||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. 2021-11-27T10:44:38.698Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:44:38.719Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:44:38.720Z||pool-23-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-11-27T10:44:39.597Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T10:44:39.598Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-27T10:44:39.601Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T10:44:39.601Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009864520, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T10:44:39.701Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T10:44:39.702Z||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. 2021-11-27T10:44:39.702Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:44:39.713Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:44:39.713Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-11-27T10:44:40.602Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T10:44:40.603Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-27T10:44:40.606Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T10:44:40.606Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009864520, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar", "status": "NOTIFIED" } 2021-11-27T10:44:40.706Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T10:44:40.707Z||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. 2021-11-27T10:44:40.708Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:44:40.720Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:44:40.720Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-27T10:44:41.608Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "serviceName": "basic_onboard_XdoMtz", "serviceVersion": "1.0", "serviceUUID": "0cee27ed-dbba-4dbb-87d9-ef61d2512565", "serviceDescription": "service", "serviceInvariantUUID": "cd5a36fc-1d8c-4b7b-8cd3-70dbb145466e", "resources": [ { "resourceInstanceName": "basic_onboard_XdoMtz 0", "resourceCustomizationUUID": "dca7dbc5-8425-4ad1-9158-aee589caf2cb", "resourceName": "basic_onboard_XdoMtz", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "0587da53-4df5-4228-bbaf-f1bb74c3c416", "resourceInvariantUUID": "3cf5be24-ec8d-41f5-8363-17fe512a3cd4", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_xdomtz0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json", "artifactChecksum": "YWUxMDNiODcyOWQ5YTgzY2U5OTJiOTUxYTA2ZmQ0NTM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8effa398-5b5c-4dcb-96b2-9b18192d4ea1", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "c2a86b70-bbb2-4bbe-a92a-e8c5f31ebc26", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "0d379c34-cfee-40b9-820c-78d1732daae2", "generatedFromUUID": "c2a86b70-bbb2-4bbe-a92a-e8c5f31ebc26" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "0d379c34-cfee-40b9-820c-78d1732daae2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardXdomtz-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar", "artifactChecksum": "YTg1ZTM0MjM1Yjk3NWFhODg1ZDYxOWM1YWRlM2I2NTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cd6bb7a2-de69-4d2a-bbd4-5ecbef4ac613" } ], "workloadContext": "Production" } 2021-11-27T10:44:41.608Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-27T10:44:41.608Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0cee27ed-dbba-4dbb-87d9-ef61d2512565 ASDC 2021-11-27T10:44:41.609Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:7c81e116-34f9-4851-adfe-c1a68c4009b7 ServiceName:basic_onboard_XdoMtz ServiceVersion:1.0 ServiceUUID:0cee27ed-dbba-4dbb-87d9-ef61d2512565 ServiceInvariantUUID:cd5a36fc-1d8c-4b7b-8cd3-70dbb145466e ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardXdomtz-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar ArtifactUUID:cd6bb7a2-de69-4d2a-bbd4-5ecbef4ac613 ArtifactChecksum:YTg1ZTM0MjM1Yjk3NWFhODg1ZDYxOWM1YWRlM2I2NTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_XdoMtz 0 ResourceCustomizationUUID:dca7dbc5-8425-4ad1-9158-aee589caf2cb ResourceInvariantUUID:3cf5be24-ec8d-41f5-8363-17fe512a3cd4 ResourceName:basic_onboard_XdoMtz ResourceType:VF ResourceUUID:0587da53-4df5-4228-bbaf-f1bb74c3c416 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_xdomtz0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json ArtifactUUID:8effa398-5b5c-4dcb-96b2-9b18192d4ea1 ArtifactChecksum:YWUxMDNiODcyOWQ5YTgzY2U5OTJiOTUxYTA2ZmQ0NTM= 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/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml ArtifactUUID:c2a86b70-bbb2-4bbe-a92a-e8c5f31ebc26 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/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env ArtifactUUID:0d379c34-cfee-40b9-820c-78d1732daae2 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/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env ArtifactUUID:0d379c34-cfee-40b9-820c-78d1732daae2 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-27T10:44:41.609Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0cee27ed-dbba-4dbb-87d9-ef61d2512565 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 (?, ?, ?, ?, ?) 2021-11-27T10:44:41.656Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-27T10:44:41.657Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-11-27T10:44:41.658Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-11-27T10:44:41.658Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cd6bb7a2-de69-4d2a-bbd4-5ecbef4ac613 from URL: /sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar 2021-11-27T10:44:41.658Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-11-27T10:44:41.659Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar 2021-11-27T10:44:41.863Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-11-27T10:44:41.867Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar cd6bb7a2-de69-4d2a-bbd4-5ecbef4ac613 71536 2021-11-27T10:44:41.867Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar ASDC sendASDCNotification 2021-11-27T10:44:41.867Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar 2021-11-27T10:44:41.867Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-27T10:44:41.868Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-27T10:44:41.870Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T10:44:41.871Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009881867, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T10:44:41.971Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T10:44:41.972Z||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. 2021-11-27T10:44:41.972Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:44:41.987Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:44:41.988Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-11-27T10:44:42.871Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-27T10:44:42.872Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-11-27T10:44:42.873Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: cd6bb7a2-de69-4d2a-bbd4-5ecbef4ac613, URL: /sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar to file: /app/ASDC/1/service-BasicOnboardXdomtz-csar.csar 2021-11-27T10:44:42.874Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardXdomtz-csar.csar 2021-11-27T10:44:42.875Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardXdomtz-csar.csar 2021-11-27T10:44:42.875Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardXdomtz-csar.csar 2021-11-27T10:44:43.290Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9583883552819813332/Definitions/service-BasicOnboardXdomtz-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 2021-11-27T10:44:44.644Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-27T10:44:44.645Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-11-27T10:44:44.645Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardXdomtz-csar.csar 2021-11-27T10:44:44.645Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-27T10:44:44.645Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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-BasicOnboardXdomtz-csar.csar 2021-11-27T10:44:44.646Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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-BasicOnboardXdomtz-csar.csar 2021-11-27T10:44:44.646Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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-BasicOnboardXdomtz-csar.csar 2021-11-27T10:44:44.646Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_XdoMtz 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-BasicOnboardXdomtz-csar.csar 2021-11-27T10:44:44.647Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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-BasicOnboardXdomtz-csar.csar 2021-11-27T10:44:44.647Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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-BasicOnboardXdomtz-csar.csar 2021-11-27T10:44:44.647Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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-BasicOnboardXdomtz-csar.csar 2021-11-27T10:44:44.647Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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-BasicOnboardXdomtz-csar.csar 2021-11-27T10:44:44.648Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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-BasicOnboardXdomtz-csar.csar 2021-11-27T10:44:44.648Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-11-27T10:44:44.648Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:44:44.649Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XdoMtz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T10:44:44.649Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_XdoMtz 0 is matching search criteria 2021-11-27T10:44:44.649Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-11-27T10:44:44.650Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_XdoMtz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-27T10:44:44.650Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:44:44.650Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XdoMtz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T10:44:44.652Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_XdoMtz 0 is matching search criteria 2021-11-27T10:44:44.652Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-11-27T10:44:44.653Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_XdoMtz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-27T10:44:44.653Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:44:44.653Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XdoMtz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T10:44:44.653Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:44:44.654Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_XdoMtz 0 is not matching search criteria 2021-11-27T10:44:44.654Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-11-27T10:44:44.654Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-11-27T10:44:44.654Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-11-27T10:44:44.654Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-27T10:44:44.654Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-27T10:44:44.654Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:44:44.655Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XdoMtz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-27T10:44:44.655Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:44:44.655Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_XdoMtz 0 is matching search criteria 2021-11-27T10:44:44.655Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_XdoMtz 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-27T10:44:44.655Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:44:44.655Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_XdoMtz 0 is matching search criteria 2021-11-27T10:44:44.656Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_XdoMtz 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-27T10:44:44.656Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:44:44.656Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_XdoMtz 0 is matching search criteria 2021-11-27T10:44:44.656Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_XdoMtz 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-27T10:44:44.656Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:44:44.656Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_XdoMtz 0 is not matching search criteria 2021-11-27T10:44:44.656Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-27T10:44:44.657Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-27T10:44:44.657Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e011e3ff-6c1a-4622-a42a-04dfb5982341 2021-11-27T10:44:44.657Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:44:44.657Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XdoMtz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T10:44:44.657Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:44:44.657Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XdoMtz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T10:44:44.657Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:44:44.658Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XdoMtz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T10:44:44.658Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:44:44.658Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XdoMtz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T10:44:44.658Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_XdoMtz Description:service Model UUID:0cee27ed-dbba-4dbb-87d9-ef61d2512565 Model Version:NULL Model InvariantUuid:cd5a36fc-1d8c-4b7b-8cd3-70dbb145466e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_XdoMtz Model UUID:04126663-527c-4f77-a6c5-e566ce960f65 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:3cf5be24-ec8d-41f5-8363-17fe512a3cd4 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:dca7dbc5-8425-4ad1-9158-aee589caf2cb NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:00e34263-51ad-4e2a-816f-9aad00f80abd ModelName:BasicOnboardXdomtz..base_ubuntu18..module-0 ModelUuid:b600ee37-e826-4906-896c-771da3e61f17 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e011e3ff-6c1a-4622-a42a-04dfb5982341 ModelInvariantUuid:02e3008b-349d-482e-9fde-ce0a3922aad6 ModelName:basic_onboard_XdoMtz-nodes.ubuntu18Cvfc ModelUuid:5203b5f1-e56f-4743-a745-1f1eac9cb2ee ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:355e3b16-59d5-4db9-aaaa-ceff9e8dece6 ModelInvariantUuid:cee24eba-5ea4-44ea-a89c-74e54aa4d7a5 ModelName:BasicOnboardXdomtz.compute.nodes.heat.ubuntu18 ModelUuid:6bd84157-52ee-4957-ab9d-ed496fbcc2d4 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=? 2021-11-27T10:44:44.664Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 0587da53-4df5-4228-bbaf-f1bb74c3c416 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=? 2021-11-27T10:44:44.669Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||basic_onboard_XdoMtz 0 2021-11-27T10:44:44.669Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0587da53-4df5-4228-bbaf-f1bb74c3c416 2021-11-27T10:44:44.669Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8effa398-5b5c-4dcb-96b2-9b18192d4ea1 from URL: /sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json 2021-11-27T10:44:44.669Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-11-27T10:44:44.669Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json 2021-11-27T10:44:44.726Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-11-27T10:44:44.727Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json 8effa398-5b5c-4dcb-96b2-9b18192d4ea1 798 2021-11-27T10:44:44.728Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json ASDC sendASDCNotification 2021-11-27T10:44:44.728Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json 2021-11-27T10:44:44.728Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-27T10:44:44.729Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-27T10:44:44.733Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T10:44:44.734Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009884728, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-27T10:44:44.832Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-11-27T10:44:44.833Z||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. 2021-11-27T10:44:44.833Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:44:44.854Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:44:44.856Z||pool-27-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2021-11-27T10:44:45.735Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardXdomtz..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "00e34263-51ad-4e2a-816f-9aad00f80abd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b600ee37-e826-4906-896c-771da3e61f17", "vfModuleModelCustomizationUUID": "cc749295-9419-4a2a-8454-f43adb1870cf", "isBase": true, "artifacts": [ "c2a86b70-bbb2-4bbe-a92a-e8c5f31ebc26", "0d379c34-cfee-40b9-820c-78d1732daae2" ], "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": "" } } ] 2021-11-27T10:44:45.745Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardXdomtz..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b600ee37-e826-4906-896c-771da3e61f17 VfModuleModelInvariantUUID:00e34263-51ad-4e2a-816f-9aad00f80abd VfModuleModelDescription:NULL Artifacts UUID List:{ c2a86b70-bbb2-4bbe-a92a-e8c5f31ebc26 , 0d379c34-cfee-40b9-820c-78d1732daae2 } 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 } 2021-11-27T10:44:45.748Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardXdomtz..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "00e34263-51ad-4e2a-816f-9aad00f80abd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b600ee37-e826-4906-896c-771da3e61f17", "vfModuleModelCustomizationUUID": "cc749295-9419-4a2a-8454-f43adb1870cf", "isBase": true, "artifacts": [ "c2a86b70-bbb2-4bbe-a92a-e8c5f31ebc26", "0d379c34-cfee-40b9-820c-78d1732daae2" ], "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": "" } } ] 2021-11-27T10:44:45.748Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardXdomtz..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b600ee37-e826-4906-896c-771da3e61f17 VfModuleModelInvariantUUID:00e34263-51ad-4e2a-816f-9aad00f80abd VfModuleModelDescription:NULL Artifacts UUID List:{ c2a86b70-bbb2-4bbe-a92a-e8c5f31ebc26 , 0d379c34-cfee-40b9-820c-78d1732daae2 } 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 } 2021-11-27T10:44:45.748Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c2a86b70-bbb2-4bbe-a92a-e8c5f31ebc26 from URL: /sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml 2021-11-27T10:44:45.748Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-11-27T10:44:45.748Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml 2021-11-27T10:44:45.863Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-11-27T10:44:45.863Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml c2a86b70-bbb2-4bbe-a92a-e8c5f31ebc26 5033 2021-11-27T10:44:45.864Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-27T10:44:45.864Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml 2021-11-27T10:44:45.864Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-27T10:44:45.864Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-27T10:44:45.866Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T10:44:45.866Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009885864, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-27T10:44:45.966Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-27T10:44:45.968Z||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. 2021-11-27T10:44:45.968Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:44:45.978Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:44:45.979Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-27T10:44:46.868Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0d379c34-cfee-40b9-820c-78d1732daae2 from URL: /sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env 2021-11-27T10:44:46.868Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-11-27T10:44:46.868Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env 2021-11-27T10:44:47.402Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-11-27T10:44:47.402Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env 0d379c34-cfee-40b9-820c-78d1732daae2 909 2021-11-27T10:44:47.402Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-27T10:44:47.403Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env 2021-11-27T10:44:47.403Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-27T10:44:47.403Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-27T10:44:47.405Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T10:44:47.405Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009887402, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-27T10:44:47.505Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T10:44:47.506Z||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. 2021-11-27T10:44:47.506Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:44:47.517Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:44:47.517Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-27T10:44:48.405Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 0cee27ed-dbba-4dbb-87d9-ef61d2512565 2021-11-27T10:44:48.406Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_XdoMtz 0 0587da53-4df5-4228-bbaf-f1bb74c3c416 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=? 2021-11-27T10:44:48.418Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@39eb7d9a, org.onap.sdc.toscaparser.api.parameters.Input@251ceb29, org.onap.sdc.toscaparser.api.parameters.Input@2e0b4a4b, org.onap.sdc.toscaparser.api.parameters.Input@66f94fb5, org.onap.sdc.toscaparser.api.parameters.Input@49cf95d] 2021-11-27T10:44:48.420Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:44:48.420Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XdoMtz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T10:44:48.421Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2021-11-27T10:44:48.421Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= dca7dbc5-8425-4ad1-9158-aee589caf2cb 2021-11-27T10:44:48.421Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dca7dbc5-8425-4ad1-9158-aee589caf2cb matches Tosca VF Customization UUID: dca7dbc5-8425-4ad1-9158-aee589caf2cb 2021-11-27T10:44:48.421Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: dca7dbc5-8425-4ad1-9158-aee589caf2cb 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=? 2021-11-27T10:44:48.423Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:44:48.424Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XdoMtz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T10:44:48.424Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id dca7dbc5-8425-4ad1-9158-aee589caf2cb: {\"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\"} 2021-11-27T10:44:48.425Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1e9e39da 2021-11-27T10:44:48.425Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:44:48.425Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XdoMtz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-27T10:44:48.425Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cc749295-9419-4a2a-8454-f43adb1870cf 2021-11-27T10:44:48.426Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cc749295-9419-4a2a-8454-f43adb1870cf 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=? 2021-11-27T10:44:48.428Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:44:48.429Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_XdoMtz 0 is matching search criteria 2021-11-27T10:44:48.429Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_XdoMtz 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-27T10:44:48.429Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:44:48.430Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_XdoMtz 0 is matching search criteria 2021-11-27T10:44:48.430Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_XdoMtz 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-27T10:44:48.430Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:44:48.430Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_XdoMtz 0 is not matching search criteria 2021-11-27T10:44:48.431Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-27T10:44:48.431Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-27T10:44:48.431Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e011e3ff-6c1a-4622-a42a-04dfb5982341 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=? 2021-11-27T10:44:48.434Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:44:48.434Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_XdoMtz 0 is matching search criteria 2021-11-27T10:44:48.434Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_XdoMtz 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-27T10:44:48.435Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:44:48.435Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_XdoMtz 0 is matching search criteria 2021-11-27T10:44:48.435Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_XdoMtz 0] matching following query criteria: sdcType=VF, customizationUUID=dca7dbc5-8425-4ad1-9158-aee589caf2cb 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=? 2021-11-27T10:44:48.437Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:44:48.437Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XdoMtz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T10:44:48.438Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 0cee27ed-dbba-4dbb-87d9-ef61d2512565: basic_onboard_XdoMtz 2021-11-27T10:44:48.438Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:44:48.439Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XdoMtz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T10:44:48.439Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:44:48.439Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XdoMtz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T10:44:48.440Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:44:48.440Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XdoMtz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T10:44:48.440Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:44:48.441Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XdoMtz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T10:44:48.441Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T10:44:48.441Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XdoMtz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T10:44:48.442Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_XdoMtz 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 (?, ?, ?, ?, ?) 2021-11-27T10:44:48.522Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_XdoMtz 0587da53-4df5-4228-bbaf-f1bb74c3c416 1 ASDC deployResourceStructure 2021-11-27T10:44:48.523Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json ASDC sendASDCNotification 2021-11-27T10:44:48.523Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json 2021-11-27T10:44:48.523Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-27T10:44:48.523Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-27T10:44:48.525Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T10:44:48.526Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009888523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json", "status": "DEPLOY_OK" } 2021-11-27T10:44:48.626Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T10:44:48.627Z||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. 2021-11-27T10:44:48.627Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:44:48.644Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:44:48.644Z||pool-30-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-11-27T10:44:49.527Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-27T10:44:49.527Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml 2021-11-27T10:44:49.527Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-27T10:44:49.528Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-27T10:44:49.531Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T10:44:49.531Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009889526, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-27T10:44:49.631Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T10:44:49.632Z||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. 2021-11-27T10:44:49.632Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:44:49.645Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:44:49.645Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-27T10:44:50.532Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-27T10:44:50.533Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env 2021-11-27T10:44:50.533Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-27T10:44:50.533Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-27T10:44:50.536Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T10:44:50.537Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009890532, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-27T10:44:50.637Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T10:44:50.638Z||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. 2021-11-27T10:44:50.638Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:44:50.647Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:44:50.647Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-27T10:44:51.537Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar ASDC sendASDCNotification 2021-11-27T10:44:51.538Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar 2021-11-27T10:44:51.539Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-27T10:44:51.539Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-27T10:44:51.542Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T10:44:51.542Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009891537, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar", "status": "DEPLOY_OK" } 2021-11-27T10:44:51.641Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-27T10:44:51.642Z||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. 2021-11-27T10:44:51.643Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:44:51.656Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:44:51.657Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-27T10:44:52.543Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c81e116-34f9-4851-adfe-c1a68c4009b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-27T10:44:52.552Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c81e116-34f9-4851-adfe-c1a68c4009b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-27T10:44:52.554Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-27T10:44:52.555Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-27T10:44:52.555Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-27T10:45:22.555Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c81e116-34f9-4851-adfe-c1a68c4009b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-27T10:45:22.574Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c81e116-34f9-4851-adfe-c1a68c4009b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-27T10:45:22.578Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-27T10:45:22.579Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-27T10:45:22.579Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-27T10:45:24.521Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:45:24.522Z||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. 2021-11-27T10:45:24.522Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:45:25.155Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:45:25.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "dcae-sch", "timestamp": 1638009871182, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.162Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "ves-openapi-manager", "timestamp": 1638009873675, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.163Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "aai-ml", "timestamp": 1638009869864, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.164Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009864520, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.164Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "cds", "timestamp": 1638009866905, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.165Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "policy-id", "timestamp": 1638009873315, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.166Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "ves-openapi-manager", "timestamp": 1638009873675, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.167Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "cds", "timestamp": 1638009866905, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.168Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.168Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "aai-ml", "timestamp": 1638009869864, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.169Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.169Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009864520, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json", "status": "NOTIFIED" } 2021-11-27T10:45:25.169Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "dcae-sch", "timestamp": 1638009871182, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.170Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "policy-id", "timestamp": 1638009873315, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.171Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638009875058, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.172Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "ves-openapi-manager", "timestamp": 1638009873675, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.173Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.173Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "dcae-sch", "timestamp": 1638009871182, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.174Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.174Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "cds", "timestamp": 1638009866905, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.174Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.175Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "aai-ml", "timestamp": 1638009869864, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.175Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.175Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009864520, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-27T10:45:25.176Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.176Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "policy-id", "timestamp": 1638009873315, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-27T10:45:25.176Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.176Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638009875058, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.177Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.177Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "ves-openapi-manager", "timestamp": 1638009873675, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.177Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.178Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "dcae-sch", "timestamp": 1638009871182, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.178Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.178Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "cds", "timestamp": 1638009866905, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.179Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.179Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "aai-ml", "timestamp": 1638009869864, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.179Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009864520, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.180Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "policy-id", "timestamp": 1638009873315, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.180Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638009875058, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.181Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "ves-openapi-manager", "timestamp": 1638009873675, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.182Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "dcae-sch", "timestamp": 1638009871182, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.182Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "aai-ml", "timestamp": 1638009869864, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "cds", "timestamp": 1638009866905, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.184Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009864520, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-27T10:45:25.184Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "policy-id", "timestamp": 1638009873315, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.185Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638009875058, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.185Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "ves-openapi-manager", "timestamp": 1638009873675, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.186Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "aai-ml", "timestamp": 1638009869864, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.187Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "cds", "timestamp": 1638009866905, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "dcae-sch", "timestamp": 1638009871182, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009864520, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.189Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "policy-id", "timestamp": 1638009873315, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.190Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638009875058, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.191Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "ves-openapi-manager", "timestamp": 1638009873675, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.192Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "cds", "timestamp": 1638009866905, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar", "status": "NOTIFIED" } 2021-11-27T10:45:25.192Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "aai-ml", "timestamp": 1638009869864, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar", "status": "NOTIFIED" } 2021-11-27T10:45:25.193Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "dcae-sch", "timestamp": 1638009871182, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.193Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009864520, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar", "status": "NOTIFIED" } 2021-11-27T10:45:25.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "multicloud-k8s-id", "timestamp": 1638009879965, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.195Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "policy-id", "timestamp": 1638009873315, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar", "status": "NOTIFIED" } 2021-11-27T10:45:25.196Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.196Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.196Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638009875058, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.196Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.196Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.196Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "multicloud-k8s-id", "timestamp": 1638009879965, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json", "status": "NOTIFIED" } 2021-11-27T10:45:25.197Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.197Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.197Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638009875058, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar", "status": "NOTIFIED" } 2021-11-27T10:45:25.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "aai-ml", "timestamp": 1638009881868, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T10:45:25.198Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T10:45:25.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "cds", "timestamp": 1638009881874, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T10:45:25.199Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T10:45:25.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009881867, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T10:45:25.200Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T10:45:25.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "policy-id", "timestamp": 1638009881950, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T10:45:25.200Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T10:45:25.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "multicloud-k8s-id", "timestamp": 1638009879965, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-27T10:45:25.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "cds", "timestamp": 1638009882885, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-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=? 2021-11-27T10:45:25.209Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7c81e116-34f9-4851-adfe-c1a68c4009b7 2021-11-27T10:45:25.210Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c81e116-34f9-4851-adfe-c1a68c4009b7 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 (?, ?, ?, ?, ?) 2021-11-27T10:45:25.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638009882954, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T10:45:25.221Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T10:45:25.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "policy-id", "timestamp": 1638009882955, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar", "status": "DEPLOY_OK" } 2021-11-27T10:45:25.222Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T10:45:25.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "multicloud-k8s-id", "timestamp": 1638009879965, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.222Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "policy-id", "timestamp": 1638009883964, "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=? 2021-11-27T10:45:25.228Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7c81e116-34f9-4851-adfe-c1a68c4009b7 2021-11-27T10:45:25.228Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c81e116-34f9-4851-adfe-c1a68c4009b7 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 (?, ?, ?, ?, ?) 2021-11-27T10:45:25.237Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.237Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "multicloud-k8s-id", "timestamp": 1638009879965, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-27T10:45:25.237Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009884728, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-27T10:45:25.238Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T10:45:25.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638009885333, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar", "status": "DEPLOY_OK" } 2021-11-27T10:45:25.238Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T10:45:25.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "multicloud-k8s-id", "timestamp": 1638009879965, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.239Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009885864, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-27T10:45:25.239Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T10:45:25.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638009886339, "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=? 2021-11-27T10:45:25.247Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7c81e116-34f9-4851-adfe-c1a68c4009b7 2021-11-27T10:45:25.247Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c81e116-34f9-4851-adfe-c1a68c4009b7 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 (?, ?, ?, ?, ?) 2021-11-27T10:45:25.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "multicloud-k8s-id", "timestamp": 1638009879965, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar", "status": "NOTIFIED" } 2021-11-27T10:45:25.255Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009887402, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-27T10:45:25.255Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T10:45:25.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "multicloud-k8s-id", "timestamp": 1638009888357, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-27T10:45:25.256Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T10:45:25.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009888523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json", "status": "DEPLOY_OK" } 2021-11-27T10:45:25.256Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T10:45:25.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.257Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "clamp", "timestamp": 1638009888325, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.257Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.257Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009889526, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-27T10:45:25.257Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T10:45:25.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "multicloud-k8s-id", "timestamp": 1638009889667, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-27T10:45:25.258Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T10:45:25.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "clamp", "timestamp": 1638009888325, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json", "status": "NOTIFIED" } 2021-11-27T10:45:25.258Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009890532, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-27T10:45:25.259Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T10:45:25.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "multicloud-k8s-id", "timestamp": 1638009890955, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-27T10:45:25.259Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T10:45:25.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "clamp", "timestamp": 1638009888325, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.260Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009891537, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar", "status": "DEPLOY_OK" } 2021-11-27T10:45:25.260Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T10:45:25.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "aai-ml", "timestamp": 1638009891777, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar", "status": "DEPLOY_OK" } 2021-11-27T10:45:25.261Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T10:45:25.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "clamp", "timestamp": 1638009888325, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.261Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "multicloud-k8s-id", "timestamp": 1638009891980, "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=? 2021-11-27T10:45:25.266Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7c81e116-34f9-4851-adfe-c1a68c4009b7 2021-11-27T10:45:25.266Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c81e116-34f9-4851-adfe-c1a68c4009b7 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=? 2021-11-27T10:45:25.273Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.273Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "aai-ml", "timestamp": 1638009892783, "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=? 2021-11-27T10:45:25.279Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7c81e116-34f9-4851-adfe-c1a68c4009b7 2021-11-27T10:45:25.279Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c81e116-34f9-4851-adfe-c1a68c4009b7 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 (?, ?, ?, ?, ?) 2021-11-27T10:45:25.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.288Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "clamp", "timestamp": 1638009888325, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "multicloud-k8s-id", "timestamp": 1638009892984, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json", "status": "DEPLOY_OK" } 2021-11-27T10:45:25.289Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T10:45:25.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "clamp", "timestamp": 1638009888325, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T10:45:25.290Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "clamp", "timestamp": 1638009888325, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar", "status": "NOTIFIED" } 2021-11-27T10:45:25.291Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-27T10:45:25.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "clamp", "timestamp": 1638009904859, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T10:45:25.292Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T10:45:25.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "clamp", "timestamp": 1638009906770, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar", "status": "DEPLOY_OK" } 2021-11-27T10:45:25.292Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T10:45:25.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:45:25.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "clamp", "timestamp": 1638009907774, "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=? 2021-11-27T10:45:25.298Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7c81e116-34f9-4851-adfe-c1a68c4009b7 2021-11-27T10:45:25.298Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c81e116-34f9-4851-adfe-c1a68c4009b7 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 (?, ?, ?, ?, ?) 2021-11-27T10:45:52.579Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c81e116-34f9-4851-adfe-c1a68c4009b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-27T10:45:52.588Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c81e116-34f9-4851-adfe-c1a68c4009b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-27T10:45:52.591Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-27T10:45:52.591Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-27T10:45:52.591Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-27T10:45:52.591Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-27T10:45:52.591Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-27T10:45:52.591Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-27T10:45:52.591Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-27T10:45:52.591Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-27T10:45:52.592Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-27T10:45:52.592Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-27T10:45:52.592Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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=? 2021-11-27T10:45:52.596Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-27T10:46:22.596Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7c81e116-34f9-4851-adfe-c1a68c4009b7 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=? 2021-11-27T10:46:22.612Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7c81e116-34f9-4851-adfe-c1a68c4009b7 and serviceModelVersionId: 0cee27ed-dbba-4dbb-87d9-ef61d2512565 2021-11-27T10:46:22.612Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cd5a36fc-1d8c-4b7b-8cd3-70dbb145466e 2021-11-27T10:46:22.614Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cd5a36fc-1d8c-4b7b-8cd3-70dbb145466e/model-vers/model-ver/0cee27ed-dbba-4dbb-87d9-ef61d2512565?depth=0 2021-11-27T10:46:22.626Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2021-11-27T10:46:22.713Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd5a36fc-1d8c-4b7b-8cd3-70dbb145466e/model-vers/model-ver/0cee27ed-dbba-4dbb-87d9-ef61d2512565?depth=0|INFO|500||Invoke 2021-11-27T10:46:22.713Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd5a36fc-1d8c-4b7b-8cd3-70dbb145466e/model-vers/model-ver/0cee27ed-dbba-4dbb-87d9-ef61d2512565?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd5a36fc-1d8c-4b7b-8cd3-70dbb145466e/model-vers/model-ver/0cee27ed-dbba-4dbb-87d9-ef61d2512565?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7c81e116-34f9-4851-adfe-c1a68c4009b7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b1bf059f-195e-4481-b34a-42a28fa1c378], X-ECOMP-RequestID=[7c81e116-34f9-4851-adfe-c1a68c4009b7], X-TransactionId=[], X-ONAP-RequestID=[7c81e116-34f9-4851-adfe-c1a68c4009b7], Content-Type=[application/merge-patch+json]} 2021-11-27T10:46:22.746Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd5a36fc-1d8c-4b7b-8cd3-70dbb145466e/model-vers/model-ver/0cee27ed-dbba-4dbb-87d9-ef61d2512565?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-27T10:46:22.878Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd5a36fc-1d8c-4b7b-8cd3-70dbb145466e/model-vers/model-ver/0cee27ed-dbba-4dbb-87d9-ef61d2512565?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/cd5a36fc-1d8c-4b7b-8cd3-70dbb145466e/model-vers/model-ver/0cee27ed-dbba-4dbb-87d9-ef61d2512565?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211127-10:46:22:755-32424], vertex-id=[237648], Content-Length=[0], Date=[Sat, 27 Nov 2021 10:46:22 GMT], Content-Type=[application/json]} 2021-11-27T10:46:22.879Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd5a36fc-1d8c-4b7b-8cd3-70dbb145466e/model-vers/model-ver/0cee27ed-dbba-4dbb-87d9-ef61d2512565?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-27T10:46:22.879Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd5a36fc-1d8c-4b7b-8cd3-70dbb145466e/model-vers/model-ver/0cee27ed-dbba-4dbb-87d9-ef61d2512565?depth=0|INFO|500||InvokeReturn 2021-11-27T10:46:22.880Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-27T10:46:22.880Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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=? 2021-11-27T10:46:22.886Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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) 2021-11-27T10:46:22.887Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7c81e116-34f9-4851-adfe-c1a68c4009b7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-27T10:46:22.887Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-27T10:46:22.888Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-27T10:46:22.890Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T10:46:22.890Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009982887, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-27T10:46:22.991Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T10:46:22.992Z||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. 2021-11-27T10:46:22.992Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:46:23.008Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:46:23.009Z||pool-34-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=? 2021-11-27T10:46:23.909Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:46:23.910Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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. 2021-11-27T10:46:23.910Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:46:24.521Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:46:24.523Z||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. 2021-11-27T10:46:24.523Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:46:25.145Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:46:25.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-27T10:46:25.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638009982887, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-27T10:46:25.148Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T10:46:33.491Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:46:33.493Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:46:33.494Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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. 2021-11-27T10:46:33.494Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:46:43.035Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:47:24.519Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:47:24.521Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:47:24.521Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|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. 2021-11-27T10:47:24.521Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:47:24.521Z||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. 2021-11-27T10:47:24.521Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:47:34.071Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:47:34.076Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:48:24.519Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:48:24.521Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:48:24.523Z||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. 2021-11-27T10:48:24.523Z||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. 2021-11-27T10:48:24.523Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:48:24.523Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:48:34.068Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:48:34.079Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:49:24.519Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:49:24.520Z||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. 2021-11-27T10:49:24.520Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:49:24.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:49:24.522Z||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. 2021-11-27T10:49:24.522Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:49:34.064Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:49:34.071Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:50:24.521Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:50:24.520Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:50:24.524Z||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. 2021-11-27T10:50:24.524Z||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. 2021-11-27T10:50:24.524Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:50:24.524Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:50:34.074Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:50:34.076Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:51:24.519Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:51:24.520Z||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. 2021-11-27T10:51:24.520Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:51:24.521Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:51:24.521Z||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. 2021-11-27T10:51:24.522Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:51:34.061Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:51:34.062Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:52:24.521Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:52:24.521Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:52:24.526Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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. 2021-11-27T10:52:24.526Z||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. 2021-11-27T10:52:24.526Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:52:24.526Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:52:34.089Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:52:34.089Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:53:24.519Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:53:24.520Z||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. 2021-11-27T10:53:24.520Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:53:24.521Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|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. 2021-11-27T10:53:24.522Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:53:24.522Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:53:34.073Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:53:34.074Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:54:24.519Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:54:24.521Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:54:24.524Z||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. 2021-11-27T10:54:24.524Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-27T10:54:24.524Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:54:24.524Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ... 2021-11-27T10:54:34.081Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:54:34.078Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:55:24.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:55:24.521Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:55:24.521Z||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. 2021-11-27T10:55:24.521Z||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. 2021-11-27T10:55:24.522Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:55:24.522Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:55:34.075Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:55:34.076Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:56:24.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:56:24.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:56:24.525Z||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. 2021-11-27T10:56:24.525Z||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. 2021-11-27T10:56:24.525Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:56:24.525Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:56:34.074Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:56:34.086Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:57:24.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:57:24.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:57:24.521Z||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. 2021-11-27T10:57:24.521Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:57:24.521Z||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. 2021-11-27T10:57:24.522Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:57:34.069Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:57:34.071Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:58:24.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:58:24.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:58:24.527Z||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. 2021-11-27T10:58:24.527Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:58:24.527Z||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. 2021-11-27T10:58:24.527Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:58:34.071Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:58:34.071Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:59:24.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:59:24.521Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T10:59:24.522Z||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. 2021-11-27T10:59:24.522Z||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. 2021-11-27T10:59:24.522Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:59:24.522Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T10:59:34.067Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T10:59:34.072Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:00:24.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:00:24.521Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:00:24.523Z||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. 2021-11-27T11:00:24.523Z||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. 2021-11-27T11:00:24.523Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:00:24.523Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:00:34.072Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:00:34.072Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:01:24.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:01:24.521Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:01:24.521Z||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. 2021-11-27T11:01:24.521Z||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. 2021-11-27T11:01:24.521Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:01:24.521Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:01:34.067Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:01:34.069Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:02:24.519Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:02:24.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:02:24.523Z||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. 2021-11-27T11:02:24.523Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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. 2021-11-27T11:02:24.523Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:02:24.523Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:02:34.074Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:02:34.078Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:03:24.519Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:03:24.520Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:03:24.521Z||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. 2021-11-27T11:03:24.521Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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. 2021-11-27T11:03:24.522Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:03:24.522Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:03:34.068Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:03:34.068Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:04:24.519Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:04:24.521Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:04:24.522Z||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. 2021-11-27T11:04:24.522Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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. 2021-11-27T11:04:24.522Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:04:24.522Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:04:34.078Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:04:34.078Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:05:24.520Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:05:24.521Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:05:24.522Z||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. 2021-11-27T11:05:24.522Z||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. 2021-11-27T11:05:24.522Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:05:24.522Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:05:25.157Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:05:25.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:05:25.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2", "consumerID": "cds", "timestamp": 1638011066904, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:05:25.162Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-27T11:05:25.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:05:25.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2", "consumerID": "aai-ml", "timestamp": 1638011069864, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:05:25.163Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-27T11:05:25.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:05:25.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2", "consumerID": "dcae-sch", "timestamp": 1638011071182, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:05:25.163Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-27T11:05:25.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:05:25.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011075058, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:05:25.164Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-27T11:05:25.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:05:25.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2", "consumerID": "policy-id", "timestamp": 1638011073315, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:05:25.164Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-27T11:05:25.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:05:25.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2", "consumerID": "ves-openapi-manager", "timestamp": 1638011073675, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:05:25.165Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-27T11:05:25.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:05:25.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2", "consumerID": "cds", "timestamp": 1638011066904, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-27T11:05:25.165Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-27T11:05:25.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:05:25.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2", "consumerID": "aai-ml", "timestamp": 1638011069864, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-27T11:05:25.165Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-27T11:05:25.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:05:25.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2", "consumerID": "dcae-sch", "timestamp": 1638011071182, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-27T11:05:25.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-27T11:05:25.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:05:25.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011075058, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-27T11:05:25.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-27T11:05:25.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:05:25.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2", "consumerID": "policy-id", "timestamp": 1638011073315, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-27T11:05:25.167Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-27T11:05:25.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:05:25.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2", "consumerID": "ves-openapi-manager", "timestamp": 1638011073675, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-27T11:05:25.167Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-27T11:05:25.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:05:25.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2", "consumerID": "aai-ml", "timestamp": 1638011079259, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T11:05:25.168Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:05:25.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:05:25.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2", "consumerID": "policy-id", "timestamp": 1638011079240, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T11:05:25.168Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:05:25.168Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:05:25.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:05:25.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2", "consumerID": "cds", "timestamp": 1638011079292, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T11:05:25.169Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:05:25.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:05:25.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011079346, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T11:05:25.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-27T11:05:25.169Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:05:25.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:05:25.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"8fc13c1a-5175-435b-a66e-d4e2b5d539a2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"10aa3d95-7da9-48cd-8ac1-b24b062b1f49","serviceDescription":"service","serviceInvariantUUID":"691fcce9-16fc-4236-a541-146ea14f7d82","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"4414fe04-8e61-4eef-ac92-1edbb09d7fc9","resourceInvariantUUID":"abf9f902-0230-40c3-9b21-84ccfc50cc01","resourceCustomizationUUID":"931baea7-98b3-4d0c-8617-87e0737fd7b0","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":"ODAzN2U5MDFhMzRkOWVjMzc0YTViZmYyNmJlYzNhMDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"57965af6-7601-4503-9048-b95f30e4ca86","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZGM4ZGU3ZTQyMzE3NzIyYjUyYmJkYmUxODhkOWYwOTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d23091b2-4fe5-4d93-8f34-d6daab3ed931","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-27T11:05:25.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2", "consumerID": "policy-id", "timestamp": 1638011080246, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-27T11:05:25.170Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:05:25.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:05:25.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2", "consumerID": "cds", "timestamp": 1638011080299, "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=? 2021-11-27T11:05:25.179Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T11:05:25.180Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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 (?, ?, ?, ?, ?) 2021-11-27T11:05:25.193Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8fc13c1a-5175-435b-a66e-d4e2b5d539a2 2021-11-27T11:05:25.193Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fc13c1a-5175-435b-a66e-d4e2b5d539a2 and ComponentName cds 2021-11-27T11:05:25.194Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:05:25.194Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011124520, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-27T11:05:25.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:05:25.201Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2", "consumerID": "multicloud-k8s-id", "timestamp": 1638011079965, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:05:25.201Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-27T11:05:25.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:05:25.201Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011080959, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-27T11:05:25.202Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:05:25.202Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:05:25.202Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2", "consumerID": "policy-id", "timestamp": 1638011081250, "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=? 2021-11-27T11:05:25.207Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8fc13c1a-5175-435b-a66e-d4e2b5d539a2 2021-11-27T11:05:25.207Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fc13c1a-5175-435b-a66e-d4e2b5d539a2 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 (?, ?, ?, ?, ?) 2021-11-27T11:05:25.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:05:25.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2", "consumerID": "multicloud-k8s-id", "timestamp": 1638011079965, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-27T11:05:25.217Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-27T11:05:25.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:05:25.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011081962, "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=? 2021-11-27T11:05:25.222Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8fc13c1a-5175-435b-a66e-d4e2b5d539a2 2021-11-27T11:05:25.222Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fc13c1a-5175-435b-a66e-d4e2b5d539a2 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 (?, ?, ?, ?, ?) 2021-11-27T11:05:25.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:05:25.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2", "consumerID": "aai-ml", "timestamp": 1638011083549, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-27T11:05:25.230Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:05:25.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:05:25.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2", "consumerID": "aai-ml", "timestamp": 1638011084553, "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=? 2021-11-27T11:05:25.235Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8fc13c1a-5175-435b-a66e-d4e2b5d539a2 2021-11-27T11:05:25.235Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fc13c1a-5175-435b-a66e-d4e2b5d539a2 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 (?, ?, ?, ?, ?) 2021-11-27T11:05:25.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:05:25.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2", "consumerID": "clamp", "timestamp": 1638011088325, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:05:25.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-27T11:05:25.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:05:25.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2", "consumerID": "clamp", "timestamp": 1638011088325, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-27T11:05:25.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-27T11:05:25.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:05:25.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2", "consumerID": "clamp", "timestamp": 1638011093967, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T11:05:25.243Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:05:25.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:05:25.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2", "consumerID": "clamp", "timestamp": 1638011095977, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-27T11:05:25.243Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:05:25.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:05:25.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2", "consumerID": "clamp", "timestamp": 1638011096980, "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=? 2021-11-27T11:05:25.247Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8fc13c1a-5175-435b-a66e-d4e2b5d539a2 2021-11-27T11:05:25.247Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fc13c1a-5175-435b-a66e-d4e2b5d539a2 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 (?, ?, ?, ?, ?) 2021-11-27T11:05:25.287Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2021-11-27T11:05:25.288Z||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. 2021-11-27T11:05:25.288Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:05:25.302Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:05:25.302Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:05:26.194Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T11:05:26.196Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:05:26.199Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:05:26.199Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011124520, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-27T11:05:26.299Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:05:26.300Z||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. 2021-11-27T11:05:26.300Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:05:26.313Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:05:26.315Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-11-27T11:05:27.200Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "10aa3d95-7da9-48cd-8ac1-b24b062b1f49", "serviceDescription": "service", "serviceInvariantUUID": "691fcce9-16fc-4236-a541-146ea14f7d82", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "931baea7-98b3-4d0c-8617-87e0737fd7b0", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "4414fe04-8e61-4eef-ac92-1edbb09d7fc9", "resourceInvariantUUID": "abf9f902-0230-40c3-9b21-84ccfc50cc01", "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": "ZGM4ZGU3ZTQyMzE3NzIyYjUyYmJkYmUxODhkOWYwOTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d23091b2-4fe5-4d93-8f34-d6daab3ed931" } ], "workloadContext": "Production" } 2021-11-27T11:05:27.200Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-27T11:05:27.201Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 10aa3d95-7da9-48cd-8ac1-b24b062b1f49 ASDC 2021-11-27T11:05:27.202Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:8fc13c1a-5175-435b-a66e-d4e2b5d539a2 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:10aa3d95-7da9-48cd-8ac1-b24b062b1f49 ServiceInvariantUUID:691fcce9-16fc-4236-a541-146ea14f7d82 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:d23091b2-4fe5-4d93-8f34-d6daab3ed931 ArtifactChecksum:ZGM4ZGU3ZTQyMzE3NzIyYjUyYmJkYmUxODhkOWYwOTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:931baea7-98b3-4d0c-8617-87e0737fd7b0 ResourceInvariantUUID:abf9f902-0230-40c3-9b21-84ccfc50cc01 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:4414fe04-8e61-4eef-ac92-1edbb09d7fc9 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-11-27T11:05:27.202Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 10aa3d95-7da9-48cd-8ac1-b24b062b1f49 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=? 2021-11-27T11:05:27.228Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-27T11:05:27.229Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-27T11:05:27.229Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-27T11:05:27.229Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d23091b2-4fe5-4d93-8f34-d6daab3ed931 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-11-27T11:05:27.229Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-27T11:05:27.230Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-11-27T11:05:28.260Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-27T11:05:28.263Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d23091b2-4fe5-4d93-8f34-d6daab3ed931 52491 2021-11-27T11:05:28.263Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-11-27T11:05:28.263Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-11-27T11:05:28.263Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-27T11:05:28.264Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:05:28.266Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:05:28.266Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011128263, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T11:05:28.366Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-27T11:05:28.367Z||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. 2021-11-27T11:05:28.367Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:05:28.381Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:05:28.381Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-27T11:05:29.267Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-27T11:05:29.268Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-27T11:05:29.269Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: d23091b2-4fe5-4d93-8f34-d6daab3ed931, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-27T11:05:29.269Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-11-27T11:05:29.269Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-27T11:05:29.270Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-27T11:05:29.400Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10163422258395350207/Definitions/service-BasicNetwork-template.yml 2021-11-27T11:05:29.903Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-27T11:05:29.903Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-27T11:05:29.904Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-27T11:05:29.904Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-11-27T11:05:29.904Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||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 2021-11-27T11:05:29.904Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||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 2021-11-27T11:05:29.904Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||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 2021-11-27T11:05:29.905Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||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 2021-11-27T11:05:29.905Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-27T11:05:29.905Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||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 2021-11-27T11:05:29.905Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||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 2021-11-27T11:05:29.905Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||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 2021-11-27T11:05:29.905Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-27T11:05:29.906Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:05:29.906Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:05:29.906Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-11-27T11:05:29.907Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-27T11:05:29.907Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-27T11:05:29.907Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:05:29.907Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:05:29.908Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-11-27T11:05:29.908Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-27T11:05:29.908Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-27T11:05:29.908Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:05:29.909Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:05:29.909Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:05:29.909Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:05:29.910Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:05:29.910Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:05:29.910Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:05:29.910Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:05:29.910Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:05:29.911Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:05:29.912Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:10aa3d95-7da9-48cd-8ac1-b24b062b1f49 Model Version:NULL Model InvariantUuid:691fcce9-16fc-4236-a541-146ea14f7d82 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:abf9f902-0230-40c3-9b21-84ccfc50cc01 Model UUID:b4958943-ce59-4735-91a8-aba2f2b61565 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:931baea7-98b3-4d0c-8617-87e0737fd7b0 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=? 2021-11-27T11:05:29.919Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 4414fe04-8e61-4eef-ac92-1edbb09d7fc9 2021-11-27T11:05:29.919Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||No resources found for Service: 10aa3d95-7da9-48cd-8ac1-b24b062b1f49 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=? 2021-11-27T11:05:29.924Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500|| 2021-11-27T11:05:29.924Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-11-27T11:05:29.925Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 10aa3d95-7da9-48cd-8ac1-b24b062b1f49 2021-11-27T11:05:29.925Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 10aa3d95-7da9-48cd-8ac1-b24b062b1f49 2021-11-27T11:05:29.926Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-11-27T11:05:29.926Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||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=? 2021-11-27T11:05:29.930Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@46302fd1, org.onap.sdc.toscaparser.api.parameters.Input@3cd66e76, org.onap.sdc.toscaparser.api.parameters.Input@25115de6, org.onap.sdc.toscaparser.api.parameters.Input@2db8a9f0, org.onap.sdc.toscaparser.api.parameters.Input@6a315531] 2021-11-27T11:05:29.931Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:05:29.931Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:05:29.931Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:05:29.932Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:05:29.932Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 10aa3d95-7da9-48cd-8ac1-b24b062b1f49: Generic NeutronNet 2021-11-27T11:05:29.932Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:05:29.932Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:05:29.932Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:05:29.932Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||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=? 2021-11-27T11:05:29.971Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:05:29.971Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:05:29.971Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:05:29.971Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:05:29.972Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:05:29.972Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:05:29.972Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||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 (?, ?) 2021-11-27T11:05:30.029Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-11-27T11:05:30.029Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-11-27T11:05:30.030Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-11-27T11:05:30.030Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-27T11:05:30.030Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:05:30.032Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:05:30.032Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011130029, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-27T11:05:30.132Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:05:30.133Z||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. 2021-11-27T11:05:30.133Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:05:30.158Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:05:30.158Z||pool-38-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:05:31.037Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8fc13c1a-5175-435b-a66e-d4e2b5d539a2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-27T11:05:31.047Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8fc13c1a-5175-435b-a66e-d4e2b5d539a2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-27T11:05:31.050Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-27T11:05:31.050Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-27T11:05:31.050Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-27T11:05:31.050Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-27T11:05:31.050Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-27T11:05:31.050Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-27T11:05:31.050Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-27T11:05:31.050Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-27T11:05:31.050Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-27T11:05:31.051Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-27T11:05:31.051Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-27T11:05:31.055Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-27T11:06:01.055Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8fc13c1a-5175-435b-a66e-d4e2b5d539a2 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=? 2021-11-27T11:06:01.060Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8fc13c1a-5175-435b-a66e-d4e2b5d539a2 and serviceModelVersionId: 10aa3d95-7da9-48cd-8ac1-b24b062b1f49 2021-11-27T11:06:01.060Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 691fcce9-16fc-4236-a541-146ea14f7d82 2021-11-27T11:06:01.061Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/691fcce9-16fc-4236-a541-146ea14f7d82/model-vers/model-ver/10aa3d95-7da9-48cd-8ac1-b24b062b1f49?depth=0 2021-11-27T11:06:01.065Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-11-27T11:06:01.111Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/691fcce9-16fc-4236-a541-146ea14f7d82/model-vers/model-ver/10aa3d95-7da9-48cd-8ac1-b24b062b1f49?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]} 2021-11-27T11:06:01.114Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/691fcce9-16fc-4236-a541-146ea14f7d82/model-vers/model-ver/10aa3d95-7da9-48cd-8ac1-b24b062b1f49?depth=0|INFO|500||Invoke 2021-11-27T11:06:01.156Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/691fcce9-16fc-4236-a541-146ea14f7d82/model-vers/model-ver/10aa3d95-7da9-48cd-8ac1-b24b062b1f49?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-27T11:06:01.381Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/691fcce9-16fc-4236-a541-146ea14f7d82/model-vers/model-ver/10aa3d95-7da9-48cd-8ac1-b24b062b1f49?depth=0|INFO|500||InvokeReturn 2021-11-27T11:06:01.382Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/691fcce9-16fc-4236-a541-146ea14f7d82/model-vers/model-ver/10aa3d95-7da9-48cd-8ac1-b24b062b1f49?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211127-11:06:01:171-29173], vertex-id=[184320], Content-Length=[0], Date=[Sat, 27 Nov 2021 11:06:01 GMT], Content-Type=[application/json]} 2021-11-27T11:06:01.382Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2021-11-27T11:06:01.382Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-27T11:06:01.383Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-27T11:06:01.387Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-27T11:06:01.387Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8fc13c1a-5175-435b-a66e-d4e2b5d539a2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-27T11:06:01.388Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-27T11:06:01.388Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:06:01.390Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:06:01.390Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011161387, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-27T11:06:01.490Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:06:01.491Z||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. 2021-11-27T11:06:01.491Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:06:01.505Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:06:01.505Z||pool-39-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=? 2021-11-27T11:06:24.519Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:06:24.521Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:06:24.523Z||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. 2021-11-27T11:06:24.523Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|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. 2021-11-27T11:06:24.523Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:06:24.523Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:06:24.645Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:06:24.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:06:24.645Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011124520, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:06:24.646Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:06:25.149Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:06:25.151Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-27T11:06:25.151Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"c090e178-2b11-4c58-aca8-954e1d17a658","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"834535b5-69c7-4286-9256-de4fe7bcc03e","serviceDescription":"service","serviceInvariantUUID":"f5bb726a-4b50-4935-a841-65226417a2c0","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e29990bb-f4e9-4ae0-adad-bd123307c394","resourceInvariantUUID":"a2b6fdb3-ea57-4203-8dee-100cd724a6ee","resourceCustomizationUUID":"bf7c4058-64ac-43c0-915d-970b677a3354","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":"MjE3MzJmZjIxNWU4ZWZiN2E3NDA2ODAyNzdhMjIxNjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c03c1f91-e592-4dba-9582-8e17da838007","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":"MTFmMWZhYzNlYTRhNWI5MmQxYjRlN2U0ODFjOTI3NzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"77512f0a-3d67-4a89-a5e6-ddd78324fbfd","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":"bc72b1e5-7f41-429b-b3b5-390b9d7732a9","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":"8e29109d-46d1-4660-a622-99379a9700a3","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":"1269b9b3-b252-4999-a14c-a13c04862f96","artifactVersion":"2","generatedFromUUID":"bc72b1e5-7f41-429b-b3b5-390b9d7732a9"},{"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":"NzUwNDY3MDIzNmY2NWY4MTYzODIxOGQ5Y2YwYjE1MDM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"85432efc-ced0-4680-8218-d4d2479db2f9","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":"MzMyMTA3MzQ4MGY2YWM0MmU4YjYwMGM3MjIyYmZhNDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"233cb65c-9459-43a6-b5fe-050d6b542574","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZjM3NmJmNzIwMmQ3ODUyMjVkNmJiZTQyMDM0ZjhmZWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"59c45c4d-d813-4978-8033-2c5ca9dd62c1","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-27T11:06:25.155Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T11:06:25.156Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:06:25.158Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:06:25.158Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011184519, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:06:25.259Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-27T11:06:25.260Z||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. 2021-11-27T11:06:25.260Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:06:25.270Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:06:25.270Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:06:26.159Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T11:06:26.160Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:06:26.162Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:06:26.163Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011184519, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-11-27T11:06:26.262Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-27T11:06:26.263Z||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. 2021-11-27T11:06:26.264Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:06:26.275Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:06:26.276Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:06:27.163Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T11:06:27.166Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:06:27.168Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:06:27.168Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011184519, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-27T11:06:27.269Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-27T11:06:27.270Z||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. 2021-11-27T11:06:27.270Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:06:27.282Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:06:27.284Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:06:28.169Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T11:06:28.171Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:06:28.174Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:06:28.174Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011184519, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:06:28.274Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:06:28.276Z||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. 2021-11-27T11:06:28.276Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:06:28.290Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:06:28.290Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:06:29.174Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T11:06:29.175Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:06:29.177Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:06:29.177Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011184519, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-27T11:06:29.277Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:06:29.278Z||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. 2021-11-27T11:06:29.279Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:06:29.299Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:06:29.300Z||pool-44-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2021-11-27T11:06:30.180Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T11:06:30.181Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:06:30.184Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:06:30.184Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011184519, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-27T11:06:30.284Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-27T11:06:30.285Z||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. 2021-11-27T11:06:30.285Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:06:30.297Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:06:30.298Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:06:31.185Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T11:06:31.187Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:06:31.191Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:06:31.191Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011184519, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:06:31.291Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:06:31.294Z||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. 2021-11-27T11:06:31.294Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:06:31.310Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:06:31.311Z||pool-46-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:06:32.192Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T11:06:32.193Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:06:32.195Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:06:32.195Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011184519, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-27T11:06:32.296Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:06:32.298Z||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. 2021-11-27T11:06:32.298Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:06:32.311Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:06:32.312Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:06:33.197Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "834535b5-69c7-4286-9256-de4fe7bcc03e", "serviceDescription": "service", "serviceInvariantUUID": "f5bb726a-4b50-4935-a841-65226417a2c0", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "bf7c4058-64ac-43c0-915d-970b677a3354", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e29990bb-f4e9-4ae0-adad-bd123307c394", "resourceInvariantUUID": "a2b6fdb3-ea57-4203-8dee-100cd724a6ee", "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": "MTFmMWZhYzNlYTRhNWI5MmQxYjRlN2U0ODFjOTI3NzM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "77512f0a-3d67-4a89-a5e6-ddd78324fbfd", "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": "bc72b1e5-7f41-429b-b3b5-390b9d7732a9", "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": "1269b9b3-b252-4999-a14c-a13c04862f96", "generatedFromUUID": "bc72b1e5-7f41-429b-b3b5-390b9d7732a9" }, "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": "1269b9b3-b252-4999-a14c-a13c04862f96", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ZjM3NmJmNzIwMmQ3ODUyMjVkNmJiZTQyMDM0ZjhmZWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "59c45c4d-d813-4978-8033-2c5ca9dd62c1" } ], "workloadContext": "Production" } 2021-11-27T11:06:33.198Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-27T11:06:33.198Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 834535b5-69c7-4286-9256-de4fe7bcc03e ASDC 2021-11-27T11:06:33.199Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:c090e178-2b11-4c58-aca8-954e1d17a658 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:834535b5-69c7-4286-9256-de4fe7bcc03e ServiceInvariantUUID:f5bb726a-4b50-4935-a841-65226417a2c0 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:59c45c4d-d813-4978-8033-2c5ca9dd62c1 ArtifactChecksum:ZjM3NmJmNzIwMmQ3ODUyMjVkNmJiZTQyMDM0ZjhmZWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:bf7c4058-64ac-43c0-915d-970b677a3354 ResourceInvariantUUID:a2b6fdb3-ea57-4203-8dee-100cd724a6ee ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:e29990bb-f4e9-4ae0-adad-bd123307c394 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:77512f0a-3d67-4a89-a5e6-ddd78324fbfd ArtifactChecksum:MTFmMWZhYzNlYTRhNWI5MmQxYjRlN2U0ODFjOTI3NzM= 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:bc72b1e5-7f41-429b-b3b5-390b9d7732a9 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:1269b9b3-b252-4999-a14c-a13c04862f96 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:1269b9b3-b252-4999-a14c-a13c04862f96 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-27T11:06:33.200Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 834535b5-69c7-4286-9256-de4fe7bcc03e 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 (?, ?, ?, ?, ?) 2021-11-27T11:06:33.248Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-27T11:06:33.250Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-27T11:06:33.250Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-27T11:06:33.250Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 59c45c4d-d813-4978-8033-2c5ca9dd62c1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-11-27T11:06:33.251Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-27T11:06:33.251Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-11-27T11:06:33.422Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-27T11:06:33.426Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 59c45c4d-d813-4978-8033-2c5ca9dd62c1 78792 2021-11-27T11:06:33.426Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-11-27T11:06:33.426Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-11-27T11:06:33.426Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-27T11:06:33.427Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:06:33.430Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:06:33.430Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011193426, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T11:06:33.530Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:06:33.531Z||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. 2021-11-27T11:06:33.531Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:06:33.544Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:06:33.544Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:06:34.431Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-27T11:06:34.432Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-27T11:06:34.433Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 59c45c4d-d813-4978-8033-2c5ca9dd62c1, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-27T11:06:34.433Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-11-27T11:06:34.434Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-27T11:06:34.434Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-27T11:06:34.613Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9895047583014899739/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 2021-11-27T11:06:35.828Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-27T11:06:35.829Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-27T11:06:35.829Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-27T11:06:35.829Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-27T11:06:35.829Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||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 2021-11-27T11:06:35.829Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||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 2021-11-27T11:06:35.829Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-27T11:06:35.830Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-27T11:06:35.830Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-27T11:06:35.830Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||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 2021-11-27T11:06:35.830Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-27T11:06:35.830Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||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 2021-11-27T11:06:35.830Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-27T11:06:35.830Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-27T11:06:35.831Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:06:35.831Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:06:35.831Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-27T11:06:35.831Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-27T11:06:35.832Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-27T11:06:35.833Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:06:35.833Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:06:35.833Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-27T11:06:35.833Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-27T11:06:35.833Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-27T11:06:35.834Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:06:35.834Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:06:35.834Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:06:35.834Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-11-27T11:06:35.857Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-11-27T11:06:35.858Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-11-27T11:06:35.858Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-11-27T11:06:35.858Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-27T11:06:35.858Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-27T11:06:35.859Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:06:35.859Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-27T11:06:35.859Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:06:35.859Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-27T11:06:35.859Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-27T11:06:35.860Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:06:35.860Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-27T11:06:35.860Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-27T11:06:35.861Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:06:35.861Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-27T11:06:35.861Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-27T11:06:35.861Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:06:35.861Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-11-27T11:06:35.862Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-11-27T11:06:35.862Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-27T11:06:35.862Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1ebc8c02-437b-40b1-aa5a-c1bb9c602c1b 2021-11-27T11:06:35.862Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:06:35.862Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:06:35.863Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:06:35.863Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:06:35.863Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:06:35.863Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:06:35.864Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:06:35.864Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:06:35.864Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:834535b5-69c7-4286-9256-de4fe7bcc03e Model Version:NULL Model InvariantUuid:f5bb726a-4b50-4935-a841-65226417a2c0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:ddc8ffe1-c3bb-4923-b504-422162a4c3c8 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a2b6fdb3-ea57-4203-8dee-100cd724a6ee Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:bf7c4058-64ac-43c0-915d-970b677a3354 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4929cc39-5c71-44fb-bbcd-e354b3c2b476 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:5f4b5581-aa66-4265-a6a0-3e5084f2d31a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1ebc8c02-437b-40b1-aa5a-c1bb9c602c1b ModelInvariantUuid:18c99e85-23d9-4e63-940e-3ce46dcd7698 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:287025f4-0177-4507-a2d7-112568905d43 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:90803664-2b6d-4885-bcde-0adac7423346 ModelInvariantUuid:6d395791-8869-4d8d-8c78-d423dc7e6370 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:0297dc2a-4a54-49b3-bc3e-e53020f978ed 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=? 2021-11-27T11:06:35.872Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: e29990bb-f4e9-4ae0-adad-bd123307c394 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=? 2021-11-27T11:06:35.875Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||basic_vm_macro 0 2021-11-27T11:06:35.875Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e29990bb-f4e9-4ae0-adad-bd123307c394 2021-11-27T11:06:35.876Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 77512f0a-3d67-4a89-a5e6-ddd78324fbfd from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-11-27T11:06:35.876Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-27T11:06:35.876Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||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 2021-11-27T11:06:36.101Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-27T11:06:36.102Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 77512f0a-3d67-4a89-a5e6-ddd78324fbfd 792 2021-11-27T11:06:36.102Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||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 2021-11-27T11:06:36.102Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||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 2021-11-27T11:06:36.102Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-27T11:06:36.103Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:06:36.105Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:06:36.105Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011196102, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-27T11:06:36.206Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:06:36.207Z||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. 2021-11-27T11:06:36.207Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:06:36.221Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:06:36.222Z||pool-49-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-11-27T11:06:37.106Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "4929cc39-5c71-44fb-bbcd-e354b3c2b476", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5f4b5581-aa66-4265-a6a0-3e5084f2d31a", "vfModuleModelCustomizationUUID": "511085f9-fd94-458b-92f5-ed7286c6890c", "isBase": true, "artifacts": [ "bc72b1e5-7f41-429b-b3b5-390b9d7732a9", "1269b9b3-b252-4999-a14c-a13c04862f96" ], "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": "" } } ] 2021-11-27T11:06:37.112Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5f4b5581-aa66-4265-a6a0-3e5084f2d31a VfModuleModelInvariantUUID:4929cc39-5c71-44fb-bbcd-e354b3c2b476 VfModuleModelDescription:NULL Artifacts UUID List:{ bc72b1e5-7f41-429b-b3b5-390b9d7732a9 , 1269b9b3-b252-4999-a14c-a13c04862f96 } 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 } 2021-11-27T11:06:37.114Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "4929cc39-5c71-44fb-bbcd-e354b3c2b476", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5f4b5581-aa66-4265-a6a0-3e5084f2d31a", "vfModuleModelCustomizationUUID": "511085f9-fd94-458b-92f5-ed7286c6890c", "isBase": true, "artifacts": [ "bc72b1e5-7f41-429b-b3b5-390b9d7732a9", "1269b9b3-b252-4999-a14c-a13c04862f96" ], "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": "" } } ] 2021-11-27T11:06:37.114Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5f4b5581-aa66-4265-a6a0-3e5084f2d31a VfModuleModelInvariantUUID:4929cc39-5c71-44fb-bbcd-e354b3c2b476 VfModuleModelDescription:NULL Artifacts UUID List:{ bc72b1e5-7f41-429b-b3b5-390b9d7732a9 , 1269b9b3-b252-4999-a14c-a13c04862f96 } 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 } 2021-11-27T11:06:37.114Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bc72b1e5-7f41-429b-b3b5-390b9d7732a9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-11-27T11:06:37.115Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-27T11:06:37.115Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||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 2021-11-27T11:06:37.245Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-27T11:06:37.246Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml bc72b1e5-7f41-429b-b3b5-390b9d7732a9 5033 2021-11-27T11:06:37.246Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||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 2021-11-27T11:06:37.246Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||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 2021-11-27T11:06:37.246Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-27T11:06:37.247Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:06:37.249Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:06:37.249Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011197246, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-27T11:06:37.349Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:06:37.350Z||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. 2021-11-27T11:06:37.350Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:06:37.361Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:06:37.362Z||pool-50-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:06:38.250Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1269b9b3-b252-4999-a14c-a13c04862f96 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-11-27T11:06:38.251Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-27T11:06:38.252Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||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 2021-11-27T11:06:38.441Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-27T11:06:38.442Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 1269b9b3-b252-4999-a14c-a13c04862f96 903 2021-11-27T11:06:38.442Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||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 2021-11-27T11:06:38.442Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||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 2021-11-27T11:06:38.442Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-27T11:06:38.443Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:06:38.445Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:06:38.446Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011198442, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-27T11:06:38.546Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:06:38.547Z||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. 2021-11-27T11:06:38.547Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:06:38.560Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:06:38.560Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-27T11:06:39.447Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 834535b5-69c7-4286-9256-de4fe7bcc03e 2021-11-27T11:06:39.447Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 e29990bb-f4e9-4ae0-adad-bd123307c394 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=? 2021-11-27T11:06:39.460Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4d907ee8, org.onap.sdc.toscaparser.api.parameters.Input@212887c5, org.onap.sdc.toscaparser.api.parameters.Input@6619105b, org.onap.sdc.toscaparser.api.parameters.Input@4d816ab8, org.onap.sdc.toscaparser.api.parameters.Input@3a82ade] 2021-11-27T11:06:39.462Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:06:39.462Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:06:39.462Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2021-11-27T11:06:39.462Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= bf7c4058-64ac-43c0-915d-970b677a3354 2021-11-27T11:06:39.462Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bf7c4058-64ac-43c0-915d-970b677a3354 matches Tosca VF Customization UUID: bf7c4058-64ac-43c0-915d-970b677a3354 2021-11-27T11:06:39.462Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: bf7c4058-64ac-43c0-915d-970b677a3354 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=? 2021-11-27T11:06:39.464Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:06:39.464Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:06:39.465Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id bf7c4058-64ac-43c0-915d-970b677a3354: {\"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\"} 2021-11-27T11:06:39.465Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@efcbb86 2021-11-27T11:06:39.465Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:06:39.465Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-27T11:06:39.465Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 511085f9-fd94-458b-92f5-ed7286c6890c 2021-11-27T11:06:39.466Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 511085f9-fd94-458b-92f5-ed7286c6890c 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=? 2021-11-27T11:06:39.467Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:06:39.468Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-27T11:06:39.468Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-27T11:06:39.468Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:06:39.468Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-27T11:06:39.468Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-27T11:06:39.468Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:06:39.469Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-11-27T11:06:39.469Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-11-27T11:06:39.469Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-27T11:06:39.469Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1ebc8c02-437b-40b1-aa5a-c1bb9c602c1b 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=? 2021-11-27T11:06:39.471Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:06:39.471Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-27T11:06:39.471Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-27T11:06:39.471Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:06:39.472Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-27T11:06:39.472Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=bf7c4058-64ac-43c0-915d-970b677a3354 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=? 2021-11-27T11:06:39.473Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:06:39.473Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:06:39.474Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 834535b5-69c7-4286-9256-de4fe7bcc03e: basic_vm_macro 2021-11-27T11:06:39.474Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:06:39.474Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:06:39.474Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:06:39.474Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:06:39.474Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:06:39.475Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:06:39.475Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:06:39.475Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:06:39.475Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:06:39.475Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:06:39.475Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||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 (?, ?, ?, ?, ?) 2021-11-27T11:06:39.549Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro e29990bb-f4e9-4ae0-adad-bd123307c394 1 ASDC deployResourceStructure 2021-11-27T11:06:39.549Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||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 2021-11-27T11:06:39.549Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||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 2021-11-27T11:06:39.549Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-27T11:06:39.550Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:06:39.553Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:06:39.553Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011199549, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-11-27T11:06:39.653Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:06:39.653Z||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. 2021-11-27T11:06:39.654Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:06:39.667Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:06:39.667Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:06:40.554Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||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 2021-11-27T11:06:40.554Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||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 2021-11-27T11:06:40.554Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-27T11:06:40.555Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:06:40.556Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:06:40.557Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011200553, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-11-27T11:06:40.658Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:06:40.658Z||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. 2021-11-27T11:06:40.658Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:06:40.672Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:06:40.672Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:06:41.558Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||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 2021-11-27T11:06:41.558Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||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 2021-11-27T11:06:41.559Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-27T11:06:41.559Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:06:41.561Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:06:41.561Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011201558, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-11-27T11:06:41.661Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:06:41.662Z||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. 2021-11-27T11:06:41.662Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:06:41.675Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:06:41.676Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:06:42.561Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-11-27T11:06:42.562Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-11-27T11:06:42.562Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-27T11:06:42.563Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:06:42.565Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:06:42.566Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011202561, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-27T11:06:42.666Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:06:42.667Z||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. 2021-11-27T11:06:42.667Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:06:42.699Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:06:42.700Z||pool-55-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:06:43.566Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c090e178-2b11-4c58-aca8-954e1d17a658 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-27T11:06:43.577Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c090e178-2b11-4c58-aca8-954e1d17a658 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-27T11:06:43.578Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-27T11:06:43.579Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-27T11:06:43.579Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-27T11:07:13.579Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c090e178-2b11-4c58-aca8-954e1d17a658 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-27T11:07:13.592Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c090e178-2b11-4c58-aca8-954e1d17a658 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-27T11:07:13.594Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-27T11:07:13.594Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-27T11:07:13.594Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-27T11:07:24.523Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:07:24.530Z||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. 2021-11-27T11:07:24.530Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:07:24.556Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:07:24.558Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.558Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011124520, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-27T11:07:24.560Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:07:24.560Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.560Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011128263, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T11:07:24.560Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:07:24.560Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.561Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011130029, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-27T11:07:24.561Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:07:24.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.562Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011161387, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-27T11:07:24.562Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:07:24.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.562Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "cds", "timestamp": 1638011171906, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:07:24.562Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:07:24.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "ves-openapi-manager", "timestamp": 1638011173675, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:07:24.563Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:07:24.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "dcae-sch", "timestamp": 1638011171185, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:07:24.564Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:07:24.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "policy-id", "timestamp": 1638011173315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:07:24.564Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:07:24.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "ves-openapi-manager", "timestamp": 1638011173675, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-27T11:07:24.565Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:07:24.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "dcae-sch", "timestamp": 1638011171185, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-27T11:07:24.565Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:07:24.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "cds", "timestamp": 1638011171906, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-27T11:07:24.566Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:07:24.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "policy-id", "timestamp": 1638011173315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-27T11:07:24.567Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:07:24.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "cds", "timestamp": 1638011171906, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:07:24.567Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:07:24.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "ves-openapi-manager", "timestamp": 1638011173675, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:07:24.568Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:07:24.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "dcae-sch", "timestamp": 1638011171185, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:07:24.569Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:07:24.569Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.569Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "policy-id", "timestamp": 1638011173315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-27T11:07:24.569Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:07:24.569Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.569Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "cds", "timestamp": 1638011171906, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:07:24.570Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:07:24.570Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.570Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "ves-openapi-manager", "timestamp": 1638011173675, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:07:24.570Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:07:24.570Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.570Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "dcae-sch", "timestamp": 1638011171185, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:07:24.571Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:07:24.571Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.571Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "policy-id", "timestamp": 1638011173315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:07:24.571Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:07:24.571Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.571Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "clamp", "timestamp": 1638011178325, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:07:24.572Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:07:24.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.572Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "cds", "timestamp": 1638011171906, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-27T11:07:24.572Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:07:24.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.572Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "ves-openapi-manager", "timestamp": 1638011173675, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-27T11:07:24.573Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:07:24.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "dcae-sch", "timestamp": 1638011171185, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-27T11:07:24.573Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:07:24.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "policy-id", "timestamp": 1638011173315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-27T11:07:24.574Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:07:24.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "clamp", "timestamp": 1638011178325, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-11-27T11:07:24.574Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:07:24.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.575Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "cds", "timestamp": 1638011171906, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-27T11:07:24.575Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:07:24.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.575Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "ves-openapi-manager", "timestamp": 1638011173675, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-27T11:07:24.575Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:07:24.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.576Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "dcae-sch", "timestamp": 1638011171185, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-27T11:07:24.576Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:07:24.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.576Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "policy-id", "timestamp": 1638011173315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-27T11:07:24.577Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:07:24.577Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.577Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "multicloud-k8s-id", "timestamp": 1638011179965, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:07:24.577Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:07:24.577Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.577Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "clamp", "timestamp": 1638011178325, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:07:24.578Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:07:24.578Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.578Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "cds", "timestamp": 1638011171906, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:07:24.578Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:07:24.578Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.579Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "ves-openapi-manager", "timestamp": 1638011173675, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:07:24.579Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:07:24.579Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.579Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "dcae-sch", "timestamp": 1638011171185, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:07:24.579Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:07:24.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "policy-id", "timestamp": 1638011173315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:07:24.580Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:07:24.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "multicloud-k8s-id", "timestamp": 1638011179965, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-11-27T11:07:24.581Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:07:24.581Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.581Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "clamp", "timestamp": 1638011178325, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:07:24.582Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:07:24.582Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.582Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "cds", "timestamp": 1638011171906, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-27T11:07:24.583Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:07:24.583Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.583Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "ves-openapi-manager", "timestamp": 1638011173675, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-27T11:07:24.583Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:07:24.584Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "policy-id", "timestamp": 1638011173315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-27T11:07:24.584Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:07:24.584Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "multicloud-k8s-id", "timestamp": 1638011179965, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-27T11:07:24.585Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:07:24.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "dcae-sch", "timestamp": 1638011171185, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-27T11:07:24.586Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:07:24.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "clamp", "timestamp": 1638011178325, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-27T11:07:24.587Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:07:24.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "multicloud-k8s-id", "timestamp": 1638011179965, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:07:24.588Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:07:24.588Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.588Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "cds", "timestamp": 1638011183701, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T11:07:24.589Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:07:24.589Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.589Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "policy-id", "timestamp": 1638011183691, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T11:07:24.589Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:07:24.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:07:24.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "clamp", "timestamp": 1638011178325, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-27T11:07:24.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:07:43.594Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c090e178-2b11-4c58-aca8-954e1d17a658 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-27T11:07:43.606Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c090e178-2b11-4c58-aca8-954e1d17a658 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-27T11:07:43.609Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-27T11:07:43.609Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-27T11:07:43.609Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-27T11:08:13.610Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c090e178-2b11-4c58-aca8-954e1d17a658 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-27T11:08:13.628Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c090e178-2b11-4c58-aca8-954e1d17a658 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-27T11:08:13.630Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-27T11:08:13.630Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-27T11:08:13.630Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-27T11:08:24.523Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:08:24.524Z||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. 2021-11-27T11:08:24.525Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:08:24.551Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:08:24.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:08:24.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "multicloud-k8s-id", "timestamp": 1638011179965, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-27T11:08:24.555Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:08:43.630Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c090e178-2b11-4c58-aca8-954e1d17a658 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-27T11:08:43.643Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c090e178-2b11-4c58-aca8-954e1d17a658 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-27T11:08:43.645Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-27T11:08:43.645Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-27T11:08:43.646Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-27T11:09:13.646Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c090e178-2b11-4c58-aca8-954e1d17a658 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-27T11:09:13.661Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c090e178-2b11-4c58-aca8-954e1d17a658 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-27T11:09:13.670Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-27T11:09:13.670Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-27T11:09:13.670Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-27T11:09:24.521Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:09:24.522Z||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. 2021-11-27T11:09:24.522Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:09:24.545Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:09:25.059Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "policy-id", "timestamp": 1638011184696, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-27T11:09:25.061Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:09:25.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "clamp", "timestamp": 1638011178325, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011184519, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "multicloud-k8s-id", "timestamp": 1638011179965, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "policy-id", "timestamp": 1638011185699, "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=? 2021-11-27T11:09:25.072Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c090e178-2b11-4c58-aca8-954e1d17a658 2021-11-27T11:09:25.073Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c090e178-2b11-4c58-aca8-954e1d17a658 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 (?, ?, ?, ?, ?) 2021-11-27T11:09:25.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "clamp", "timestamp": 1638011178325, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-27T11:09:25.124Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.125Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "cds", "timestamp": 1638011186045, "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=? 2021-11-27T11:09:25.129Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c090e178-2b11-4c58-aca8-954e1d17a658 2021-11-27T11:09:25.129Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c090e178-2b11-4c58-aca8-954e1d17a658 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 (?, ?, ?, ?, ?) 2021-11-27T11:09:25.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.139Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011184519, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-11-27T11:09:25.139Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.140Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.140Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "multicloud-k8s-id", "timestamp": 1638011179965, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.140Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.140Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.141Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011184519, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-27T11:09:25.143Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.143Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.144Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "multicloud-k8s-id", "timestamp": 1638011179965, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-27T11:09:25.144Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.144Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.144Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "cds", "timestamp": 1638011187049, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.145Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011184519, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.145Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "cds", "timestamp": 1638011187049, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.146Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "multicloud-k8s-id", "timestamp": 1638011189009, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-27T11:09:25.147Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:09:25.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011184519, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-27T11:09:25.148Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.148Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.148Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "cds", "timestamp": 1638011187049, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.149Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.149Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.149Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011184519, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.149Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.149Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.150Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "aai-ml", "timestamp": 1638011189864, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.150Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.150Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.153Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "multicloud-k8s-id", "timestamp": 1638011190645, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-27T11:09:25.153Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:09:25.153Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.153Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "cds", "timestamp": 1638011187049, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.153Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.153Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.154Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011184519, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.154Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.154Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "aai-ml", "timestamp": 1638011189864, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.154Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.154Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "cds", "timestamp": 1638011187049, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.155Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.155Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "multicloud-k8s-id", "timestamp": 1638011191720, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-27T11:09:25.156Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:09:25.156Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.156Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "dcae-sch", "timestamp": 1638011191181, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.156Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.156Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.156Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011184519, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-27T11:09:25.156Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.157Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "aai-ml", "timestamp": 1638011189864, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.157Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.157Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "cds", "timestamp": 1638011187049, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.157Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.157Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "multicloud-k8s-id", "timestamp": 1638011192751, "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=? 2021-11-27T11:09:25.165Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c090e178-2b11-4c58-aca8-954e1d17a658 2021-11-27T11:09:25.165Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c090e178-2b11-4c58-aca8-954e1d17a658 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=? 2021-11-27T11:09:25.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "dcae-sch", "timestamp": 1638011191181, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.174Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011193426, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T11:09:25.174Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:09:25.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "aai-ml", "timestamp": 1638011189864, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.175Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "cds", "timestamp": 1638011187049, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.175Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "multicloud-k8s-id", "timestamp": 1638011193754, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-11-27T11:09:25.176Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:09:25.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "dcae-sch", "timestamp": 1638011191181, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "policy-id", "timestamp": 1638011193315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "ves-openapi-manager", "timestamp": 1638011193675, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "aai-ml", "timestamp": 1638011189864, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.178Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "cds", "timestamp": 1638011187049, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.178Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "dcae-sch", "timestamp": 1638011191181, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.178Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "policy-id", "timestamp": 1638011193315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.179Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "ves-openapi-manager", "timestamp": 1638011193675, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.179Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "aai-ml", "timestamp": 1638011189864, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.180Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.180Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011195058, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.180Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.180Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "cds", "timestamp": 1638011187049, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-27T11:09:25.180Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.181Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "dcae-sch", "timestamp": 1638011191181, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.181Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.181Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "clamp", "timestamp": 1638011195983, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T11:09:25.181Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:09:25.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.181Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "policy-id", "timestamp": 1638011193315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.182Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011196102, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-27T11:09:25.182Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:09:25.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "ves-openapi-manager", "timestamp": 1638011193675, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.182Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "aai-ml", "timestamp": 1638011189864, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.183Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011195058, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.183Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "dcae-sch", "timestamp": 1638011191181, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.184Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "policy-id", "timestamp": 1638011193315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.184Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "cds", "timestamp": 1638011197048, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T11:09:25.184Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:09:25.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011197246, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-27T11:09:25.185Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:09:25.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "ves-openapi-manager", "timestamp": 1638011193675, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.185Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "aai-ml", "timestamp": 1638011189864, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-27T11:09:25.185Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011195058, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.186Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "dcae-sch", "timestamp": 1638011191181, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.186Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "policy-id", "timestamp": 1638011193315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-27T11:09:25.186Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "cds", "timestamp": 1638011198054, "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 (?, ?, ?, ?, ?) 2021-11-27T11:09:25.205Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3e2d90df-7df4-4f22-a48f-e8dbf8575be8 2021-11-27T11:09:25.205Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e2d90df-7df4-4f22-a48f-e8dbf8575be8 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 (?, ?, ?, ?, ?) 2021-11-27T11:09:25.224Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.224Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "ves-openapi-manager", "timestamp": 1638011193675, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.225Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.225Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.225Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011198442, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-27T11:09:25.225Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:09:25.225Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.225Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011195058, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.225Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.226Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.226Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "aai-ml", "timestamp": 1638011198784, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T11:09:25.226Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:09:25.226Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.226Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "dcae-sch", "timestamp": 1638011191181, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.227Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.227Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.227Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "policy-id", "timestamp": 1638011193315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.227Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.227Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.227Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "clamp", "timestamp": 1638011199000, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-27T11:09:25.227Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:09:25.227Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.228Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "ves-openapi-manager", "timestamp": 1638011193675, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.228Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.228Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.228Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011199549, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-11-27T11:09:25.228Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:09:25.228Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.228Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011195058, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.229Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.229Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.229Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "dcae-sch", "timestamp": 1638011191181, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.229Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.229Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.229Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "policy-id", "timestamp": 1638011193315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.230Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.230Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.230Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "clamp", "timestamp": 1638011200004, "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=? 2021-11-27T11:09:25.237Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c090e178-2b11-4c58-aca8-954e1d17a658 2021-11-27T11:09:25.237Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c090e178-2b11-4c58-aca8-954e1d17a658 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 (?, ?, ?, ?, ?) 2021-11-27T11:09:25.245Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.245Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "ves-openapi-manager", "timestamp": 1638011193675, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.246Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011200553, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-11-27T11:09:25.246Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:09:25.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "multicloud-k8s-id", "timestamp": 1638011199965, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.246Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011195058, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.247Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "policy-id", "timestamp": 1638011193315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.247Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "ves-openapi-manager", "timestamp": 1638011193675, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.248Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.248Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011201558, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-11-27T11:09:25.248Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:09:25.248Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "multicloud-k8s-id", "timestamp": 1638011199965, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-11-27T11:09:25.249Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.249Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011195058, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.249Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.249Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "policy-id", "timestamp": 1638011193315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-27T11:09:25.249Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.250Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "ves-openapi-manager", "timestamp": 1638011193675, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.250Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.250Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011202561, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-27T11:09:25.250Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:09:25.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.250Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "multicloud-k8s-id", "timestamp": 1638011199965, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-11-27T11:09:25.251Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011195058, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-27T11:09:25.251Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "policy-id", "timestamp": 1638011203074, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T11:09:25.252Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:09:25.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "multicloud-k8s-id", "timestamp": 1638011199965, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-27T11:09:25.252Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011203817, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T11:09:25.252Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:09:25.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "policy-id", "timestamp": 1638011204077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-27T11:09:25.253Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:09:25.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "multicloud-k8s-id", "timestamp": 1638011199965, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-27T11:09:25.253Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "policy-id", "timestamp": 1638011205081, "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=? 2021-11-27T11:09:25.260Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3e2d90df-7df4-4f22-a48f-e8dbf8575be8 2021-11-27T11:09:25.260Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e2d90df-7df4-4f22-a48f-e8dbf8575be8 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 (?, ?, ?, ?, ?) 2021-11-27T11:09:25.271Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.271Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "multicloud-k8s-id", "timestamp": 1638011199965, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.272Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.272Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011206243, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-27T11:09:25.272Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:09:25.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.272Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "multicloud-k8s-id", "timestamp": 1638011199965, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-11-27T11:09:25.272Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.272Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011207248, "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=? 2021-11-27T11:09:25.280Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c090e178-2b11-4c58-aca8-954e1d17a658 2021-11-27T11:09:25.280Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c090e178-2b11-4c58-aca8-954e1d17a658 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 (?, ?, ?, ?, ?) 2021-11-27T11:09:25.288Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.288Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "multicloud-k8s-id", "timestamp": 1638011199965, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.289Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.289Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.289Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "aai-ml", "timestamp": 1638011208206, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-27T11:09:25.289Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:09:25.289Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.289Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011195058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.290Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.290Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.290Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "multicloud-k8s-id", "timestamp": 1638011199965, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-27T11:09:25.290Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.291Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.291Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "clamp", "timestamp": 1638011208325, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.291Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.291Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.291Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "aai-ml", "timestamp": 1638011209214, "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=? 2021-11-27T11:09:25.297Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c090e178-2b11-4c58-aca8-954e1d17a658 2021-11-27T11:09:25.297Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c090e178-2b11-4c58-aca8-954e1d17a658 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 (?, ?, ?, ?, ?) 2021-11-27T11:09:25.305Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.305Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011195058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.306Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.306Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "clamp", "timestamp": 1638011208325, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.306Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.307Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "multicloud-k8s-id", "timestamp": 1638011210200, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-27T11:09:25.307Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:09:25.307Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.307Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "aai-ml", "timestamp": 1638011189864, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.307Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.307Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.308Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011195058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.308Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.308Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.308Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "clamp", "timestamp": 1638011208325, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.308Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.308Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.308Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "aai-ml", "timestamp": 1638011189864, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.309Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011195058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.309Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "multicloud-k8s-id", "timestamp": 1638011211376, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-11-27T11:09:25.310Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:09:25.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "clamp", "timestamp": 1638011208325, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-27T11:09:25.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "aai-ml", "timestamp": 1638011189864, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.311Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011195058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.311Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "multicloud-k8s-id", "timestamp": 1638011212424, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-11-27T11:09:25.312Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:09:25.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "clamp", "timestamp": 1638011208325, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.312Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "aai-ml", "timestamp": 1638011189864, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.313Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.314Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.314Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011195058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.314Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.314Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.314Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "multicloud-k8s-id", "timestamp": 1638011213524, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-11-27T11:09:25.314Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:09:25.315Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.315Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "clamp", "timestamp": 1638011208325, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.315Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.315Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.315Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "aai-ml", "timestamp": 1638011189864, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.315Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.316Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.316Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011195058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.316Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.316Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.316Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "multicloud-k8s-id", "timestamp": 1638011214621, "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=? 2021-11-27T11:09:25.323Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3e2d90df-7df4-4f22-a48f-e8dbf8575be8 2021-11-27T11:09:25.323Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e2d90df-7df4-4f22-a48f-e8dbf8575be8 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=? 2021-11-27T11:09:25.336Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.336Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "clamp", "timestamp": 1638011208325, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.336Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.336Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.336Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "aai-ml", "timestamp": 1638011189864, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.336Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.337Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.337Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011195058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.337Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.337Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.337Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "multicloud-k8s-id", "timestamp": 1638011215623, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-11-27T11:09:25.337Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:09:25.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.338Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "clamp", "timestamp": 1638011208325, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.338Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.338Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "aai-ml", "timestamp": 1638011189864, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.338Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.339Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011195058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-27T11:09:25.339Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.339Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.339Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "clamp", "timestamp": 1638011208325, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-27T11:09:25.340Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.340Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "aai-ml", "timestamp": 1638011189864, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:09:25.340Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.340Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011217375, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T11:09:25.341Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:09:25.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.341Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "aai-ml", "timestamp": 1638011189864, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-27T11:09:25.341Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:09:25.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.341Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "aai-ml", "timestamp": 1638011219374, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T11:09:25.342Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:09:25.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011219637, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-27T11:09:25.342Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:09:25.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011220641, "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=? 2021-11-27T11:09:25.347Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3e2d90df-7df4-4f22-a48f-e8dbf8575be8 2021-11-27T11:09:25.348Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e2d90df-7df4-4f22-a48f-e8dbf8575be8 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 (?, ?, ?, ?, ?) 2021-11-27T11:09:25.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "clamp", "timestamp": 1638011224991, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T11:09:25.359Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:09:25.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "clamp", "timestamp": 1638011226995, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-27T11:09:25.359Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:09:25.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.360Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "clamp", "timestamp": 1638011228009, "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=? 2021-11-27T11:09:25.387Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3e2d90df-7df4-4f22-a48f-e8dbf8575be8 2021-11-27T11:09:25.387Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e2d90df-7df4-4f22-a48f-e8dbf8575be8 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 (?, ?, ?, ?, ?) 2021-11-27T11:09:25.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.400Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "aai-ml", "timestamp": 1638011228703, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-27T11:09:25.400Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:09:25.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:09:25.400Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "aai-ml", "timestamp": 1638011229707, "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=? 2021-11-27T11:09:25.405Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3e2d90df-7df4-4f22-a48f-e8dbf8575be8 2021-11-27T11:09:25.405Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e2d90df-7df4-4f22-a48f-e8dbf8575be8 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 (?, ?, ?, ?, ?) 2021-11-27T11:09:43.672Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c090e178-2b11-4c58-aca8-954e1d17a658 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-27T11:09:43.694Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c090e178-2b11-4c58-aca8-954e1d17a658 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-27T11:09:43.698Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-27T11:09:43.698Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-27T11:09:43.698Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-27T11:09:43.698Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-27T11:09:43.698Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-27T11:09:43.698Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-27T11:09:43.698Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-27T11:09:43.698Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-27T11:09:43.698Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-27T11:09:43.698Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-27T11:09:43.698Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-27T11:09:43.704Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-27T11:10:13.704Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c090e178-2b11-4c58-aca8-954e1d17a658 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=? 2021-11-27T11:10:13.714Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c090e178-2b11-4c58-aca8-954e1d17a658 and serviceModelVersionId: 834535b5-69c7-4286-9256-de4fe7bcc03e 2021-11-27T11:10:13.714Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f5bb726a-4b50-4935-a841-65226417a2c0 2021-11-27T11:10:13.716Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f5bb726a-4b50-4935-a841-65226417a2c0/model-vers/model-ver/834535b5-69c7-4286-9256-de4fe7bcc03e?depth=0 2021-11-27T11:10:13.724Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-11-27T11:10:13.779Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5bb726a-4b50-4935-a841-65226417a2c0/model-vers/model-ver/834535b5-69c7-4286-9256-de4fe7bcc03e?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]} 2021-11-27T11:10:13.783Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5bb726a-4b50-4935-a841-65226417a2c0/model-vers/model-ver/834535b5-69c7-4286-9256-de4fe7bcc03e?depth=0|INFO|500||Invoke 2021-11-27T11:10:13.804Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5bb726a-4b50-4935-a841-65226417a2c0/model-vers/model-ver/834535b5-69c7-4286-9256-de4fe7bcc03e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-27T11:10:14.071Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5bb726a-4b50-4935-a841-65226417a2c0/model-vers/model-ver/834535b5-69c7-4286-9256-de4fe7bcc03e?depth=0|INFO|500||InvokeReturn 2021-11-27T11:10:14.071Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5bb726a-4b50-4935-a841-65226417a2c0/model-vers/model-ver/834535b5-69c7-4286-9256-de4fe7bcc03e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211127-11:10:13:812-86407], vertex-id=[225352], Content-Length=[0], Date=[Sat, 27 Nov 2021 11:10:13 GMT], Content-Type=[application/json]} 2021-11-27T11:10:14.072Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2021-11-27T11:10:14.073Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-27T11:10:14.073Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-27T11:10:14.077Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-27T11:10:14.078Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c090e178-2b11-4c58-aca8-954e1d17a658 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-27T11:10:14.078Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-27T11:10:14.079Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:10:14.082Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:10:14.082Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011414078, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-27T11:10:14.183Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:10:14.184Z||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. 2021-11-27T11:10:14.184Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:10:14.202Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:10:14.203Z||pool-56-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=? 2021-11-27T11:10:15.101Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-27T11:10:15.101Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"3e2d90df-7df4-4f22-a48f-e8dbf8575be8","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"189d607d-1072-46c6-9f63-196b6b2513d1","serviceDescription":"service","serviceInvariantUUID":"c6f4ee13-719d-45c2-ae46-0ae1ce1c9da4","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f1974202-4590-42e3-9eff-9039c260ad45","resourceInvariantUUID":"b71b44bf-7227-49a6-bfb0-f69316fe875f","resourceCustomizationUUID":"c904a86b-3301-4440-bb08-8e50c97a6a62","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":"MTY3ZTZkMDk5MTllZDc3Y2JlMGEwYjg4YzgyMmI3Yzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"581df426-3bc7-4bc1-8af5-6db9a65220c4","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":"11547519-5d74-4044-8686-060e9beef6f4","artifactVersion":"2","generatedFromUUID":"320bc0c4-9af3-4b58-8f9f-3dfa037235fb"},{"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":"320bc0c4-9af3-4b58-8f9f-3dfa037235fb","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":"ODZmNGE5ZTM4YTljMzVkMTNmYmRhMmMxYmE3MWYyZjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"240d05bf-4bfb-4762-959d-987476acea6d","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":"5cb66f02-30b8-4bb5-b4c4-42f414ac992c","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":"5f25637b-1a72-464e-b42d-8ad1936aae0a","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":"66a1d438-2bdd-4d56-a534-a76fd0b2bc80","artifactVersion":"2","generatedFromUUID":"5cb66f02-30b8-4bb5-b4c4-42f414ac992c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OTZiYzVmMTg4ZTA2MWMxZTAzOTYxZTViYzc2YWI3N2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6c2fdcfc-c2a5-4f1d-8d04-c475ac9ed8a7","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YjY0MjRjMTYwMzhjZmZlYTI4M2E0NjNmODVhMDAwY2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c97c0cd-8e7a-4029-93e7-e461416320fc","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-27T11:10:15.102Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T11:10:15.102Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:10:15.104Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:10:15.104Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011184519, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:15.204Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:10:15.205Z||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. 2021-11-27T11:10:15.205Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:10:15.222Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:10:15.222Z||pool-57-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:10:16.105Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T11:10:16.106Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:10:16.108Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:10:16.108Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011184519, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-11-27T11:10:16.208Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-27T11:10:16.209Z||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. 2021-11-27T11:10:16.209Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:10:16.224Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:10:16.224Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:10:17.109Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T11:10:17.109Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:10:17.112Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:10:17.112Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011184519, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-11-27T11:10:17.212Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:10:17.213Z||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. 2021-11-27T11:10:17.214Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:10:17.224Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:10:17.225Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:10:18.113Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T11:10:18.114Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:10:18.115Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:10:18.116Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011184519, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-27T11:10:18.216Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:10:18.216Z||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. 2021-11-27T11:10:18.217Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:10:18.227Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:10:18.227Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:10:19.116Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T11:10:19.117Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:10:19.120Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:10:19.120Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011184519, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-27T11:10:19.220Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:10:19.221Z||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. 2021-11-27T11:10:19.221Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:10:19.236Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:10:19.237Z||pool-61-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-11-27T11:10:20.121Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T11:10:20.121Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:10:20.123Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:10:20.123Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011184519, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:20.224Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:10:20.224Z||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. 2021-11-27T11:10:20.225Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:10:20.238Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:10:20.240Z||pool-62-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:10:21.124Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T11:10:21.125Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:10:21.127Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:10:21.127Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011184519, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-11-27T11:10:21.228Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-27T11:10:21.229Z||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. 2021-11-27T11:10:21.229Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:10:21.247Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:10:21.247Z||pool-63-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:10:22.128Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T11:10:22.129Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:10:22.131Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:10:22.131Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011184519, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:22.231Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:10:22.232Z||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. 2021-11-27T11:10:22.232Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:10:22.251Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:10:22.252Z||pool-64-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:10:23.132Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T11:10:23.132Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:10:23.134Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:10:23.134Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011184519, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-27T11:10:23.234Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-27T11:10:23.235Z||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. 2021-11-27T11:10:23.235Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:10:23.260Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:10:23.261Z||pool-65-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:10:24.136Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "189d607d-1072-46c6-9f63-196b6b2513d1", "serviceDescription": "service", "serviceInvariantUUID": "c6f4ee13-719d-45c2-ae46-0ae1ce1c9da4", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "c904a86b-3301-4440-bb08-8e50c97a6a62", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f1974202-4590-42e3-9eff-9039c260ad45", "resourceInvariantUUID": "b71b44bf-7227-49a6-bfb0-f69316fe875f", "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": "11547519-5d74-4044-8686-060e9beef6f4", "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": "320bc0c4-9af3-4b58-8f9f-3dfa037235fb", "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": "ODZmNGE5ZTM4YTljMzVkMTNmYmRhMmMxYmE3MWYyZjA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "240d05bf-4bfb-4762-959d-987476acea6d", "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": "5cb66f02-30b8-4bb5-b4c4-42f414ac992c", "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": "66a1d438-2bdd-4d56-a534-a76fd0b2bc80", "generatedFromUUID": "5cb66f02-30b8-4bb5-b4c4-42f414ac992c" }, "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": "66a1d438-2bdd-4d56-a534-a76fd0b2bc80", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "YjY0MjRjMTYwMzhjZmZlYTI4M2E0NjNmODVhMDAwY2I\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3c97c0cd-8e7a-4029-93e7-e461416320fc" } ], "workloadContext": "Production" } 2021-11-27T11:10:24.137Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-27T11:10:24.137Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 189d607d-1072-46c6-9f63-196b6b2513d1 ASDC 2021-11-27T11:10:24.137Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:3e2d90df-7df4-4f22-a48f-e8dbf8575be8 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:189d607d-1072-46c6-9f63-196b6b2513d1 ServiceInvariantUUID:c6f4ee13-719d-45c2-ae46-0ae1ce1c9da4 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:3c97c0cd-8e7a-4029-93e7-e461416320fc ArtifactChecksum:YjY0MjRjMTYwMzhjZmZlYTI4M2E0NjNmODVhMDAwY2I= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:c904a86b-3301-4440-bb08-8e50c97a6a62 ResourceInvariantUUID:b71b44bf-7227-49a6-bfb0-f69316fe875f ResourceName:basic_cnf ResourceType:VF ResourceUUID:f1974202-4590-42e3-9eff-9039c260ad45 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:11547519-5d74-4044-8686-060e9beef6f4 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:320bc0c4-9af3-4b58-8f9f-3dfa037235fb 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:240d05bf-4bfb-4762-959d-987476acea6d ArtifactChecksum:ODZmNGE5ZTM4YTljMzVkMTNmYmRhMmMxYmE3MWYyZjA= 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:5cb66f02-30b8-4bb5-b4c4-42f414ac992c 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:66a1d438-2bdd-4d56-a534-a76fd0b2bc80 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:66a1d438-2bdd-4d56-a534-a76fd0b2bc80 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-27T11:10:24.138Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 189d607d-1072-46c6-9f63-196b6b2513d1 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=? 2021-11-27T11:10:24.175Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-27T11:10:24.175Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-27T11:10:24.175Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-27T11:10:24.176Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3c97c0cd-8e7a-4029-93e7-e461416320fc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-27T11:10:24.176Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-27T11:10:24.176Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-27T11:10:24.316Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-27T11:10:24.320Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 3c97c0cd-8e7a-4029-93e7-e461416320fc 68944 2021-11-27T11:10:24.320Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-11-27T11:10:24.321Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-27T11:10:24.321Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-27T11:10:24.321Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:10:24.325Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:10:24.325Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011424320, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T11:10:24.425Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:10:24.426Z||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. 2021-11-27T11:10:24.426Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:10:24.442Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:10:24.443Z||pool-66-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:10:24.521Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:10:24.522Z||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. 2021-11-27T11:10:24.522Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:10:25.111Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:10:25.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "ves-openapi-manager", "timestamp": 1638011393675, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.115Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "multicloud-k8s-id", "timestamp": 1638011399965, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.116Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "aai-ml", "timestamp": 1638011399864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.116Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "cds", "timestamp": 1638011396905, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.116Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "policy-id", "timestamp": 1638011393315, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.117Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "aai-ml", "timestamp": 1638011399864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.117Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "multicloud-k8s-id", "timestamp": 1638011399965, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.117Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "ves-openapi-manager", "timestamp": 1638011393675, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.117Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "cds", "timestamp": 1638011396905, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.118Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "policy-id", "timestamp": 1638011393315, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.118Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "ves-openapi-manager", "timestamp": 1638011393675, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.118Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "aai-ml", "timestamp": 1638011399864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.119Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.119Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.119Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "cds", "timestamp": 1638011396905, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.119Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.119Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.119Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "multicloud-k8s-id", "timestamp": 1638011399965, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-27T11:10:25.119Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.119Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.119Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "policy-id", "timestamp": 1638011393315, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.120Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.120Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "ves-openapi-manager", "timestamp": 1638011393675, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.120Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.120Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "aai-ml", "timestamp": 1638011399864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.120Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.120Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "cds", "timestamp": 1638011396905, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.121Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "multicloud-k8s-id", "timestamp": 1638011399965, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-27T11:10:25.121Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "policy-id", "timestamp": 1638011393315, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-27T11:10:25.121Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011405058, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.121Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "ves-openapi-manager", "timestamp": 1638011393675, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.122Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "cds", "timestamp": 1638011396905, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.122Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "aai-ml", "timestamp": 1638011399864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.123Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "multicloud-k8s-id", "timestamp": 1638011399965, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.123Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "policy-id", "timestamp": 1638011393315, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.123Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011405058, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.124Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "ves-openapi-manager", "timestamp": 1638011393675, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.124Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "aai-ml", "timestamp": 1638011399864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.124Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "cds", "timestamp": 1638011396905, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.125Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.125Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "multicloud-k8s-id", "timestamp": 1638011399965, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-27T11:10:25.125Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.125Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "policy-id", "timestamp": 1638011393315, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.125Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.125Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011405058, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.125Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.126Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.126Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "cds", "timestamp": 1638011396905, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.126Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.126Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.126Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "aai-ml", "timestamp": 1638011399864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.126Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.126Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.126Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "ves-openapi-manager", "timestamp": 1638011393675, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.126Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.126Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.126Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "multicloud-k8s-id", "timestamp": 1638011399965, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.127Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.127Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.127Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "policy-id", "timestamp": 1638011393315, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.127Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.127Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.127Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011405058, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.127Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.127Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.127Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "cds", "timestamp": 1638011396905, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-27T11:10:25.127Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.128Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "ves-openapi-manager", "timestamp": 1638011393675, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.128Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.128Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "aai-ml", "timestamp": 1638011399864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-27T11:10:25.128Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.128Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "multicloud-k8s-id", "timestamp": 1638011399965, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-27T11:10:25.128Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.128Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "policy-id", "timestamp": 1638011393315, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-27T11:10:25.129Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011405058, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.129Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011405058, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.129Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "cds", "timestamp": 1638011410873, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T11:10:25.129Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:10:25.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "multicloud-k8s-id", "timestamp": 1638011410864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-27T11:10:25.130Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:10:25.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "aai-ml", "timestamp": 1638011410868, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T11:10:25.130Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:10:25.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "policy-id", "timestamp": 1638011410872, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T11:10:25.130Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:10:25.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011405058, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.131Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "dcae-sch", "timestamp": 1638011411183, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-11-27T11:10:25.131Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "cds", "timestamp": 1638011411880, "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 (?, ?, ?, ?, ?) 2021-11-27T11:10:25.147Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of aba62c88-061c-46cc-930a-2c4829f15fb3 2021-11-27T11:10:25.147Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId aba62c88-061c-46cc-930a-2c4829f15fb3 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 (?, ?, ?, ?, ?) 2021-11-27T11:10:25.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.155Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "policy-id", "timestamp": 1638011411881, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-27T11:10:25.155Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:10:25.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.155Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "multicloud-k8s-id", "timestamp": 1638011412029, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-27T11:10:25.156Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:10:25.156Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.156Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011405058, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-27T11:10:25.156Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.156Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.156Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "dcae-sch", "timestamp": 1638011411183, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.157Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.157Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "policy-id", "timestamp": 1638011412893, "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=? 2021-11-27T11:10:25.161Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aba62c88-061c-46cc-930a-2c4829f15fb3 2021-11-27T11:10:25.162Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId aba62c88-061c-46cc-930a-2c4829f15fb3 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 (?, ?, ?, ?, ?) 2021-11-27T11:10:25.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "multicloud-k8s-id", "timestamp": 1638011413134, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-27T11:10:25.169Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:10:25.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "dcae-sch", "timestamp": 1638011411183, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011414025, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T11:10:25.170Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:10:25.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011414078, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-27T11:10:25.170Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:10:25.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "multicloud-k8s-id", "timestamp": 1638011414158, "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=? 2021-11-27T11:10:25.174Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aba62c88-061c-46cc-930a-2c4829f15fb3 2021-11-27T11:10:25.175Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId aba62c88-061c-46cc-930a-2c4829f15fb3 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=? 2021-11-27T11:10:25.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.180Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "dcae-sch", "timestamp": 1638011411183, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.181Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.181Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011184519, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.181Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.181Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "multicloud-k8s-id", "timestamp": 1638011415161, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-27T11:10:25.181Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:10:25.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.181Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "dcae-sch", "timestamp": 1638011411183, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.181Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011184519, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-11-27T11:10:25.182Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011416342, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-27T11:10:25.182Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:10:25.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "dcae-sch", "timestamp": 1638011411183, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.182Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011184519, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-11-27T11:10:25.183Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011417349, "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=? 2021-11-27T11:10:25.187Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of aba62c88-061c-46cc-930a-2c4829f15fb3 2021-11-27T11:10:25.187Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId aba62c88-061c-46cc-930a-2c4829f15fb3 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 (?, ?, ?, ?, ?) 2021-11-27T11:10:25.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.194Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "dcae-sch", "timestamp": 1638011411183, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.195Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.195Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011184519, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-27T11:10:25.195Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.195Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "dcae-sch", "timestamp": 1638011411183, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.195Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.195Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "clamp", "timestamp": 1638011418325, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.196Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.196Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011184519, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-27T11:10:25.196Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.196Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "aai-ml", "timestamp": 1638011419347, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-27T11:10:25.196Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:10:25.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.196Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "clamp", "timestamp": 1638011418325, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.196Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.197Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011184519, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.197Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.197Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "aai-ml", "timestamp": 1638011420351, "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=? 2021-11-27T11:10:25.201Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of aba62c88-061c-46cc-930a-2c4829f15fb3 2021-11-27T11:10:25.202Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId aba62c88-061c-46cc-930a-2c4829f15fb3 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 (?, ?, ?, ?, ?) 2021-11-27T11:10:25.209Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "clamp", "timestamp": 1638011418325, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-27T11:10:25.209Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.209Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "dcae-sch", "timestamp": 1638011421055, "artifactURL": "/sdc/v1/catalog/services/b2a69e66-804e-4884-914e-daa248a2f198/resourceInstances/basicclamp0/artifacts/a0f64fb9-c3d9-4691-ace6-c47a370dcf92", "status": "DOWNLOAD_OK" } 2021-11-27T11:10:25.209Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:10:25.209Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.210Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011184519, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-11-27T11:10:25.210Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.210Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.210Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "clamp", "timestamp": 1638011418325, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.210Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.210Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.210Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011184519, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.210Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.210Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.210Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "dcae-sch", "timestamp": 1638011422557, "artifactURL": "/sdc/v1/catalog/services/b2a69e66-804e-4884-914e-daa248a2f198/resourceInstances/basicclamp0/artifacts/a0f64fb9-c3d9-4691-ace6-c47a370dcf92", "status": "DEPLOY_OK" } 2021-11-27T11:10:25.211Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:10:25.211Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.211Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "clamp", "timestamp": 1638011418325, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.211Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.211Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.211Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011184519, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-27T11:10:25.211Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.211Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.211Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "dcae-sch", "timestamp": 1638011423561, "artifactURL": "/sdc/v1/catalog/services/b2a69e66-804e-4884-914e-daa248a2f198/resourceInstances/basicclamp0/artifacts/a0f64fb9-c3d9-4691-ace6-c47a370dcf92", "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=? 2021-11-27T11:10:25.216Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of aba62c88-061c-46cc-930a-2c4829f15fb3 2021-11-27T11:10:25.216Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId aba62c88-061c-46cc-930a-2c4829f15fb3 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 (?, ?, ?, ?, ?) 2021-11-27T11:10:25.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "clamp", "timestamp": 1638011418325, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-27T11:10:25.223Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:10:25.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:10:25.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011424320, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T11:10:25.223Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:10:25.325Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-27T11:10:25.327Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-27T11:10:25.327Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 3c97c0cd-8e7a-4029-93e7-e461416320fc, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-27T11:10:25.328Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-11-27T11:10:25.328Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-27T11:10:25.328Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-27T11:10:25.521Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7231857995835036603/Definitions/service-BasicCnf-template.yml 2021-11-27T11:10:26.748Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-27T11:10:26.749Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-27T11:10:26.749Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-27T11:10:26.749Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2021-11-27T11:10:26.749Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||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 2021-11-27T11:10:26.749Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||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 2021-11-27T11:10:26.749Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-27T11:10:26.749Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||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 2021-11-27T11:10:26.749Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-27T11:10:26.750Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:10:26.750Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:10:26.750Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-27T11:10:26.751Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-27T11:10:26.751Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-27T11:10:26.751Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:10:26.751Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:10:26.751Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-27T11:10:26.751Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-27T11:10:26.751Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-27T11:10:26.752Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:10:26.752Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:10:26.752Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:10:26.752Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-11-27T11:10:26.752Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-11-27T11:10:26.752Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria 2021-11-27T11:10:26.752Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-27T11:10:26.753Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:10:26.753Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-27T11:10:26.753Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:10:26.753Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-27T11:10:26.753Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-27T11:10:26.753Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:10:26.754Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-27T11:10:26.754Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-27T11:10:26.754Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:10:26.754Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-27T11:10:26.754Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-27T11:10:26.754Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:10:26.755Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-11-27T11:10:26.755Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-11-27T11:10:26.755Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=50749dca-55af-4904-9e35-2554fd31e29c 2021-11-27T11:10:26.755Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:10:26.755Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:10:26.755Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:10:26.756Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:10:26.756Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:10:26.756Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:10:26.756Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:10:26.756Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:10:26.756Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:189d607d-1072-46c6-9f63-196b6b2513d1 Model Version:NULL Model InvariantUuid:c6f4ee13-719d-45c2-ae46-0ae1ce1c9da4 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:b970e4cc-0c89-4718-a89c-12adedf53fde Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b71b44bf-7227-49a6-bfb0-f69316fe875f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c904a86b-3301-4440-bb08-8e50c97a6a62 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:678308c2-10ea-4cf6-8d34-924547a2ade2 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:9cb7a792-42c9-4147-87d5-677a31feb4d8 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:50749dca-55af-4904-9e35-2554fd31e29c ModelInvariantUuid:785a3550-7f57-42ee-9807-44f56111fdd7 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:ea173f89-6c6b-4b97-95c8-62c32330425f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:c6f4a434-26fe-488f-9b67-427d6ba6850d ModelInvariantUuid:93c82ee6-3e97-489b-801a-e80bddc1ebe2 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:0d211258-8bd6-4411-a04b-2c766ad32a67 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=? 2021-11-27T11:10:26.762Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: f1974202-4590-42e3-9eff-9039c260ad45 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=? 2021-11-27T11:10:26.764Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||basic_cnf 0 2021-11-27T11:10:26.764Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f1974202-4590-42e3-9eff-9039c260ad45 2021-11-27T11:10:26.764Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 11547519-5d74-4044-8686-060e9beef6f4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-11-27T11:10:26.764Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-27T11:10:26.765Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||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 2021-11-27T11:10:27.443Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-27T11:10:27.443Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 11547519-5d74-4044-8686-060e9beef6f4 12 2021-11-27T11:10:27.444Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||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 2021-11-27T11:10:27.444Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||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 2021-11-27T11:10:27.444Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-27T11:10:27.444Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:10:27.446Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:10:27.446Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011427444, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-11-27T11:10:27.546Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:10:27.547Z||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. 2021-11-27T11:10:27.547Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:10:27.565Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:10:27.566Z||pool-67-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:10:28.446Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 320bc0c4-9af3-4b58-8f9f-3dfa037235fb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-11-27T11:10:28.447Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-27T11:10:28.447Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||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 2021-11-27T11:10:28.598Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-27T11:10:28.599Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 320bc0c4-9af3-4b58-8f9f-3dfa037235fb 2688 2021-11-27T11:10:28.599Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||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 2021-11-27T11:10:28.599Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||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 2021-11-27T11:10:28.599Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-27T11:10:28.599Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:10:28.601Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:10:28.601Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011428599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-11-27T11:10:28.701Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:10:28.702Z||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. 2021-11-27T11:10:28.702Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:10:28.723Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:10:28.724Z||pool-68-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2021-11-27T11:10:29.603Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 240d05bf-4bfb-4762-959d-987476acea6d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-11-27T11:10:29.603Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-27T11:10:29.603Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||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 2021-11-27T11:10:29.848Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-27T11:10:29.849Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 240d05bf-4bfb-4762-959d-987476acea6d 828 2021-11-27T11:10:29.849Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||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 2021-11-27T11:10:29.849Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||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 2021-11-27T11:10:29.849Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-27T11:10:29.849Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:10:29.852Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:10:29.852Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011429849, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-27T11:10:29.952Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:10:29.953Z||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. 2021-11-27T11:10:29.953Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:10:29.971Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:10:29.972Z||pool-69-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:10:30.853Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "678308c2-10ea-4cf6-8d34-924547a2ade2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9cb7a792-42c9-4147-87d5-677a31feb4d8", "vfModuleModelCustomizationUUID": "9d81c230-9346-457a-9d5d-facd5e39e2e7", "isBase": true, "artifacts": [ "5cb66f02-30b8-4bb5-b4c4-42f414ac992c", "320bc0c4-9af3-4b58-8f9f-3dfa037235fb", "66a1d438-2bdd-4d56-a534-a76fd0b2bc80" ], "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": "" } } ] 2021-11-27T11:10:30.857Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9cb7a792-42c9-4147-87d5-677a31feb4d8 VfModuleModelInvariantUUID:678308c2-10ea-4cf6-8d34-924547a2ade2 VfModuleModelDescription:NULL Artifacts UUID List:{ 5cb66f02-30b8-4bb5-b4c4-42f414ac992c , 320bc0c4-9af3-4b58-8f9f-3dfa037235fb , 66a1d438-2bdd-4d56-a534-a76fd0b2bc80 } 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 } 2021-11-27T11:10:30.859Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "678308c2-10ea-4cf6-8d34-924547a2ade2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9cb7a792-42c9-4147-87d5-677a31feb4d8", "vfModuleModelCustomizationUUID": "9d81c230-9346-457a-9d5d-facd5e39e2e7", "isBase": true, "artifacts": [ "5cb66f02-30b8-4bb5-b4c4-42f414ac992c", "320bc0c4-9af3-4b58-8f9f-3dfa037235fb", "66a1d438-2bdd-4d56-a534-a76fd0b2bc80" ], "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": "" } } ] 2021-11-27T11:10:30.859Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9cb7a792-42c9-4147-87d5-677a31feb4d8 VfModuleModelInvariantUUID:678308c2-10ea-4cf6-8d34-924547a2ade2 VfModuleModelDescription:NULL Artifacts UUID List:{ 5cb66f02-30b8-4bb5-b4c4-42f414ac992c , 320bc0c4-9af3-4b58-8f9f-3dfa037235fb , 66a1d438-2bdd-4d56-a534-a76fd0b2bc80 } 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 } 2021-11-27T11:10:30.859Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5cb66f02-30b8-4bb5-b4c4-42f414ac992c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-11-27T11:10:30.860Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-27T11:10:30.860Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-11-27T11:10:31.041Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-27T11:10:31.041Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 5cb66f02-30b8-4bb5-b4c4-42f414ac992c 1164 2021-11-27T11:10:31.041Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||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 2021-11-27T11:10:31.042Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||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 2021-11-27T11:10:31.042Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-27T11:10:31.042Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:10:31.044Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:10:31.044Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011431041, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-11-27T11:10:31.144Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:10:31.145Z||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. 2021-11-27T11:10:31.145Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:10:31.158Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:10:31.158Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:10:32.045Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 66a1d438-2bdd-4d56-a534-a76fd0b2bc80 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-11-27T11:10:32.048Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-27T11:10:32.048Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-11-27T11:10:32.126Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-27T11:10:32.126Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 66a1d438-2bdd-4d56-a534-a76fd0b2bc80 200 2021-11-27T11:10:32.127Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||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 2021-11-27T11:10:32.127Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||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 2021-11-27T11:10:32.127Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-27T11:10:32.127Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:10:32.129Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:10:32.129Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011432127, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-11-27T11:10:32.229Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:10:32.231Z||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. 2021-11-27T11:10:32.231Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:10:32.242Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:10:32.243Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:10:33.130Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 189d607d-1072-46c6-9f63-196b6b2513d1 2021-11-27T11:10:33.130Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 f1974202-4590-42e3-9eff-9039c260ad45 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=? 2021-11-27T11:10:33.144Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||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 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=? 2021-11-27T11:10:33.149Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4143ce1e, org.onap.sdc.toscaparser.api.parameters.Input@76efdeaf, org.onap.sdc.toscaparser.api.parameters.Input@c081a00, org.onap.sdc.toscaparser.api.parameters.Input@72743c4d, org.onap.sdc.toscaparser.api.parameters.Input@2d183f23] 2021-11-27T11:10:33.151Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:10:33.151Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:10:33.151Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2021-11-27T11:10:33.151Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= c904a86b-3301-4440-bb08-8e50c97a6a62 2021-11-27T11:10:33.152Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c904a86b-3301-4440-bb08-8e50c97a6a62 matches Tosca VF Customization UUID: c904a86b-3301-4440-bb08-8e50c97a6a62 2021-11-27T11:10:33.152Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: c904a86b-3301-4440-bb08-8e50c97a6a62 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=? 2021-11-27T11:10:33.154Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:10:33.154Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:10:33.155Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id c904a86b-3301-4440-bb08-8e50c97a6a62: {\"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\"} 2021-11-27T11:10:33.155Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3a5b9f08 2021-11-27T11:10:33.155Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:10:33.156Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-27T11:10:33.156Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9d81c230-9346-457a-9d5d-facd5e39e2e7 2021-11-27T11:10:33.156Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9d81c230-9346-457a-9d5d-facd5e39e2e7 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=? 2021-11-27T11:10:33.158Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:10:33.158Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-27T11:10:33.159Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-27T11:10:33.159Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:10:33.159Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-27T11:10:33.159Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-27T11:10:33.160Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:10:33.160Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-11-27T11:10:33.160Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-11-27T11:10:33.160Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=50749dca-55af-4904-9e35-2554fd31e29c 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=? 2021-11-27T11:10:33.162Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:10:33.163Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-27T11:10:33.163Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-27T11:10:33.163Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:10:33.164Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-27T11:10:33.164Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=c904a86b-3301-4440-bb08-8e50c97a6a62 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=? 2021-11-27T11:10:33.166Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:10:33.166Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:10:33.167Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 189d607d-1072-46c6-9f63-196b6b2513d1: basic_cnf 2021-11-27T11:10:33.167Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:10:33.167Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:10:33.168Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:10:33.168Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:10:33.168Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:10:33.168Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:10:33.169Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:10:33.169Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:10:33.170Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:10:33.170Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:10:33.170Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||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 (?, ?, ?, ?, ?) 2021-11-27T11:10:33.243Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf f1974202-4590-42e3-9eff-9039c260ad45 1 ASDC deployResourceStructure 2021-11-27T11:10:33.245Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||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 2021-11-27T11:10:33.245Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||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) 2021-11-27T11:10:33.245Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-11-27T11:10:33.245Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:10:33.247Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:10:33.247Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011433244, "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" } 2021-11-27T11:10:33.347Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:10:33.348Z||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. 2021-11-27T11:10:33.348Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:10:33.359Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:10:33.359Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:10:34.248Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||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 2021-11-27T11:10:34.249Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||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) 2021-11-27T11:10:34.249Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-11-27T11:10:34.249Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:10:34.252Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:10:34.252Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011434248, "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" } 2021-11-27T11:10:34.352Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:10:34.353Z||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. 2021-11-27T11:10:34.353Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:10:34.365Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:10:34.365Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:10:35.254Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||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 2021-11-27T11:10:35.254Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||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 2021-11-27T11:10:35.254Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-27T11:10:35.254Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:10:35.257Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:10:35.257Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011435253, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-11-27T11:10:35.357Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:10:35.358Z||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. 2021-11-27T11:10:35.358Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:10:35.379Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:10:35.380Z||pool-74-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:10:36.258Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||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 2021-11-27T11:10:36.258Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||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 2021-11-27T11:10:36.258Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-27T11:10:36.258Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:10:36.260Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:10:36.260Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011436258, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-11-27T11:10:36.361Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-27T11:10:36.362Z||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. 2021-11-27T11:10:36.362Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:10:36.375Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:10:36.376Z||pool-75-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:10:37.261Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||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 2021-11-27T11:10:37.262Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||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 2021-11-27T11:10:37.262Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-27T11:10:37.262Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:10:37.264Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:10:37.264Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011437261, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-11-27T11:10:37.364Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:10:37.365Z||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. 2021-11-27T11:10:37.365Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:10:37.393Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:10:37.393Z||pool-76-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2021-11-27T11:10:38.265Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-11-27T11:10:38.266Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-27T11:10:38.266Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-27T11:10:38.267Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:10:38.270Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:10:38.270Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011438265, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-27T11:10:38.369Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-27T11:10:38.370Z||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. 2021-11-27T11:10:38.370Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:10:38.382Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:10:38.382Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:10:39.271Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e2d90df-7df4-4f22-a48f-e8dbf8575be8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-27T11:10:39.283Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e2d90df-7df4-4f22-a48f-e8dbf8575be8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-27T11:10:39.285Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-27T11:10:39.285Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-27T11:10:39.285Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-27T11:10:39.285Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-27T11:10:39.286Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-27T11:10:39.286Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-27T11:10:39.286Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-27T11:10:39.286Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-27T11:10:39.286Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-27T11:10:39.286Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-27T11:10:39.286Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-27T11:10:39.290Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-27T11:11:09.290Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3e2d90df-7df4-4f22-a48f-e8dbf8575be8 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=? 2021-11-27T11:11:09.299Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3e2d90df-7df4-4f22-a48f-e8dbf8575be8 and serviceModelVersionId: 189d607d-1072-46c6-9f63-196b6b2513d1 2021-11-27T11:11:09.300Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c6f4ee13-719d-45c2-ae46-0ae1ce1c9da4 2021-11-27T11:11:09.301Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c6f4ee13-719d-45c2-ae46-0ae1ce1c9da4/model-vers/model-ver/189d607d-1072-46c6-9f63-196b6b2513d1?depth=0 2021-11-27T11:11:09.307Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-11-27T11:11:09.375Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c6f4ee13-719d-45c2-ae46-0ae1ce1c9da4/model-vers/model-ver/189d607d-1072-46c6-9f63-196b6b2513d1?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]} 2021-11-27T11:11:09.377Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c6f4ee13-719d-45c2-ae46-0ae1ce1c9da4/model-vers/model-ver/189d607d-1072-46c6-9f63-196b6b2513d1?depth=0|INFO|500||Invoke 2021-11-27T11:11:09.396Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c6f4ee13-719d-45c2-ae46-0ae1ce1c9da4/model-vers/model-ver/189d607d-1072-46c6-9f63-196b6b2513d1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-27T11:11:10.151Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c6f4ee13-719d-45c2-ae46-0ae1ce1c9da4/model-vers/model-ver/189d607d-1072-46c6-9f63-196b6b2513d1?depth=0|INFO|500||InvokeReturn 2021-11-27T11:11:10.152Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c6f4ee13-719d-45c2-ae46-0ae1ce1c9da4/model-vers/model-ver/189d607d-1072-46c6-9f63-196b6b2513d1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211127-11:11:09:403-5730], vertex-id=[241736], Content-Length=[0], Date=[Sat, 27 Nov 2021 11:11:09 GMT], Content-Type=[application/json]} 2021-11-27T11:11:10.152Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2021-11-27T11:11:10.152Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-27T11:11:10.152Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-27T11:11:10.156Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-27T11:11:10.157Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3e2d90df-7df4-4f22-a48f-e8dbf8575be8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-27T11:11:10.157Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-27T11:11:10.157Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:11:10.159Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:11:10.159Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011470157, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-27T11:11:10.259Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:11:10.261Z||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. 2021-11-27T11:11:10.261Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:11:10.278Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:11:10.279Z||pool-78-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=? 2021-11-27T11:11:11.180Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:11:11.180Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|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. 2021-11-27T11:11:11.180Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:11:16.105Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:11:16.106Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-27T11:11:16.107Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"aba62c88-061c-46cc-930a-2c4829f15fb3","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"b2a69e66-804e-4884-914e-daa248a2f198","serviceDescription":"service","serviceInvariantUUID":"ad360484-6f5e-44be-8853-04419a410300","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"37a7aeac-6067-4af9-91ee-b7fde9e79502","resourceInvariantUUID":"c57cfa94-5b80-4cb2-934a-1a9c3106323d","resourceCustomizationUUID":"4a88013e-2bc5-43dc-88d7-322d66fe72b6","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":"a0f64fb9-c3d9-4691-ace6-c47a370dcf92","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":"ZTM0YzU0OGQxZDgxNmI0ZjZjYjUzNjQ5M2Y4Y2QxN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8688a854-5107-4559-87c4-e8ba2048eefb","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":"NDI4NzhkOWM2MDdkZDQ1ZjQzNGFlNjFmMDg5YmQ4ZTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3434b224-5173-47e6-ac2e-8addab9e1427","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":"8744eddc-772b-4d9e-a72f-4344c487eae3","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":"7c62b767-54c4-480e-a17d-f022dd2c72ab","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":"379d3c02-853c-471c-afea-371ea22ae12d","artifactVersion":"2","generatedFromUUID":"8744eddc-772b-4d9e-a72f-4344c487eae3"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NzFlYTc5NGNiYzExODE0MWQzZjcwMTczYWE2MGI5MTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dff9af78-8b28-4bed-9ac1-a0d657d62b36","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"N2U2N2RkYTllMzM1YWQ0YzgwMTA0Y2JlNzBkMTUyN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b3004325-27bd-41ab-8b30-4e5f77698f3c","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-27T11:11:16.108Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T11:11:16.109Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:11:16.111Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:11:16.111Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011471180, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:11:16.211Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:11:16.212Z||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. 2021-11-27T11:11:16.212Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:11:16.222Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:11:16.223Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-11-27T11:11:17.111Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T11:11:17.112Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:11:17.114Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:11:17.114Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011471180, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:11:17.214Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:11:17.215Z||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. 2021-11-27T11:11:17.215Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:11:17.226Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:11:17.226Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:11:18.115Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T11:11:18.116Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:11:18.118Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:11:18.118Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011471180, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-27T11:11:18.218Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:11:18.221Z||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. 2021-11-27T11:11:18.221Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:11:18.233Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:11:18.233Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:11:19.119Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T11:11:19.120Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:11:19.124Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:11:19.124Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011471180, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-27T11:11:19.224Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:11:19.227Z||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. 2021-11-27T11:11:19.227Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:11:19.285Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:11:19.286Z||pool-82-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:11:20.125Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T11:11:20.126Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:11:20.128Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:11:20.128Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011471180, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:11:20.228Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:11:20.231Z||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. 2021-11-27T11:11:20.231Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:11:20.242Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:11:20.242Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-11-27T11:11:21.129Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T11:11:21.130Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:11:21.133Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:11:21.133Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011471180, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-27T11:11:21.233Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:11:21.235Z||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. 2021-11-27T11:11:21.235Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:11:21.248Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:11:21.249Z||pool-84-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:11:22.134Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T11:11:22.135Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:11:22.137Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:11:22.137Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011471180, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:11:22.237Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:11:22.238Z||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. 2021-11-27T11:11:22.238Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:11:22.254Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:11:22.255Z||pool-85-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2021-11-27T11:11:23.137Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T11:11:23.138Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:11:23.142Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:11:23.142Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011471180, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-27T11:11:23.243Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-27T11:11:23.243Z||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. 2021-11-27T11:11:23.244Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:11:23.256Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:11:23.257Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:11:24.144Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "b2a69e66-804e-4884-914e-daa248a2f198", "serviceDescription": "service", "serviceInvariantUUID": "ad360484-6f5e-44be-8853-04419a410300", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "4a88013e-2bc5-43dc-88d7-322d66fe72b6", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "37a7aeac-6067-4af9-91ee-b7fde9e79502", "resourceInvariantUUID": "c57cfa94-5b80-4cb2-934a-1a9c3106323d", "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": "NDI4NzhkOWM2MDdkZDQ1ZjQzNGFlNjFmMDg5YmQ4ZTQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3434b224-5173-47e6-ac2e-8addab9e1427", "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": "8744eddc-772b-4d9e-a72f-4344c487eae3", "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": "379d3c02-853c-471c-afea-371ea22ae12d", "generatedFromUUID": "8744eddc-772b-4d9e-a72f-4344c487eae3" }, "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": "379d3c02-853c-471c-afea-371ea22ae12d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "N2U2N2RkYTllMzM1YWQ0YzgwMTA0Y2JlNzBkMTUyN2M\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b3004325-27bd-41ab-8b30-4e5f77698f3c" } ], "workloadContext": "Production" } 2021-11-27T11:11:24.144Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-27T11:11:24.144Z|3e2d90df-7df4-4f22-a48f-e8dbf8575be8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b2a69e66-804e-4884-914e-daa248a2f198 ASDC 2021-11-27T11:11:24.145Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:aba62c88-061c-46cc-930a-2c4829f15fb3 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:b2a69e66-804e-4884-914e-daa248a2f198 ServiceInvariantUUID:ad360484-6f5e-44be-8853-04419a410300 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:b3004325-27bd-41ab-8b30-4e5f77698f3c ArtifactChecksum:N2U2N2RkYTllMzM1YWQ0YzgwMTA0Y2JlNzBkMTUyN2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:4a88013e-2bc5-43dc-88d7-322d66fe72b6 ResourceInvariantUUID:c57cfa94-5b80-4cb2-934a-1a9c3106323d ResourceName:basicclamp ResourceType:VF ResourceUUID:37a7aeac-6067-4af9-91ee-b7fde9e79502 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:3434b224-5173-47e6-ac2e-8addab9e1427 ArtifactChecksum:NDI4NzhkOWM2MDdkZDQ1ZjQzNGFlNjFmMDg5YmQ4ZTQ= 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:8744eddc-772b-4d9e-a72f-4344c487eae3 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:379d3c02-853c-471c-afea-371ea22ae12d 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:379d3c02-853c-471c-afea-371ea22ae12d ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-27T11:11:24.146Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b2a69e66-804e-4884-914e-daa248a2f198 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=? 2021-11-27T11:11:24.182Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-27T11:11:24.183Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-27T11:11:24.183Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-27T11:11:24.184Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b3004325-27bd-41ab-8b30-4e5f77698f3c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-27T11:11:24.184Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-27T11:11:24.184Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-27T11:11:24.268Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-27T11:11:24.271Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar b3004325-27bd-41ab-8b30-4e5f77698f3c 73640 2021-11-27T11:11:24.272Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-11-27T11:11:24.272Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-27T11:11:24.272Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-27T11:11:24.272Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:11:24.274Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:11:24.275Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011484272, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T11:11:24.375Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:11:24.376Z||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. 2021-11-27T11:11:24.376Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:11:24.389Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:11:24.390Z||pool-87-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:11:24.521Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:11:24.521Z||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. 2021-11-27T11:11:24.522Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:11:24.542Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:11:24.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:11:24.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "clamp", "timestamp": 1638011418325, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:11:24.544Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:11:25.275Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-27T11:11:25.278Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-27T11:11:25.279Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: b3004325-27bd-41ab-8b30-4e5f77698f3c, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-27T11:11:25.279Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-11-27T11:11:25.280Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-27T11:11:25.280Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-27T11:11:25.392Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13178469290195630792/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 2021-11-27T11:11:26.471Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-27T11:11:26.472Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-27T11:11:26.472Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-27T11:11:26.472Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-27T11:11:26.472Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||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 2021-11-27T11:11:26.472Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-27T11:11:26.472Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-27T11:11:26.472Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-27T11:11:26.472Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-27T11:11:26.472Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-27T11:11:26.473Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-27T11:11:26.473Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-27T11:11:26.473Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-27T11:11:26.473Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-27T11:11:26.473Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:11:26.473Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:11:26.473Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-27T11:11:26.473Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-27T11:11:26.474Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-27T11:11:26.479Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:11:26.479Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:11:26.480Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-27T11:11:26.480Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-27T11:11:26.480Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-27T11:11:26.480Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:11:26.480Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:11:26.481Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:11:26.481Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-11-27T11:11:26.481Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-11-27T11:11:26.481Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-11-27T11:11:26.481Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-11-27T11:11:26.481Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-27T11:11:26.481Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-27T11:11:26.482Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:11:26.482Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-27T11:11:26.482Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:11:26.482Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-27T11:11:26.482Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-27T11:11:26.482Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:11:26.483Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-27T11:11:26.483Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-27T11:11:26.483Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:11:26.483Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-27T11:11:26.483Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-27T11:11:26.483Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:11:26.483Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-11-27T11:11:26.484Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-27T11:11:26.484Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-27T11:11:26.484Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=dfabd8f2-8864-4f4f-84cb-987114d45e10 2021-11-27T11:11:26.484Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:11:26.484Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:11:26.484Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:11:26.484Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:11:26.485Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:11:26.485Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:11:26.485Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:11:26.485Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:11:26.485Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:b2a69e66-804e-4884-914e-daa248a2f198 Model Version:NULL Model InvariantUuid:ad360484-6f5e-44be-8853-04419a410300 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:bb708b3f-d5e2-4c17-91f0-162401e18f3e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:c57cfa94-5b80-4cb2-934a-1a9c3106323d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4a88013e-2bc5-43dc-88d7-322d66fe72b6 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:dcf91928-beac-461d-a140-5b6fa7a9c6d2 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:d2f96d90-da8c-4d29-9cf5-518e53db7ef1 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:dfabd8f2-8864-4f4f-84cb-987114d45e10 ModelInvariantUuid:d97953df-7f3d-4e35-88d6-d28a06647e72 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:f07205dd-ab36-4578-87b5-e68c25d21478 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:531eff78-d1b1-43e9-8426-1331156a5fae ModelInvariantUuid:24497e08-eb58-429f-a964-a9adbcea244b ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:3c388dbd-112c-4bce-bbdb-34c4d84771e8 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=? 2021-11-27T11:11:26.492Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 37a7aeac-6067-4af9-91ee-b7fde9e79502 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=? 2021-11-27T11:11:26.496Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||basicclamp 0 2021-11-27T11:11:26.496Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 37a7aeac-6067-4af9-91ee-b7fde9e79502 2021-11-27T11:11:26.497Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3434b224-5173-47e6-ac2e-8addab9e1427 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-27T11:11:26.497Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-27T11:11:26.497Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-27T11:11:27.234Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-27T11:11:27.235Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 3434b224-5173-47e6-ac2e-8addab9e1427 790 2021-11-27T11:11:27.236Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-11-27T11:11:27.236Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-27T11:11:27.236Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-27T11:11:27.236Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:11:27.240Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:11:27.240Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011487235, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-27T11:11:27.340Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:11:27.341Z||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. 2021-11-27T11:11:27.341Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:11:27.363Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:11:27.364Z||pool-88-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:11:28.241Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "dcf91928-beac-461d-a140-5b6fa7a9c6d2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d2f96d90-da8c-4d29-9cf5-518e53db7ef1", "vfModuleModelCustomizationUUID": "54f15c94-8224-461c-bf6f-a40ce2aa7d21", "isBase": true, "artifacts": [ "8744eddc-772b-4d9e-a72f-4344c487eae3", "379d3c02-853c-471c-afea-371ea22ae12d" ], "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": "" } } ] 2021-11-27T11:11:28.246Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d2f96d90-da8c-4d29-9cf5-518e53db7ef1 VfModuleModelInvariantUUID:dcf91928-beac-461d-a140-5b6fa7a9c6d2 VfModuleModelDescription:NULL Artifacts UUID List:{ 8744eddc-772b-4d9e-a72f-4344c487eae3 , 379d3c02-853c-471c-afea-371ea22ae12d } 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 } 2021-11-27T11:11:28.249Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "dcf91928-beac-461d-a140-5b6fa7a9c6d2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d2f96d90-da8c-4d29-9cf5-518e53db7ef1", "vfModuleModelCustomizationUUID": "54f15c94-8224-461c-bf6f-a40ce2aa7d21", "isBase": true, "artifacts": [ "8744eddc-772b-4d9e-a72f-4344c487eae3", "379d3c02-853c-471c-afea-371ea22ae12d" ], "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": "" } } ] 2021-11-27T11:11:28.249Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d2f96d90-da8c-4d29-9cf5-518e53db7ef1 VfModuleModelInvariantUUID:dcf91928-beac-461d-a140-5b6fa7a9c6d2 VfModuleModelDescription:NULL Artifacts UUID List:{ 8744eddc-772b-4d9e-a72f-4344c487eae3 , 379d3c02-853c-471c-afea-371ea22ae12d } 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 } 2021-11-27T11:11:28.249Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8744eddc-772b-4d9e-a72f-4344c487eae3 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-27T11:11:28.250Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-27T11:11:28.250Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-27T11:11:28.798Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-27T11:11:28.799Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 8744eddc-772b-4d9e-a72f-4344c487eae3 5033 2021-11-27T11:11:28.799Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-27T11:11:28.799Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-27T11:11:28.800Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-27T11:11:28.800Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:11:28.802Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:11:28.802Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011488799, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-27T11:11:28.903Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-27T11:11:28.904Z||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. 2021-11-27T11:11:28.904Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:11:28.913Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:11:28.914Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:11:29.802Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 379d3c02-853c-471c-afea-371ea22ae12d from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-27T11:11:29.803Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-27T11:11:29.803Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-27T11:11:30.598Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-27T11:11:30.600Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 379d3c02-853c-471c-afea-371ea22ae12d 909 2021-11-27T11:11:30.600Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-27T11:11:30.600Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-27T11:11:30.601Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-27T11:11:30.601Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:11:30.604Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:11:30.605Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011490600, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-27T11:11:30.705Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:11:30.706Z||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. 2021-11-27T11:11:30.706Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:11:30.718Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:11:30.718Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:11:31.605Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: b2a69e66-804e-4884-914e-daa248a2f198 2021-11-27T11:11:31.606Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 37a7aeac-6067-4af9-91ee-b7fde9e79502 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=? 2021-11-27T11:11:31.620Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@35ce1463, org.onap.sdc.toscaparser.api.parameters.Input@c17937b, org.onap.sdc.toscaparser.api.parameters.Input@31a5058e, org.onap.sdc.toscaparser.api.parameters.Input@63b83e81, org.onap.sdc.toscaparser.api.parameters.Input@26904399] 2021-11-27T11:11:31.621Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:11:31.621Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:11:31.622Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2021-11-27T11:11:31.622Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 4a88013e-2bc5-43dc-88d7-322d66fe72b6 2021-11-27T11:11:31.622Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4a88013e-2bc5-43dc-88d7-322d66fe72b6 matches Tosca VF Customization UUID: 4a88013e-2bc5-43dc-88d7-322d66fe72b6 2021-11-27T11:11:31.622Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 4a88013e-2bc5-43dc-88d7-322d66fe72b6 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=? 2021-11-27T11:11:31.624Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:11:31.624Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:11:31.624Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 4a88013e-2bc5-43dc-88d7-322d66fe72b6: {\"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\"} 2021-11-27T11:11:31.625Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2d521505 2021-11-27T11:11:31.625Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:11:31.625Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-27T11:11:31.625Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 54f15c94-8224-461c-bf6f-a40ce2aa7d21 2021-11-27T11:11:31.625Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 54f15c94-8224-461c-bf6f-a40ce2aa7d21 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=? 2021-11-27T11:11:31.627Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:11:31.627Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-27T11:11:31.628Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-27T11:11:31.628Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:11:31.628Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-27T11:11:31.628Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-27T11:11:31.628Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:11:31.629Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-11-27T11:11:31.629Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-27T11:11:31.629Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-27T11:11:31.629Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=dfabd8f2-8864-4f4f-84cb-987114d45e10 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=? 2021-11-27T11:11:31.631Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:11:31.631Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-27T11:11:31.632Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-27T11:11:31.632Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:11:31.632Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-27T11:11:31.632Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=4a88013e-2bc5-43dc-88d7-322d66fe72b6 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=? 2021-11-27T11:11:31.634Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:11:31.634Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:11:31.634Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid b2a69e66-804e-4884-914e-daa248a2f198: basicclamp 2021-11-27T11:11:31.634Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:11:31.635Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:11:31.635Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:11:31.635Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:11:31.635Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:11:31.635Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:11:31.635Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:11:31.636Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:11:31.636Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:11:31.636Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:11:31.636Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||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 (?, ?, ?, ?, ?) 2021-11-27T11:11:31.710Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 37a7aeac-6067-4af9-91ee-b7fde9e79502 1 ASDC deployResourceStructure 2021-11-27T11:11:31.710Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-11-27T11:11:31.710Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-27T11:11:31.710Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-27T11:11:31.710Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:11:31.712Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:11:31.712Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011491710, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-27T11:11:31.812Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:11:31.813Z||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. 2021-11-27T11:11:31.814Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:11:31.825Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:11:31.825Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:11:32.713Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-27T11:11:32.713Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-27T11:11:32.713Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-27T11:11:32.714Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:11:32.716Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:11:32.716Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011492713, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-27T11:11:32.817Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-27T11:11:32.819Z||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. 2021-11-27T11:11:32.819Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:11:32.830Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:11:32.830Z||pool-92-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:11:33.717Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-27T11:11:33.717Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-27T11:11:33.718Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-27T11:11:33.718Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:11:33.721Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:11:33.721Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011493717, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-27T11:11:33.821Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:11:33.822Z||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. 2021-11-27T11:11:33.822Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:11:33.836Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:11:33.837Z||pool-93-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-11-27T11:11:34.722Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-11-27T11:11:34.722Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-27T11:11:34.722Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-27T11:11:34.722Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:11:34.724Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:11:34.724Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011494722, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-27T11:11:34.825Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-27T11:11:34.826Z||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. 2021-11-27T11:11:34.826Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:11:34.837Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:11:34.837Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-11-27T11:11:35.725Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aba62c88-061c-46cc-930a-2c4829f15fb3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-27T11:11:35.735Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aba62c88-061c-46cc-930a-2c4829f15fb3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-27T11:11:35.738Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-27T11:11:35.738Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-27T11:11:35.738Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-27T11:11:35.738Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-27T11:11:35.739Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-27T11:11:35.739Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-27T11:11:35.739Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-27T11:11:35.739Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-27T11:11:35.739Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-27T11:11:35.739Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-27T11:11:35.739Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-27T11:11:35.744Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-27T11:12:05.745Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: aba62c88-061c-46cc-930a-2c4829f15fb3 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=? 2021-11-27T11:12:05.754Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: aba62c88-061c-46cc-930a-2c4829f15fb3 and serviceModelVersionId: b2a69e66-804e-4884-914e-daa248a2f198 2021-11-27T11:12:05.754Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ad360484-6f5e-44be-8853-04419a410300 2021-11-27T11:12:05.755Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ad360484-6f5e-44be-8853-04419a410300/model-vers/model-ver/b2a69e66-804e-4884-914e-daa248a2f198?depth=0 2021-11-27T11:12:05.766Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-11-27T11:12:05.833Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad360484-6f5e-44be-8853-04419a410300/model-vers/model-ver/b2a69e66-804e-4884-914e-daa248a2f198?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]} 2021-11-27T11:12:05.836Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad360484-6f5e-44be-8853-04419a410300/model-vers/model-ver/b2a69e66-804e-4884-914e-daa248a2f198?depth=0|INFO|500||Invoke 2021-11-27T11:12:05.856Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad360484-6f5e-44be-8853-04419a410300/model-vers/model-ver/b2a69e66-804e-4884-914e-daa248a2f198?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-27T11:12:06.444Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad360484-6f5e-44be-8853-04419a410300/model-vers/model-ver/b2a69e66-804e-4884-914e-daa248a2f198?depth=0|INFO|500||InvokeReturn 2021-11-27T11:12:06.445Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad360484-6f5e-44be-8853-04419a410300/model-vers/model-ver/b2a69e66-804e-4884-914e-daa248a2f198?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211127-11:12:05:863-87060], vertex-id=[426024], Content-Length=[0], Date=[Sat, 27 Nov 2021 11:12:05 GMT], Content-Type=[application/json]} 2021-11-27T11:12:06.445Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2021-11-27T11:12:06.446Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-27T11:12:06.446Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-27T11:12:06.450Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-27T11:12:06.450Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID aba62c88-061c-46cc-930a-2c4829f15fb3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-27T11:12:06.451Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-27T11:12:06.451Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:12:06.453Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:12:06.453Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011526450, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-27T11:12:06.553Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-27T11:12:06.554Z||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. 2021-11-27T11:12:06.555Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:12:06.572Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:12:06.572Z||pool-95-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-27T11:12:07.468Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:12:07.469Z|aba62c88-061c-46cc-930a-2c4829f15fb3|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. 2021-11-27T11:12:07.469Z|aba62c88-061c-46cc-930a-2c4829f15fb3|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:12:17.007Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:12:17.008Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:12:17.008Z|aba62c88-061c-46cc-930a-2c4829f15fb3|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. 2021-11-27T11:12:17.008Z|aba62c88-061c-46cc-930a-2c4829f15fb3|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:12:24.521Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:12:24.521Z||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. 2021-11-27T11:12:24.522Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:12:24.542Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:12:24.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:12:24.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "clamp", "timestamp": 1638011418325, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-27T11:12:24.545Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:12:24.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:12:24.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011427444, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-11-27T11:12:24.545Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:12:24.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:12:24.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011428599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-11-27T11:12:24.546Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:12:24.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:12:24.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011429849, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-27T11:12:24.546Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:12:24.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:12:24.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011431041, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-11-27T11:12:24.546Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:12:24.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:12:24.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011432127, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-11-27T11:12:24.547Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:12:24.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:12:24.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011433244, "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" } 2021-11-27T11:12:24.547Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:12:24.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:12:24.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "clamp", "timestamp": 1638011434025, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T11:12:24.548Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:12:24.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:12:24.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011434248, "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" } 2021-11-27T11:12:24.548Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:12:24.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:12:24.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "clamp", "timestamp": 1638011435029, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-27T11:12:24.549Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:12:24.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:12:24.549Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011435253, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-11-27T11:12:24.549Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:12:24.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:12:24.550Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011436258, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-11-27T11:12:24.550Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:12:24.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:12:24.550Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "clamp", "timestamp": 1638011437091, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-27T11:12:24.550Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:12:24.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:12:24.551Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011437261, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-11-27T11:12:24.551Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:12:24.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:12:24.551Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "clamp", "timestamp": 1638011438094, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-27T11:12:24.551Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:12:24.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:12:24.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011438265, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-27T11:12:24.552Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:12:24.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:12:24.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "clamp", "timestamp": 1638011439101, "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=? 2021-11-27T11:12:24.561Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of aba62c88-061c-46cc-930a-2c4829f15fb3 2021-11-27T11:12:24.561Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId aba62c88-061c-46cc-930a-2c4829f15fb3 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 (?, ?, ?, ?, ?) 2021-11-27T11:12:24.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:12:24.572Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3e2d90df-7df4-4f22-a48f-e8dbf8575be8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011470157, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-27T11:12:24.573Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:12:24.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:12:24.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011471180, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:12:24.573Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:12:24.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:12:24.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011471180, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:12:24.573Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:12:24.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:12:24.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011471180, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-27T11:12:24.573Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:12:24.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:12:24.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011471180, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-27T11:12:24.574Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:12:24.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:12:24.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011471180, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:12:24.574Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:12:24.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:12:24.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011471180, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-27T11:12:24.574Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:12:24.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:12:24.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011471180, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:12:24.574Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:12:24.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:12:24.575Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011471180, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-27T11:12:24.575Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:12:24.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:12:24.575Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011484272, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T11:12:24.575Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:12:26.546Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:12:26.547Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:12:26.547Z|aba62c88-061c-46cc-930a-2c4829f15fb3|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. 2021-11-27T11:12:26.547Z|aba62c88-061c-46cc-930a-2c4829f15fb3|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:12:36.117Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:12:36.117Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:12:36.118Z|aba62c88-061c-46cc-930a-2c4829f15fb3|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. 2021-11-27T11:12:36.118Z|aba62c88-061c-46cc-930a-2c4829f15fb3|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:12:45.660Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:12:45.661Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:12:45.661Z|aba62c88-061c-46cc-930a-2c4829f15fb3|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. 2021-11-27T11:12:45.661Z|aba62c88-061c-46cc-930a-2c4829f15fb3|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:12:55.203Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:13:24.521Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:13:24.520Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:13:24.526Z||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. 2021-11-27T11:13:24.526Z|aba62c88-061c-46cc-930a-2c4829f15fb3|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. 2021-11-27T11:13:24.526Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:13:24.526Z|aba62c88-061c-46cc-930a-2c4829f15fb3|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:13:25.064Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:13:25.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:13:25.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011487235, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-27T11:13:25.068Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:13:25.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:13:25.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011488799, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-27T11:13:25.068Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:13:25.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:13:25.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011490600, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-27T11:13:25.069Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:13:25.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:13:25.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011491710, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-27T11:13:25.069Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:13:25.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:13:25.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011492713, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-27T11:13:25.069Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:13:25.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:13:25.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011493717, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-27T11:13:25.069Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:13:25.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:13:25.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011494722, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-27T11:13:25.070Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:13:25.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:13:25.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aba62c88-061c-46cc-930a-2c4829f15fb3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011526450, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-27T11:13:25.070Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:13:34.082Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:14:24.519Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:14:24.520Z|aba62c88-061c-46cc-930a-2c4829f15fb3|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. 2021-11-27T11:14:24.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:14:24.521Z||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. 2021-11-27T11:14:24.521Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:14:24.521Z|aba62c88-061c-46cc-930a-2c4829f15fb3|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:14:34.065Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:14:34.065Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:15:24.519Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:15:24.521Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:15:24.522Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-27T11:15:24.522Z|aba62c88-061c-46cc-930a-2c4829f15fb3|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. 2021-11-27T11:15:24.522Z|aba62c88-061c-46cc-930a-2c4829f15fb3|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:15:24.522Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:15:34.072Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:15:34.077Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:16:24.519Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:16:24.522Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:16:24.523Z|aba62c88-061c-46cc-930a-2c4829f15fb3|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. 2021-11-27T11:16:24.523Z|aba62c88-061c-46cc-930a-2c4829f15fb3|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:16:24.523Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-27T11:16:24.524Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:16:34.084Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:16:34.086Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:17:24.519Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:17:24.521Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:17:24.522Z|aba62c88-061c-46cc-930a-2c4829f15fb3|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. 2021-11-27T11:17:24.522Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|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. 2021-11-27T11:17:24.522Z|aba62c88-061c-46cc-930a-2c4829f15fb3|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:17:24.522Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:17:34.072Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:17:34.073Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:18:24.521Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:18:24.520Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:18:24.525Z|aba62c88-061c-46cc-930a-2c4829f15fb3|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. 2021-11-27T11:18:24.525Z||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. 2021-11-27T11:18:24.525Z|aba62c88-061c-46cc-930a-2c4829f15fb3|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:18:24.525Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:18:25.161Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:18:25.161Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:18:25.164Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.164Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"4bf788f0-9026-44dc-a64f-e6e4a0cc6e88","serviceName":"Demo_pNF_mbrkpAh63TydZMjGXnFn","serviceVersion":"1.0","serviceUUID":"1d05e6a5-3624-45cd-bfdf-84a2ae9cfb0a","serviceDescription":"catalog service description","serviceInvariantUUID":"40adb590-98aa-45e9-9ee8-e8739d02c62a","resources":[{"resourceInstanceName":"pNF 25868dbd-c55e 0","resourceName":"pNF 25868dbd-c55e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7973551a-4cdb-482f-882f-a9942db88fd5","resourceInvariantUUID":"9deefee3-c7b9-4a2c-9ffc-8defe8af1da1","resourceCustomizationUUID":"ee3b06b2-704e-4bd2-b66a-5aa0a459d89c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/vf-license-model.xml","artifactChecksum":"N2FkNzgxNTcxMjk5MjJmNTI2ZTU2ZmFkMmJiNzk5MTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c2cb3002-cdf7-4176-9192-d12db72929a5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/pNF.csar","artifactChecksum":"ZDY5MGFmZmY3YTQwNmRiYzA1MWVhZmM4Njk2MWNhNmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3e68dd00-4b55-4db0-a647-38c7a1051922","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bdd8b80b-862f-498d-b640-19718cd28c16","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/vendor-license-model.xml","artifactChecksum":"YTZjMzFlNDRiZTJlZjkzMWI1NDlkZDkzNjJjNjhhMDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6ef31552-8194-43e5-90a1-15d249d34488","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"32e8f8c5-c2e5-45c1-8457-a9d01af41e56","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9455c868-e1a6-4757-bdd8-5ba4909ad535","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMbrkpah63tydzmjgxnfn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-template.yml","artifactChecksum":"Mzk1YTk5MDlmOTJjNjFhMGQwYWM4M2UwYzEzNDMwMGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"46295e00-0f1b-4260-b3f5-f0222e0eda8b","artifactVersion":"1"},{"artifactName":"service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar","artifactChecksum":"M2JlMWZlMTBjYjllYjc0NzQ4MTg3MGVmNmI5ZmFlMDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0e2ec357-7202-4a5d-87de-c0cd4ec9de57","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-27T11:18:25.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "aai-ml", "timestamp": 1638011849864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.166Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "ves-openapi-manager", "timestamp": 1638011853675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.166Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "cds", "timestamp": 1638011846904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "dcae-sch", "timestamp": 1638011851182, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "policy-id", "timestamp": 1638011853315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011855058, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.168Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.168Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T11:18:25.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "aai-ml", "timestamp": 1638011849864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.168Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "dcae-sch", "timestamp": 1638011851182, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.168Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.168Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:18:25.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "ves-openapi-manager", "timestamp": 1638011853675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "cds", "timestamp": 1638011846904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "policy-id", "timestamp": 1638011853315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011855058, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "aai-ml", "timestamp": 1638011849864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "ves-openapi-manager", "timestamp": 1638011853675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "cds", "timestamp": 1638011846904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "dcae-sch", "timestamp": 1638011851182, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "policy-id", "timestamp": 1638011853315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011855058, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "aai-ml", "timestamp": 1638011849864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "dcae-sch", "timestamp": 1638011851182, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "ves-openapi-manager", "timestamp": 1638011853675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "cds", "timestamp": 1638011846904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "policy-id", "timestamp": 1638011853315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011855058, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.173Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:18:25.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.173Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011904520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "aai-ml", "timestamp": 1638011849864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "ves-openapi-manager", "timestamp": 1638011853675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "cds", "timestamp": 1638011846904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "dcae-sch", "timestamp": 1638011851182, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "policy-id", "timestamp": 1638011853315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011855058, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "cds", "timestamp": 1638011846904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "ves-openapi-manager", "timestamp": 1638011853675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-11-27T11:18:25.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "aai-ml", "timestamp": 1638011849864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "dcae-sch", "timestamp": 1638011851182, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "policy-id", "timestamp": 1638011853315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "multicloud-k8s-id", "timestamp": 1638011859965, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.176Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011855058, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.176Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "cds", "timestamp": 1638011846904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.177Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "dcae-sch", "timestamp": 1638011851182, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.177Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "aai-ml", "timestamp": 1638011849864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.177Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "policy-id", "timestamp": 1638011853315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.177Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "ves-openapi-manager", "timestamp": 1638011853675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "multicloud-k8s-id", "timestamp": 1638011859965, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011855058, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "cds", "timestamp": 1638011846904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar", "status": "NOTIFIED" } 2021-11-27T11:18:25.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "dcae-sch", "timestamp": 1638011851182, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "aai-ml", "timestamp": 1638011849864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar", "status": "NOTIFIED" } 2021-11-27T11:18:25.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "policy-id", "timestamp": 1638011853315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar", "status": "NOTIFIED" } 2021-11-27T11:18:25.180Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "ves-openapi-manager", "timestamp": 1638011853675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.180Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "multicloud-k8s-id", "timestamp": 1638011859965, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.181Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011855058, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar", "status": "NOTIFIED" } 2021-11-27T11:18:25.181Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "cds", "timestamp": 1638011863083, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T11:18:25.182Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:18:25.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "aai-ml", "timestamp": 1638011863074, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T11:18:25.182Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:18:25.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "policy-id", "timestamp": 1638011863163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T11:18:25.183Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:18:25.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "ves-openapi-manager", "timestamp": 1638011863271, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-11-27T11:18:25.183Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:18:25.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "multicloud-k8s-id", "timestamp": 1638011859965, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.183Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011863801, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T11:18:25.184Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:18:25.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "cds", "timestamp": 1638011864089, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-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 (?, ?, ?, ?, ?) 2021-11-27T11:18:25.224Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4bf788f0-9026-44dc-a64f-e6e4a0cc6e88 2021-11-27T11:18:25.225Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4bf788f0-9026-44dc-a64f-e6e4a0cc6e88 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 (?, ?, ?, ?, ?) 2021-11-27T11:18:25.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "policy-id", "timestamp": 1638011864169, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar", "status": "DEPLOY_OK" } 2021-11-27T11:18:25.242Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:18:25.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "ves-openapi-manager", "timestamp": 1638011864425, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-11-27T11:18:25.242Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:18:25.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "multicloud-k8s-id", "timestamp": 1638011859965, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "policy-id", "timestamp": 1638011865172, "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=? 2021-11-27T11:18:25.249Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4bf788f0-9026-44dc-a64f-e6e4a0cc6e88 2021-11-27T11:18:25.249Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4bf788f0-9026-44dc-a64f-e6e4a0cc6e88 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 (?, ?, ?, ?, ?) 2021-11-27T11:18:25.262Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.262Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "ves-openapi-manager", "timestamp": 1638011865429, "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=? 2021-11-27T11:18:25.266Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 4bf788f0-9026-44dc-a64f-e6e4a0cc6e88 2021-11-27T11:18:25.267Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4bf788f0-9026-44dc-a64f-e6e4a0cc6e88 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 (?, ?, ?, ?, ?) 2021-11-27T11:18:25.275Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-11-27T11:18:25.276Z||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. 2021-11-27T11:18:25.276Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:18:25.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "multicloud-k8s-id", "timestamp": 1638011859965, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011865761, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar", "status": "DEPLOY_OK" } 2021-11-27T11:18:25.284Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:18:25.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "multicloud-k8s-id", "timestamp": 1638011859965, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638011866767, "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=? 2021-11-27T11:18:25.289Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4bf788f0-9026-44dc-a64f-e6e4a0cc6e88 2021-11-27T11:18:25.289Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4bf788f0-9026-44dc-a64f-e6e4a0cc6e88 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=? 2021-11-27T11:18:25.294Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:18:25.294Z||pool-96-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-27T11:18:25.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "multicloud-k8s-id", "timestamp": 1638011859965, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar", "status": "NOTIFIED" } 2021-11-27T11:18:25.299Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "clamp", "timestamp": 1638011868325, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.299Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "clamp", "timestamp": 1638011868325, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.300Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "aai-ml", "timestamp": 1638011870043, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar", "status": "DEPLOY_OK" } 2021-11-27T11:18:25.301Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:18:25.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "clamp", "timestamp": 1638011868325, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.302Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "aai-ml", "timestamp": 1638011871058, "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=? 2021-11-27T11:18:25.309Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4bf788f0-9026-44dc-a64f-e6e4a0cc6e88 2021-11-27T11:18:25.309Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4bf788f0-9026-44dc-a64f-e6e4a0cc6e88 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 (?, ?, ?, ?, ?) 2021-11-27T11:18:25.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "clamp", "timestamp": 1638011868325, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "clamp", "timestamp": 1638011868325, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "clamp", "timestamp": 1638011868325, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "clamp", "timestamp": 1638011868325, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:25.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "clamp", "timestamp": 1638011868325, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar", "status": "NOTIFIED" } 2021-11-27T11:18:25.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-27T11:18:25.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "clamp", "timestamp": 1638011889104, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T11:18:25.324Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:18:25.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "clamp", "timestamp": 1638011890121, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar", "status": "DEPLOY_OK" } 2021-11-27T11:18:25.325Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:18:25.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-27T11:18:25.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "clamp", "timestamp": 1638011891126, "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=? 2021-11-27T11:18:25.334Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4bf788f0-9026-44dc-a64f-e6e4a0cc6e88 2021-11-27T11:18:25.334Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4bf788f0-9026-44dc-a64f-e6e4a0cc6e88 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 (?, ?, ?, ?, ?) 2021-11-27T11:18:26.174Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T11:18:26.174Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:18:26.177Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:18:26.177Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011904520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:26.278Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-27T11:18:26.279Z||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. 2021-11-27T11:18:26.279Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:18:26.293Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:18:26.293Z||pool-97-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:18:27.178Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T11:18:27.178Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:18:27.180Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:18:27.182Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011904520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:27.281Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2021-11-27T11:18:27.281Z||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. 2021-11-27T11:18:27.281Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:18:27.293Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:18:27.293Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:18:28.185Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T11:18:28.186Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:18:28.194Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:18:28.194Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011904520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:28.290Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2021-11-27T11:18:28.294Z||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. 2021-11-27T11:18:28.294Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:18:28.332Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:18:28.333Z||pool-99-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:18:29.195Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T11:18:29.196Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:18:29.198Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:18:29.198Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011904520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:29.298Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-27T11:18:29.300Z||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. 2021-11-27T11:18:29.300Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:18:29.314Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:18:29.315Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:18:30.199Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T11:18:30.201Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:18:30.204Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:18:30.204Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011904520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:30.313Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms 2021-11-27T11:18:30.318Z||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. 2021-11-27T11:18:30.318Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:18:30.329Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:18:30.330Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-27T11:18:31.205Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T11:18:31.206Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:18:31.208Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:18:31.208Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011904520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:18:31.308Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:18:31.309Z||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. 2021-11-27T11:18:31.309Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:18:31.322Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:18:31.322Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:18:32.209Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-27T11:18:32.209Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:18:32.213Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:18:32.213Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011904520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar", "status": "NOTIFIED" } 2021-11-27T11:18:32.316Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2021-11-27T11:18:32.317Z||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. 2021-11-27T11:18:32.317Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:18:32.334Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:18:32.335Z||pool-103-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:18:33.214Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "serviceName": "Demo_pNF_mbrkpAh63TydZMjGXnFn", "serviceVersion": "1.0", "serviceUUID": "1d05e6a5-3624-45cd-bfdf-84a2ae9cfb0a", "serviceDescription": "catalog service description", "serviceInvariantUUID": "40adb590-98aa-45e9-9ee8-e8739d02c62a", "resources": [ { "resourceInstanceName": "pNF 25868dbd-c55e 0", "resourceCustomizationUUID": "ee3b06b2-704e-4bd2-b66a-5aa0a459d89c", "resourceName": "pNF 25868dbd-c55e", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "7973551a-4cdb-482f-882f-a9942db88fd5", "resourceInvariantUUID": "9deefee3-c7b9-4a2c-9ffc-8defe8af1da1", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar", "artifactChecksum": "M2JlMWZlMTBjYjllYjc0NzQ4MTg3MGVmNmI5ZmFlMDU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0e2ec357-7202-4a5d-87de-c0cd4ec9de57" } ], "workloadContext": "Production" } 2021-11-27T11:18:33.216Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-27T11:18:33.216Z|aba62c88-061c-46cc-930a-2c4829f15fb3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1d05e6a5-3624-45cd-bfdf-84a2ae9cfb0a ASDC 2021-11-27T11:18:33.217Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:4bf788f0-9026-44dc-a64f-e6e4a0cc6e88 ServiceName:Demo_pNF_mbrkpAh63TydZMjGXnFn ServiceVersion:1.0 ServiceUUID:1d05e6a5-3624-45cd-bfdf-84a2ae9cfb0a ServiceInvariantUUID:40adb590-98aa-45e9-9ee8-e8739d02c62a ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar ArtifactUUID:0e2ec357-7202-4a5d-87de-c0cd4ec9de57 ArtifactChecksum:M2JlMWZlMTBjYjllYjc0NzQ4MTg3MGVmNmI5ZmFlMDU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 25868dbd-c55e 0 ResourceCustomizationUUID:ee3b06b2-704e-4bd2-b66a-5aa0a459d89c ResourceInvariantUUID:9deefee3-c7b9-4a2c-9ffc-8defe8af1da1 ResourceName:pNF 25868dbd-c55e ResourceType:PNF ResourceUUID:7973551a-4cdb-482f-882f-a9942db88fd5 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-11-27T11:18:33.218Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d05e6a5-3624-45cd-bfdf-84a2ae9cfb0a 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=? 2021-11-27T11:18:33.244Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-27T11:18:33.246Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-27T11:18:33.246Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-27T11:18:33.247Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0e2ec357-7202-4a5d-87de-c0cd4ec9de57 from URL: /sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar 2021-11-27T11:18:33.247Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-27T11:18:33.247Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar 2021-11-27T11:18:33.424Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-27T11:18:33.433Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar 0e2ec357-7202-4a5d-87de-c0cd4ec9de57 82626 2021-11-27T11:18:33.433Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar ASDC sendASDCNotification 2021-11-27T11:18:33.433Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar 2021-11-27T11:18:33.433Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-27T11:18:33.434Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:18:33.437Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:18:33.437Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011913433, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T11:18:33.540Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2021-11-27T11:18:33.541Z||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. 2021-11-27T11:18:33.541Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:18:33.552Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:18:33.552Z||pool-104-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-27T11:18:34.437Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-27T11:18:34.444Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-27T11:18:34.445Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 0e2ec357-7202-4a5d-87de-c0cd4ec9de57, URL: /sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar to file: /app/ASDC/1/service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar 2021-11-27T11:18:34.445Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar 2021-11-27T11:18:34.446Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar 2021-11-27T11:18:34.447Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar 2021-11-27T11:18:34.632Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1143453685900021605/Definitions/service-DemoPnfMbrkpah63tydzmjgxnfn-template.yml 2021-11-27T11:18:35.532Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-27T11:18:35.532Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-27T11:18:35.532Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar 2021-11-27T11:18:35.532Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-11-27T11:18:35.533Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||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-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar 2021-11-27T11:18:35.533Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar 2021-11-27T11:18:35.533Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||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-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar 2021-11-27T11:18:35.533Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar 2021-11-27T11:18:35.533Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 25868dbd-c55e 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-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar 2021-11-27T11:18:35.533Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar 2021-11-27T11:18:35.533Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar 2021-11-27T11:18:35.533Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-27T11:18:35.533Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:18:35.533Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_mbrkpAh63TydZMjGXnFn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:18:35.534Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||Node template pNF 25868dbd-c55e 0 is matching search criteria 2021-11-27T11:18:35.534Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-27T11:18:35.534Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 25868dbd-c55e 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-27T11:18:35.534Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:18:35.534Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_mbrkpAh63TydZMjGXnFn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:18:35.534Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||Node template pNF 25868dbd-c55e 0 is matching search criteria 2021-11-27T11:18:35.535Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-27T11:18:35.535Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 25868dbd-c55e 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-27T11:18:35.535Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:18:35.535Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_mbrkpAh63TydZMjGXnFn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:18:35.535Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:18:35.535Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_mbrkpAh63TydZMjGXnFn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:18:35.535Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:18:35.535Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_mbrkpAh63TydZMjGXnFn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:18:35.535Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:18:35.536Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_mbrkpAh63TydZMjGXnFn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:18:35.536Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:18:35.536Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_mbrkpAh63TydZMjGXnFn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:18:35.536Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_mbrkpAh63TydZMjGXnFn Description:catalog service description Model UUID:1d05e6a5-3624-45cd-bfdf-84a2ae9cfb0a Model Version:NULL Model InvariantUuid:40adb590-98aa-45e9-9ee8-e8739d02c62a 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=? 2021-11-27T11:18:35.545Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7973551a-4cdb-482f-882f-a9942db88fd5 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=? 2021-11-27T11:18:35.549Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||pNF 25868dbd-c55e 0 2021-11-27T11:18:35.549Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 7973551a-4cdb-482f-882f-a9942db88fd5 2021-11-27T11:18:35.549Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 1d05e6a5-3624-45cd-bfdf-84a2ae9cfb0a 2021-11-27T11:18:35.549Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 1d05e6a5-3624-45cd-bfdf-84a2ae9cfb0a 2021-11-27T11:18:35.549Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 25868dbd-c55e 0 7973551a-4cdb-482f-882f-a9942db88fd5 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=? 2021-11-27T11:18:35.553Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@25dc36cf, org.onap.sdc.toscaparser.api.parameters.Input@c609c67, org.onap.sdc.toscaparser.api.parameters.Input@2f97bd72, org.onap.sdc.toscaparser.api.parameters.Input@6283f226, org.onap.sdc.toscaparser.api.parameters.Input@262ddaf7] 2021-11-27T11:18:35.553Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:18:35.553Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_mbrkpAh63TydZMjGXnFn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:18:35.554Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 1d05e6a5-3624-45cd-bfdf-84a2ae9cfb0a: pNF 25868dbd-c55e 2021-11-27T11:18:35.554Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||Processing PNF resource: 7973551a-4cdb-482f-882f-a9942db88fd5 2021-11-27T11:18:35.554Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-27T11:18:35.554Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_mbrkpAh63TydZMjGXnFn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-27T11:18:35.554Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||Resource customization UUID: ee3b06b2-704e-4bd2-b66a-5aa0a459d89c is the same as notified resource customizationUUID: ee3b06b2-704e-4bd2-b66a-5aa0a459d89c 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 (?, ?) 2021-11-27T11:18:35.594Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 25868dbd-c55e 7973551a-4cdb-482f-882f-a9942db88fd5 0 ASDC deployResourceStructure 2021-11-27T11:18:35.595Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar ASDC sendASDCNotification 2021-11-27T11:18:35.595Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar 2021-11-27T11:18:35.595Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-27T11:18:35.596Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:18:35.598Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:18:35.599Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011915595, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar", "status": "DEPLOY_OK" } 2021-11-27T11:18:35.699Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:18:35.700Z||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. 2021-11-27T11:18:35.700Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:18:35.710Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:18:35.711Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-11-27T11:18:36.604Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4bf788f0-9026-44dc-a64f-e6e4a0cc6e88 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-27T11:18:36.619Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4bf788f0-9026-44dc-a64f-e6e4a0cc6e88 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-27T11:18:36.622Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-27T11:18:36.622Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-27T11:18:36.622Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-27T11:18:36.623Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-27T11:18:36.623Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-27T11:18:36.623Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-27T11:18:36.623Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-27T11:18:36.624Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-27T11:18:36.624Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-27T11:18:36.624Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-27T11:18:36.624Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-27T11:18:36.624Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-27T11:18:36.638Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-27T11:19:06.640Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4bf788f0-9026-44dc-a64f-e6e4a0cc6e88 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=? 2021-11-27T11:19:06.647Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4bf788f0-9026-44dc-a64f-e6e4a0cc6e88 and serviceModelVersionId: 1d05e6a5-3624-45cd-bfdf-84a2ae9cfb0a 2021-11-27T11:19:06.647Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 40adb590-98aa-45e9-9ee8-e8739d02c62a 2021-11-27T11:19:06.650Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/40adb590-98aa-45e9-9ee8-e8739d02c62a/model-vers/model-ver/1d05e6a5-3624-45cd-bfdf-84a2ae9cfb0a?depth=0 2021-11-27T11:19:06.655Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-11-27T11:19:06.702Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40adb590-98aa-45e9-9ee8-e8739d02c62a/model-vers/model-ver/1d05e6a5-3624-45cd-bfdf-84a2ae9cfb0a?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]} 2021-11-27T11:19:06.704Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40adb590-98aa-45e9-9ee8-e8739d02c62a/model-vers/model-ver/1d05e6a5-3624-45cd-bfdf-84a2ae9cfb0a?depth=0|INFO|500||Invoke 2021-11-27T11:19:06.723Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40adb590-98aa-45e9-9ee8-e8739d02c62a/model-vers/model-ver/1d05e6a5-3624-45cd-bfdf-84a2ae9cfb0a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-27T11:19:07.243Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40adb590-98aa-45e9-9ee8-e8739d02c62a/model-vers/model-ver/1d05e6a5-3624-45cd-bfdf-84a2ae9cfb0a?depth=0|INFO|500||InvokeReturn 2021-11-27T11:19:07.244Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40adb590-98aa-45e9-9ee8-e8739d02c62a/model-vers/model-ver/1d05e6a5-3624-45cd-bfdf-84a2ae9cfb0a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211127-11:19:06:731-87086], vertex-id=[274504], Content-Length=[0], Date=[Sat, 27 Nov 2021 11:19:06 GMT], Content-Type=[application/json]} 2021-11-27T11:19:07.244Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2021-11-27T11:19:07.244Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-27T11:19:07.245Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-27T11:19:07.248Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-27T11:19:07.249Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4bf788f0-9026-44dc-a64f-e6e4a0cc6e88 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-27T11:19:07.249Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-27T11:19:07.249Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-27T11:19:07.251Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-27T11:19:07.251Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011947249, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-27T11:19:07.351Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-27T11:19:07.353Z||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. 2021-11-27T11:19:07.353Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:19:07.370Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:19:07.371Z||pool-106-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-27T11:19:24.519Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:19:24.521Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|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. 2021-11-27T11:19:24.521Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:19:24.521Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:19:24.521Z||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. 2021-11-27T11:19:24.521Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:19:24.641Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:19:24.642Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-27T11:19:24.642Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011904520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:19:24.644Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-27T11:19:34.062Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:20:24.519Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:20:24.521Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:20:24.522Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|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. 2021-11-27T11:20:24.522Z||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. 2021-11-27T11:20:24.522Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:20:24.522Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:20:25.047Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:20:25.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:20:25.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011904520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-27T11:20:25.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-27T11:20:25.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:20:25.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011904520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-27T11:20:25.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-27T11:20:25.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:20:25.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011904520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-27T11:20:25.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-27T11:20:25.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:20:25.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011904520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:20:25.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-27T11:20:25.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:20:25.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011904520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/resourceInstances/pnf25868dbdc55e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-27T11:20:25.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-27T11:20:25.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:20:25.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011904520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-template.yml", "status": "NOT_NOTIFIED" } 2021-11-27T11:20:25.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-27T11:20:25.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:20:25.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011904520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar", "status": "NOTIFIED" } 2021-11-27T11:20:25.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-27T11:20:25.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:20:25.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011913433, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-27T11:20:25.053Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:20:25.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:20:25.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011915595, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbrkpah63tydzmjgxnfn/1.0/artifacts/service-DemoPnfMbrkpah63tydzmjgxnfn-csar.csar", "status": "DEPLOY_OK" } 2021-11-27T11:20:25.054Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:20:25.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-27T11:20:25.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4bf788f0-9026-44dc-a64f-e6e4a0cc6e88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638011947249, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-27T11:20:25.054Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-27T11:20:34.072Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:21:24.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:21:24.520Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:21:24.525Z||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. 2021-11-27T11:21:24.525Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|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. 2021-11-27T11:21:24.525Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:21:24.525Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:21:34.073Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:21:34.074Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:22:24.519Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:22:24.520Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|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. 2021-11-27T11:22:24.520Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:22:24.521Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:22:24.521Z||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. 2021-11-27T11:22:24.521Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:22:34.065Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:22:34.072Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:23:24.520Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:23:24.522Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:23:24.524Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-27T11:23:24.524Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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. 2021-11-27T11:23:24.525Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:23:24.525Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:23:34.087Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:23:34.090Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:24:24.519Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:24:24.521Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:24:24.522Z||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. 2021-11-27T11:24:24.522Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:24:24.521Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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. 2021-11-27T11:24:24.524Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:24:34.077Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:24:34.083Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:25:24.520Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:25:24.521Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:25:24.522Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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. 2021-11-27T11:25:24.523Z||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. 2021-11-27T11:25:24.523Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:25:24.523Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:25:34.067Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:25:34.067Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:26:24.519Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:26:24.520Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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. 2021-11-27T11:26:24.520Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:26:24.521Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:26:24.521Z||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. 2021-11-27T11:26:24.521Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:26:34.068Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:26:34.081Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:27:24.520Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:27:24.521Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:27:24.525Z||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. 2021-11-27T11:27:24.525Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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. 2021-11-27T11:27:24.525Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:27:24.525Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:27:34.076Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:27:34.077Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:28:24.519Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:28:24.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:28:24.521Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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. 2021-11-27T11:28:24.521Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:28:24.521Z||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. 2021-11-27T11:28:24.521Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:28:34.077Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:28:34.077Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:29:24.520Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:29:24.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:29:24.524Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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. 2021-11-27T11:29:24.524Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:29:24.524Z||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. 2021-11-27T11:29:24.526Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:29:34.071Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:29:34.080Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:30:24.519Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:30:24.520Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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. 2021-11-27T11:30:24.520Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:30:24.521Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:30:24.521Z||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. 2021-11-27T11:30:24.521Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:30:34.067Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:30:34.073Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:31:24.523Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:31:24.523Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:31:24.527Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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. 2021-11-27T11:31:24.527Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:31:24.527Z||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. 2021-11-27T11:31:24.527Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:31:34.074Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:31:34.074Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:32:24.520Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:32:24.521Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:32:24.522Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|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. 2021-11-27T11:32:24.522Z||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. 2021-11-27T11:32:24.522Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:32:24.522Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:32:34.069Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:32:34.074Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:33:24.521Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:33:24.520Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:33:24.527Z||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. 2021-11-27T11:33:24.527Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|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. 2021-11-27T11:33:24.527Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:33:24.527Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:33:34.086Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:33:34.087Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:34:24.519Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:34:24.521Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|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. 2021-11-27T11:34:24.521Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:34:24.521Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:34:24.521Z||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. 2021-11-27T11:34:24.521Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:34:34.065Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:34:34.065Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:35:24.520Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:35:24.522Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:35:24.523Z||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. 2021-11-27T11:35:24.523Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|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. 2021-11-27T11:35:24.523Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:35:24.523Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:35:34.076Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:35:34.075Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:36:24.519Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:36:24.521Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:36:24.521Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|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. 2021-11-27T11:36:24.522Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:36:24.522Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|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. 2021-11-27T11:36:24.522Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:36:34.062Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:36:34.063Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:37:24.520Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:37:24.521Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:37:24.524Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|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. 2021-11-27T11:37:24.524Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|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. 2021-11-27T11:37:24.524Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:37:24.524Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:37:34.072Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:37:34.073Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:38:24.519Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:38:24.521Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:38:24.523Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|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. 2021-11-27T11:38:24.523Z||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. 2021-11-27T11:38:24.523Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:38:24.523Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:38:34.074Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:38:34.078Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:39:24.521Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:39:24.520Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:39:24.524Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|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. 2021-11-27T11:39:24.524Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-27T11:39:24.524Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:39:24.524Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:39:34.070Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:39:34.071Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:40:24.519Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:40:24.520Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|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. 2021-11-27T11:40:24.520Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:40:24.521Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:40:24.522Z||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. 2021-11-27T11:40:24.522Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:40:34.065Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:40:34.065Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:41:24.522Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:41:24.522Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:41:24.526Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|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. 2021-11-27T11:41:24.526Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|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. 2021-11-27T11:41:24.526Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:41:24.526Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:41:34.076Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:41:34.079Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:42:24.519Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:42:24.521Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:42:24.521Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|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. 2021-11-27T11:42:24.521Z||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. 2021-11-27T11:42:24.521Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:42:24.521Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:42:34.070Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:42:34.072Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:43:24.521Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:43:24.520Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:43:24.523Z||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. 2021-11-27T11:43:24.523Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|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. 2021-11-27T11:43:24.523Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:43:24.523Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:43:34.071Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:43:34.073Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:44:24.520Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:44:24.521Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:44:24.524Z||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. 2021-11-27T11:44:24.524Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:44:24.524Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|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. 2021-11-27T11:44:24.524Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:44:34.091Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:44:34.099Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:45:24.523Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:45:24.523Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:45:24.526Z||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. 2021-11-27T11:45:24.526Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|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. 2021-11-27T11:45:24.527Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:45:24.527Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:45:34.076Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:45:34.079Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:46:24.519Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:46:24.521Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:46:24.521Z||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. 2021-11-27T11:46:24.521Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:46:24.521Z||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. 2021-11-27T11:46:24.521Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:46:34.072Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:46:34.072Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:47:24.522Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:47:24.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:47:24.526Z||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. 2021-11-27T11:47:24.526Z||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. 2021-11-27T11:47:24.527Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:47:24.527Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:47:34.073Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:47:34.073Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:48:24.519Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:48:24.521Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:48:24.521Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|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. 2021-11-27T11:48:24.521Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:48:24.522Z||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. 2021-11-27T11:48:24.522Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:48:34.069Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:48:34.071Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:48:47.124Z||http-nio-8085-exec-9|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-27T11:49:24.520Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:49:24.521Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:49:24.523Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|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. 2021-11-27T11:49:24.523Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:49:24.523Z||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. 2021-11-27T11:49:24.524Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:49:34.071Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:49:34.073Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:50:24.519Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:50:24.520Z||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. 2021-11-27T11:50:24.521Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:50:24.521Z||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. 2021-11-27T11:50:24.521Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:50:24.521Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:50:34.056Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:50:34.062Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:51:24.523Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:51:24.523Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:51:24.526Z||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. 2021-11-27T11:51:24.526Z||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. 2021-11-27T11:51:24.527Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:51:24.527Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:51:34.074Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:51:34.084Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:52:24.519Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:52:24.521Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:52:24.521Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-27T11:52:24.521Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-27T11:52:24.521Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:52:24.521Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:52:34.072Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:52:34.073Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:53:24.520Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:53:24.521Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:53:24.524Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-27T11:53:24.524Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|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. 2021-11-27T11:53:24.524Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:53:24.524Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:53:34.075Z|4bf788f0-9026-44dc-a64f-e6e4a0cc6e88|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:53:34.075Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:54:24.519Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:54:24.520Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-27T11:54:24.520Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ... 2021-11-27T11:54:24.521Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:54:24.521Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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. 2021-11-27T11:54:24.521Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:54:34.071Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:54:34.071Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:55:24.521Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:55:24.520Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:55:24.522Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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. 2021-11-27T11:55:24.522Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|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. 2021-11-27T11:55:24.523Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:55:24.523Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:55:34.072Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:55:34.072Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:56:24.519Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:56:24.520Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|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. 2021-11-27T11:56:24.520Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:56:24.521Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-27T11:56:24.521Z||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. 2021-11-27T11:56:24.521Z||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 Q84wycNHOnoXjRgJ) ... 2021-11-27T11:56:34.101Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-27T11:56:34.109Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK